skin.pellucid/1080i/MyPlaylist.xml

73 lines
2.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2024-05-06 14:53:16 +02:00
<defaultcontrol always="true">9876</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
2016-11-19 12:33:24 +01:00
<include>fadeInOut</include>
2018-01-24 21:53:15 +01:00
<views>59</views>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
2015-07-13 21:26:43 +02:00
<!--fanart-->
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>22ffffff</colordiffuse>
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
2014-09-28 20:47:53 +02:00
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-05-26 20:58:11 +02:00
<!--Main content listing-->
<control type="group" id="9999">
2016-11-21 21:36:06 +01:00
<include>contentOpen</include>
2017-03-25 19:46:39 +01:00
<include>musicPlayList</include>
2015-05-26 20:58:11 +02:00
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2018-09-01 16:25:36 +02:00
<posx>54r</posx>
2017-01-12 15:09:42 +01:00
<posy>row-6-begin</posy>
<height>20-row</height>
2015-05-26 20:58:11 +02:00
<onleft>9999</onleft>
2016-02-22 22:10:50 +01:00
<onback>9999</onback>
2014-09-28 20:47:53 +02:00
</control>
2024-05-06 14:53:16 +02:00
</control>
<!--page header-->
2015-05-26 20:58:11 +02:00
<control type="group">
2024-05-06 14:53:16 +02:00
<visible>control.hasfocus(59)</visible>
2017-09-24 20:19:10 +02:00
<include>pageHeader</include>
2024-05-06 14:53:16 +02:00
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
<!--hub menu-->
<include>hubMenu</include>
2024-05-06 14:53:16 +02:00
<!--hidden buttons to handle dialog autohide-->
<control type="button" id="9876">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onclick>control.setfocus(9000)</onclick>
<onleft>control.setfocus(9000)</onleft>
<ondown condition="!PVR.IsPlayingRadio">control.setfocus(2100)</ondown>
2024-05-06 14:53:16 +02:00
<oninfo>control.setfocus(9000)</oninfo>
</control>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl] $INFO[MusicPlayer.ChannelName]</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>