Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
94
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by regor -
That's what happens if you use a framework on alpha state which is obviously changing on every release, not sure what did you expect.

Also... there are proper tools for that like notepad+ or VSCodium, which make changing method names a matter of 2 seconds. It seems like you are simply not using the proper tools with a minimum of error checking. There are scripts out there having x1000 more lines of code and files and updating them is not so hard as long as you use the right tools.
95
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by yeyo -
@ yeyo

I made the changes to the spin disc of your version and they are now compatible with the latest version of the foo_uie_webview plugin.

I didn't post it out of fairness to you.
Feel free to share, I'd love to!

Ok tell me if it's okay. I changed the background color, image path and icon management beyond opening the container box.

Do not download this version because it does not update the images.

@ yeyo if you can post your updated version, without runservice and info track, which I'm not interested in, and I really don't understand it, you'll do me a favor.

Thank you.
Note the case of the refresh function. After reading your template, the function name is "function Refresh()" and the place where it is called is ”refresh()", please change it to ”Refresh()“.

Maybe it was just this. A way of things has changed Changes to Functions and Properties
Methods:

GetArtwork should be getArtwork.

GetFormattedText should be getFormattedText.

Callbacks:

OnPlaybackStarting should be onPlaybackStarting.

OnPlaybackStop should be onPlaybackStop.

OnPlaybackPrevious should be onPlaybackPrevious.

OnPlaybackNext should be onPlaybackNext.

To say I'm angry is an understatement. But for what then for this Changed: Returned JSON objects now use camelCase casing. (alpha4)
Changed: *Breaking Change* Callbacks follow the Category-Noun-Verb naming convention. (alpha5)
Changed: *Breaking Change* All properties, methods and callbacks to use camelCase convention. (alpha5)
Changed: *Breaking Change* The parameter list of most callbacks has been expanded. (alpha5)

I have 13 scripts to edit never never never.......

This is not the reason why the template cannot update the image. JS functions are strictly case-sensitive. Be consistent when calling them. Change "refresh()" in your template to "Refresh()" and it will work as required.
97
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by ApacheReal -
@ yeyo

I made the changes to the spin disc of your version and they are now compatible with the latest version of the foo_uie_webview plugin.

I didn't post it out of fairness to you.
Feel free to share, I'd love to!

Ok tell me if it's okay. I changed the background color, image path and icon management beyond opening the container box.

Do not download this version because it does not update the images.

@ yeyo if you can post your updated version, without runservice and info track, which I'm not interested in, and I really don't understand it, you'll do me a favor.

Thank you.
Note the case of the refresh function. After reading your template, the function name is "function Refresh()" and the place where it is called is ”refresh()", please change it to ”Refresh()“.

Maybe it was just this. A way of things has changed Changes to Functions and Properties
Methods:

GetArtwork should be getArtwork.

GetFormattedText should be getFormattedText.

Callbacks:

OnPlaybackStarting should be onPlaybackStarting.

OnPlaybackStop should be onPlaybackStop.

OnPlaybackPrevious should be onPlaybackPrevious.

OnPlaybackNext should be onPlaybackNext.

To say I'm angry is an understatement. But for what then for this Changed: Returned JSON objects now use camelCase casing. (alpha4)
Changed: *Breaking Change* Callbacks follow the Category-Noun-Verb naming convention. (alpha5)
Changed: *Breaking Change* All properties, methods and callbacks to use camelCase convention. (alpha5)
Changed: *Breaking Change* The parameter list of most callbacks has been expanded. (alpha5)

I have 13 scripts to edit never never never.......


99
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by yeyo -
@ yeyo

I made the changes to the spin disc of your version and they are now compatible with the latest version of the foo_uie_webview plugin.

I didn't post it out of fairness to you.
Feel free to share, I'd love to!

Ok tell me if it's okay. I changed the background color, image path and icon management beyond opening the container box.

Do not download this version because it does not update the images.

@ yeyo if you can post your updated version, without runservice and info track, which I'm not interested in, and I really don't understand it, you'll do me a favor.

Thank you.
Note the case of the refresh function. After reading your template, the function name is "function Refresh()" and the place where it is called is ”refresh()", please change it to ”Refresh()“.