aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-05-24 04:48:52 +0000
committerjezz_x <jezz_x@svn>2010-05-24 04:48:52 +0000
commit0e8a34604eb14aa782246a5d6e4714374ec413dc (patch)
tree36b7b751963ce311f51ff5a7bf6d5127da008aac /addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
parenta5affa22ad6e6bb13be051d45d49ed159c0116f8 (diff)
Removed : [PM3.HD] from SVN will now be hosted on https://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd (among other things) and available through the XBMC addon manager. PS: hope I fixed the build system right :)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30512 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml')
-rw-r--r--addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml b/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
deleted file mode 100644
index 9b8716e85a..0000000000
--- a/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<includes>
- <include name="VideoCodecFlagging">
- <control type="image">
- <description>Video rez Image</description>
- <width>90</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Common Codec Image</description>
- <width>90</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.VideoCodec,flagging/video/,.png]</texture>
- <!-- Don't show if its one of the 500 divx codecs -->
- <visible>![stringcompare(ListItem.VideoCodec,divx) | stringcompare(ListItem.VideoCodec,div3) |stringcompare(ListItem.VideoCodec,div4) | stringcompare(ListItem.VideoCodec,div5)]</visible>
- </control>
- <control type="image">
- <description>Divx Codec Image</description>
- <width>90</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>flagging/video/divx.png</texture>
- <visible>stringcompare(ListItem.VideoCodec,divx) | stringcompare(ListItem.VideoCodec,div3) |stringcompare(ListItem.VideoCodec,div4) | stringcompare(ListItem.VideoCodec,div5)</visible>
- </control>
- </include>
- <include name="AudioCodecFlagging">
- <control type="image">
- <description>Dolby Digital Image</description>
- <width>90</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>flagging/audio/dolbydigital.png</texture>
- <visible>[stringcompare(ListItem.AudioCodec,ac3) + stringcompare(ListItem.AudioChannels,6)]</visible>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <width>90</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture>
- <!-- Don't show if I want the Dolby Digital Logo -->
- <visible>![stringcompare(ListItem.AudioCodec,ac3) + stringcompare(ListItem.AudioChannels,6)]</visible>
- </control>
- <control type="image">
- <description>Audio Channels Image</description>
- <width>45</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture>
- </control>
- </include>
- <include name="AspectCodecFlagging">
- <control type="image">
- <description>Aspectratio Image</description>
- <width>60</width>
- <height>33</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture>
- </control>
- </include>
-</includes> \ No newline at end of file