2015-07-30, 06:23
Movie Info - Wall
Movie Info - Movie sets!
For those who wants this instead of audio codec! insert this at line 363, in View_52_Wall.xml and in others too if you are clever
Or just the whole Xml, also small fixes to the other icons, small pixel errors
Xml - Right click and Download
Movie Info - Movie sets!
For those who wants this instead of audio codec! insert this at line 363, in View_52_Wall.xml and in others too if you are clever
Code:
<control type="image">
<width>52</width>
<height>64</height>
<texture colordiffuse="PanelFG-NF">flags/star10.png</texture>
<aspectratio align="left">scale</aspectratio>
<visible>!IsEmpty(ListItem.AudioCodec)</visible>
</control>
<control type="label">
<width>auto</width>
<height>64</height>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Rating]</label>
<font>Flag</font>
<textcolor>PanelFG-NF</textcolor>
<visible>!IsEmpty(ListItem.AudioCodec)</visible>
</control>
Or just the whole Xml, also small fixes to the other icons, small pixel errors
Xml - Right click and Download