Kodi Community Forum

Full Version: [MOD] zwatvision mods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ohh yea only way i know how to find what codec is used.
Can you hightlight the area in the XML where you have info to show the studio flags? I cannot get the studio flag to show up.
Code:
<control type="image">
                        <description>imax Image hack</description>
                        <include>flagsize</include>
                        <texture>extras/Studios/imax.png</texture>
                        <visible>substring(ListItem.FilenameAndPath,imax)</visible>
                </control>
                <control type="image">
                        <description>studio Image hack</description>
                        <include>flagsize</include>
                        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
                        <visible>![substring(ListItem.FilenameAndPath,imax) + substring(ListItem.Studio,imax)]</visible>
                </control>
        </include>
        <include name="AudioCodecFlaggingConditions_grey">

i only did it for grey flags since the default flags that follows the skin has background
Pages: 1 2