Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Sync Rating #19

Open
Gunslinger1973 opened this issue Jul 14, 2016 · 1 comment
Open

Feature Request - Sync Rating #19

Gunslinger1973 opened this issue Jul 14, 2016 · 1 comment

Comments

@Gunslinger1973
Copy link

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
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants