Kodi Community Forum

Full Version: User ratings for videos in Kodi 16
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried experimenting with user ratings, so far for movies.

Maybe I haven't understood this correctly, but it should add user ratings for movies, episodes etc.?

In DialogVideoInfo.xml, I use
Code:
ListItem.UserRating

and the function
Code:
IncreaseRating
DecreaseRating

But nomatter what I do, nothing happens. The functions don't do anything and I can't get any user ratings displayed.

There's nothing in the log about this.

I probably missed something, and hope someone can help me get to the bottom of this.

Cheers
Gade
This isn't finished yet - see https://github.com/xbmc/xbmc/pull/8049
Ah, I see.

Thanks for getting back so fast Smile