Video info Listitem not showing up
#1
I am just starting to mod a little. Using the PM3 skin - I want genre (or anything else to show up under the video name, but not shows up. Do I have to cache the ListIem fields somehow? Here is the example:

<control type="group">
<visible>Control.IsVisible(57)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<posx>300</posx>
<posy>540</posy>
<width>970</width>
<height>35</height>
<font>font18</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
</control>
<control type="label">
<posx>300</posx>
<posy>580</posy>
<width>970</width>
<height>35</height>
<font>font11</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>[UPPERCASE]$INFO[ListItem.Genre][/UPPERCASE]</label>
</control>
</control>

I've searched the forums and around the web but don't see an explanation.
Reply

Logout Mark Read Team Forum Stats Members Help
Video info Listitem not showing up0