You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: