SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

Feature Request - Sync Rating #19

Open Gunslinger1973 opened 8 years ago

Gunslinger1973 commented 8 years ago

Since in Kodi you can set your own rating (1 - 10) for the movie and this gets deletet when updating the movie information from the internet it would be nice to add this rating to the db as well. I presume it is another table somewhere. I think this would make a great addition to watched-list since the movie/episode rating is always associated with watching a movie :)

I did some digging and it seams that movie rating is found in "mymoviesXX.db" in table "movie" field "userrating" and episode rating is found in "mymoviesXX.db" in table "episodes" field "userrating"

would be nice if this could become a feature. regards

KarellenX commented 2 years ago

@SchapplM

It would be great if you could add the User Rating to your addon.

It is the last bit of "user created" data that needs backing up. You have provided the play count, last played, and resume points. If you add the User Rating, then a user can wipe their library, rescrape, then add back the "user created" data and they have a fresh library with the important bits of data restored.

I get asked this a lot on the forum, and I point them to your addon, but unfortunately this is a partial solution as they have no way to restore the User Rating.