MikeSiLVO / skin.aeon.nox.silvo

A skin for Kodi
Other
123 stars 93 forks source link

Push rating changes to nfo #202

Closed MCSmarties closed 2 months ago

MCSmarties commented 7 months ago

The skin contains a very convenient option to "Set my rating" by simply clicking on the "star" icon. no update

Unfortunately however, this added/changed rating is not updated in the corresponding .nfo file.

Yet interestingly, going through the more laborious option of clicking on hamburger menu -> Edit immediately reflects all changes (including "User rating") to the .nfo: update1 update2 nfo

Is this a bug, or is there a particular reason why using the "star" results in a different behavior?

Thank you so much for your hard work, your skin is what makes Kodi really worthwile to use!

(Using v 9.1.2 on Nexus v20-33 2024-01-10 , but I noticed this odd behavior already on with Matrix)

MikeSiLVO commented 7 months ago

The star icon is Kodi's built in way to set a personal rating. I assume if you exported your library to nfo it would update but that is Kodi-related and not something the skin can control.

Edit is using script.metadata.editor and I believe you have to enable 'write to nfo' in its settings for it to do that.

MCSmarties commented 7 months ago

Thanks a lot for replying, much appreciated! I know that I can export the library to nfo with kodi, but in my experience it's not a reliable process, it often corrupts my files. So I avoid using that.

Guess my question then becomes: is there a way to make the star icon use script.metadata.editor (if it is installed), and use the built-in Kodi way if not?

MikeSiLVO commented 7 months ago

According to the scripts wiki there is a way to call the set rating directly but I am not sure if I will add it to the skin. Too many people lose their collective minds when things suddenly change. Nobody reads the What's new so then it becomes an extremely annoying thing for me to deal with...