skin.pellucid/1080i/View_MusicFiles.xml

86 lines
3.8 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--default text list 1 row-->
<include name="musicfiles">
<control type="group">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<control type="panel" id="50">
2024-05-06 14:53:16 +02:00
<visible>!$EXP[isMusicPlaylist] + !$EXP[isMusicSong] + !$EXP[isMusicAlbum] + $EXP[isMusicList]</visible>
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>24-col</width>
2015-05-31 12:45:19 +02:00
<height>23-row</height>
2015-04-06 21:57:56 +02:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
2015-04-06 21:57:56 +02:00
<pagecontrol>60</pagecontrol>
2015-05-10 21:59:54 +02:00
<itemlayout width="24-col" height="2-row">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
2022-08-13 12:24:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-04 21:29:51 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2022-08-13 12:24:26 +02:00
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
2015-04-06 21:57:56 +02:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>23-col</width>
<height>69</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
2022-08-12 14:39:31 +02:00
<texture border="0">masks/tvChannel.png</texture>
<colordiffuse>d0000000</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
<control type="label">
2022-08-13 12:24:26 +02:00
<posx>96</posx>
2015-04-06 21:57:56 +02:00
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>23-col-gutter</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-04-06 21:57:56 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
2015-05-10 21:59:54 +02:00
<focusedlayout width="24-col" height="2-row">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
2022-08-13 12:24:26 +02:00
<posy>0</posy>
2024-05-06 14:53:16 +02:00
<width>1-col</width>
2022-08-13 12:24:26 +02:00
<height>69</height>
2015-05-04 21:29:51 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2022-08-13 12:24:26 +02:00
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
2024-05-06 14:53:16 +02:00
<animation type="focus">
2022-08-13 12:24:26 +02:00
<effect type="fade" start="100" end="50" time="0"/>
2015-05-04 21:29:51 +02:00
</animation>
2022-08-13 12:24:26 +02:00
<colordiffuse>highlight</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>23-col</width>
2022-08-13 12:24:26 +02:00
<height>71</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
2022-08-12 14:39:31 +02:00
<texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
<control type="label">
2022-08-13 12:24:26 +02:00
<posx>96</posx>
2015-04-06 21:57:56 +02:00
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>23-col-gutter</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-04-06 21:57:56 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>