Skip to content

Commit

Permalink
Ticket #16: mediainfo logos on osd
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoH committed May 10, 2011
1 parent 53bc52c commit 4dc5c59
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 51 deletions.
Binary file added skin/Avalon/Media/Logos/audio/AC-3 5.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/Avalon/Media/Logos/audio/AC-3 Stereo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/Avalon/Media/Logos/audio/DTS 5.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/Avalon/Media/Logos/audio/DTS 7.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 3 additions & 51 deletions skin/Avalon/videoOSD.mediainfo.xml
Expand Up @@ -75,65 +75,17 @@
<visible>string.contains(#Play.Current.VideoResolution,SD)+string.contains(#Play.Current.VideoCodec.Texture,DIVX)+string.contains(#Play.Current.AspectRatio,fullscreen)]</visible>
</control>

<!-- Audiocodec -->
<control>
<description>AC3 / 5.1</description>
<type>image</type>
<id>0</id>
<posX>669</posX>
<posY>969</posY>
<height>38</height>
<keepaspectratio>yes</keepaspectratio>
<texture>Logos\audio\ac3_51.png</texture>
<visible>[string.contains(#Play.Current.AudioCodec.Texture,AC-3)+string.contains(#Play.Current.AudioChannels.Texture,5.1)]</visible>
</control>

<control>
<description>DTS / 5.1</description>
<type>image</type>
<id>0</id>
<posX>669</posX>
<posY>969</posY>
<height>38</height>
<keepaspectratio>yes</keepaspectratio>
<texture>Logos\audio\dts_51.png</texture>
<visible>string.contains(#Play.Current.AudioCodec.Texture,dts)+string.contains(#Play.Current.AudioChannels.Texture,5.1)</visible>
</control>

<control>
<description>DTS / 7.1</description>
<type>image</type>
<id>0</id>
<posX>669</posX>
<posY>969</posY>
<height>38</height>
<keepaspectratio>yes</keepaspectratio>
<texture>Logos\audio\dts_71.png</texture>
<visible>string.contains(#Play.Current.AudioCodec.Texture,dts)+[string.contains(#Play.Current.AudioChannels.Texture,7)|string.contains(#Play.Current.AudioChannels.Texture,7.1)]</visible>
</control>

<control>
<description>AC3 / 2.0</description>
<type>image</type>
<id>0</id>
<posX>669</posX>
<posY>969</posY>
<height>38</height>
<keepaspectratio>yes</keepaspectratio>
<texture>Logos\audio\ac3_20.png</texture>
<visible>string.contains(#Play.Current.AudioCodec.Texture,ac-3)+string.contains(#Play.Current.AudioChannels.Texture,stereo.png)</visible>
</control>
<!-- Audio -->

<control>
<description>mp3 / 2.0</description>
<description>Audiocodec/channels</description>
<type>image</type>
<id>0</id>
<posX>669</posX>
<posY>969</posY>
<height>38</height>
<keepaspectratio>yes</keepaspectratio>
<texture>Logos\audio\mp3_20.png</texture>
<visible>[string.contains(#Play.Current.AudioCodec.Texture, LAYER 3)+string.contains(#Play.Current.AudioChannels.Texture,stereo)]</visible>
<texture>Logos\audio\#Play.Current.AudioCodec.Texture #Play.Current.AudioChannels.png</texture>
</control>

<!-- Source -->
Expand Down

0 comments on commit 4dc5c59

Please sign in to comment.