skin.pellucid/1080i/MyPlaylist.xml

73 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9876</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<include>fadeInOut</include>
<views>59</views>
<controls>
<include>globalBackground</include>
<!--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>
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<!--Main content listing-->
<control type="group" id="9999">
<include>contentOpen</include>
<include>musicPlayList</include>
</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">
<posx>54r</posx>
<posy>row-6-begin</posy>
<height>20-row</height>
<onleft>9999</onleft>
<onback>9999</onback>
</control>
</control>
<!--page header-->
<control type="group">
<visible>control.hasfocus(59)</visible>
<include>pageHeader</include>
</control>
</control>
<!--hub menu-->
<include>hubMenu</include>
<!--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>
<oninfo>control.setfocus(9000)</oninfo>
</control>
<!--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>
</control>
</controls>
</window>