$INFO[ListItem.Genre]
#1
Hey everyone!

Question for Skinners:

$INFO[ListItem.Genre]
The function is working well when browsing episodes within an addon such as GOTV.
It's ain't working within the standard library, why?

The same goes for when launching an episode from standard library / Genesis.
Reply
#2
Code:
ListItem.Genre    Shows the genre of the currently selected song, album or movie in a list or thumb control

http://wiki.xbmc.org/index.php?title=Inf...s#Listitem
Reply
#3
Thank you for your reply Hitcher!

Could you be so kind to check the issue?

Code:
        <control type="label" id="1160">
          <label>ListItem.Genre = [B]$INFO[ListItem.Genre][/B]</label>
        </control>

Check if it's give you a result when browsing an episode through kodi library and when playing a video.
Check the same through an addon such as GOTV.
Reply
#4
The answer is that the addon supplies it's own list item labels.
Reply

Logout Mark Read Team Forum Stats Members Help
$INFO[ListItem.Genre]0