I am trying to get these infolabels to work for movies. I think they were broken prior to PR13754, though ListItem.Rating(rating_type) did change after the PR.
I added some rating types and values to some movies, confirmed by looking at my video database.
The values in the rating table are (rating_type / float value):
default 8.5
audio 2
video 9
In testing the info labels what I see are:
Prior 13754
ListItem.Rating 8.5
ListItem.Rating(audio) 0.0
ListItem.Rating(video) 0.0
VideoPlayer.Rating 8.5
VideoPlayer.Rating(audio) 8.5
VideoPlayer.Rating(video) 8.5
After PR 13754
ListItem.Rating 8.5
ListItem.Rating(audio) empty
ListItem.Rating(video) empty
VideoPlayer.Rating 8.5
VideoPlayer.Rating(audio) 8.5
VideoPlayer.Rating(video) 8.5
Or maybe I don't understand how these should work (I don't think the wiki or doxy stuff have been updated to show how rating_types are supposed to work).
scott s.
.
I added some rating types and values to some movies, confirmed by looking at my video database.
The values in the rating table are (rating_type / float value):
default 8.5
audio 2
video 9
In testing the info labels what I see are:
Prior 13754
ListItem.Rating 8.5
ListItem.Rating(audio) 0.0
ListItem.Rating(video) 0.0
VideoPlayer.Rating 8.5
VideoPlayer.Rating(audio) 8.5
VideoPlayer.Rating(video) 8.5
After PR 13754
ListItem.Rating 8.5
ListItem.Rating(audio) empty
ListItem.Rating(video) empty
VideoPlayer.Rating 8.5
VideoPlayer.Rating(audio) 8.5
VideoPlayer.Rating(video) 8.5
Or maybe I don't understand how these should work (I don't think the wiki or doxy stuff have been updated to show how rating_types are supposed to work).
scott s.
.