ListItem.Property(Addon.Rating) not working as described
#1
The WIKI states -
Quote:Returns a value of rating0.png to rating5.png for the currently selected addon
but in fact it only returns values of 0.png to 5.png.


I got around it by using this - <texture>$INFO[ListItem.Property(Addon.Rating),rating,.png]</texture> - but thought I should mention it here.

Thanks.
Reply
#2
Thanks - will update the wiki accordingly. Note that the rating is useless as-is as the backend doesn't support it yet.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
I guessed as much but wondered why it wasn't even displaying zero star rating.

Note: Confluence is using <texture>LeftRating/$INFO[ListItem.Property(Addon.Rating)]</texture> and suffers the same problem.
Reply
#4
Indeed I mentioned it a while ago int he irc channel to spiff but alas got forgotten
Reply
#5
added addon.starrating as instructed by jezz_x
Reply
#6
Thanks, I've updated the WIKI -

ListItem.Property(Addon.StarRating) | Returns a value of rating0.png to rating5.png for the currently selected addon
Reply

Logout Mark Read Team Forum Stats Members Help
ListItem.Property(Addon.Rating) not working as described0