474 lines
17 KiB
XML
474 lines
17 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<include name="sideBarMenuItems">
|
|
<control type="image">
|
|
<posx>-96</posx>
|
|
<posy>-111</posy>
|
|
<width>col-5-begin</width>
|
|
<height>fullscreenHeight</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/selected.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<bordersize>0</bordersize>
|
|
</control>
|
|
<!--titles-->
|
|
<control type="label">
|
|
<description>video</description>
|
|
<visible>[Window.isactive(videolibrary) | window.isactive(videoplaylist) | Window.isactive(pvr)] + !Skin.String(keepMusicMenuActive)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<font>pageTitle</font>
|
|
<label>10006</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<description>music</description>
|
|
<visible>[window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist)] | [[Window.isactive(pvr) | Window.isactive(videolibrary) | window.isactive(videoplaylist)] + Skin.String(keepMusicMenuActive)]</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<font>pageTitle</font>
|
|
<label>249</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<description>pictures</description>
|
|
<visible>window.isactive(pictures)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<font>pageTitle</font>
|
|
<label>1213</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>45</posy>
|
|
<width>24-col</width>
|
|
<font>regular</font>
|
|
<label>33063</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
|
|
<!--menu items-->
|
|
<control type="grouplist" id="62">
|
|
<posx>-12</posx>
|
|
<posy>166</posy>
|
|
<width>4-col</width>
|
|
<height>12-row</height>
|
|
<itemgap>0</itemgap>
|
|
<onright>9000</onright>
|
|
<onup>62</onup>
|
|
<ondown>62</ondown>
|
|
<include condition="[Window.isactive(videolibrary) | window.isactive(videoplaylist) | Window.isactive(pvr)] + !Skin.String(keepMusicMenuActive)">videoSideMenu</include>
|
|
<include condition="[window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist)] | [[Window.isactive(pvr) | Window.isactive(videolibrary) | window.isactive(videoplaylist)] + Skin.String(keepMusicMenuActive)]">musicSideMenu</include>
|
|
<include condition="window.isactive(pictures)">picturesSideMenu</include>
|
|
</control>
|
|
</include>
|
|
|
|
<!--video menu items-->
|
|
<include name="videoSideMenu">
|
|
<!--PVR videos only-->
|
|
<control type="button" id="500">
|
|
<description>Change Channel Group (PVR only)</description>
|
|
<visible>window.isactive(pvr) + [Control.IsVisible(11) | Control.IsVisible(10)]</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>$LOCALIZE[31073] ◀ ▶</label>
|
|
<onclick>sendclick(32)</onclick>
|
|
</control>
|
|
|
|
<!--current playlist-->
|
|
<control type="button" id="501">
|
|
<description>Video Playlist</description>
|
|
<visible>[window.isactive(videolibrary) | window.isactive(videoplaylist)] + IntegerGreaterThan(Playlist.Length(video),0)</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>31123</label>
|
|
<onclick>right</onclick>
|
|
<onclick>ActivateWindow(videoplaylist)</onclick>
|
|
</control>
|
|
|
|
<!--search-->
|
|
<control type="button" id="502">
|
|
<description>Search (videos)</description>
|
|
<visible>[window.isactive(videolibrary) | window.isactive(videoplaylist)] + System.HasAddon(script.globalsearch)</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>137</label>
|
|
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
|
<onclick>activateWindow(videos,movietitles)</onclick>
|
|
<onclick>RunScript(script.globalsearch,movies=true&tvshows=true&episodes=true)</onclick>
|
|
<onclick>right</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="503">
|
|
<description>Search (PVR)</description>
|
|
<visible>window.isactive(pvr)</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>137</label>
|
|
<onclick>right</onclick>
|
|
<onclick>activateWindow(pvrguidesearch)</onclick>
|
|
</control>
|
|
|
|
<!--sorting-->
|
|
<control type="button" id="3">
|
|
<description>Sort by</description>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>103</label>
|
|
</control>
|
|
|
|
<control type="togglebutton" id="4">
|
|
<description>Sort direction</description>
|
|
<label>31109</label>
|
|
<altlabel>31110</altlabel>
|
|
<align>left</align>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<alttexturefocus>colors/black.png</alttexturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
</control>
|
|
|
|
<control type="button" id="504">
|
|
<description>Timers / scheduler</description>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>31119</label>
|
|
<onclick>ActivateWindowAndFocus(pvr, 35,0, 9999,1)</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="505">
|
|
<description>Menu shortcuts (video)</description>
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>31041</label>
|
|
<onclick>Skin.SetString(menuItemTypeFilter,video)</onclick>
|
|
<onclick>ActivateWindow(5000)</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="506">
|
|
<description>Files menu (video)</description>
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>1214</label>
|
|
<onclick>right</onclick>
|
|
<onclick>ActivateWindow(Videos,files,return)</onclick>
|
|
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="507">
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>653</label>
|
|
<onclick>UpdateLibrary(video)</onclick>
|
|
<onclick>right</onclick>
|
|
</control>
|
|
|
|
<control type="radiobutton" id="14">
|
|
<description>Watched Toggle</description>
|
|
<visible></visible>
|
|
<label>20367</label>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<textoffsetx>12</textoffsetx>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
</control>
|
|
|
|
<control type="radiobutton" id="508">
|
|
<description>Filter</description>
|
|
<visible>Container.CanFilterAdvanced</visible>
|
|
<label>587</label>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textoffsetx>12</textoffsetx>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<onclick>right</onclick>
|
|
<onclick>Filter</onclick>
|
|
</control>
|
|
|
|
<control type="radiobutton" id="11">
|
|
<description>Unlock Shares</description>
|
|
<label>20336</label>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textoffsetx>12</textoffsetx>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<onclick>right</onclick>
|
|
<onclick>xbmc.mastermode</onclick>
|
|
<selected>system.ismaster</selected>
|
|
<visible>system.haslocks</visible>
|
|
</control>
|
|
</include>
|
|
|
|
<!--music menu items-->
|
|
<include name="musicSideMenu">
|
|
<control type="button" id="501">
|
|
<description>current music playlist (if available)</description>
|
|
<visible>MusicPlayer.Offset(0).Exists</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>31123</label>
|
|
<onclick>right</onclick>
|
|
<onclick>activateWindow(musicplaylist)</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="502">
|
|
<description>Search (music)</description>
|
|
<visible>System.HasAddon(script.globalsearch)</visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>137</label>
|
|
<onclick>RunScript(script.globalsearch,artists=true&albums=true)</onclick>
|
|
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
|
|
<onclick>right</onclick>
|
|
</control>
|
|
|
|
<!--sorting-->
|
|
<control type="button" id="3">
|
|
<description>Sort by</description>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>103</label>
|
|
</control>
|
|
|
|
<control type="togglebutton" id="4">
|
|
<description>Sort direction</description>
|
|
<label>31109</label>
|
|
<altlabel>31110</altlabel>
|
|
<align>left</align>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<alttexturefocus>colors/black.png</alttexturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
</control>
|
|
|
|
<!--music section-->
|
|
<control type="button" id="503">
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>31041</label>
|
|
<onclick>Skin.SetString(menuItemTypeFilter,audio)</onclick>
|
|
<onclick>ActivateWindow(5000)</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="504">
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>653</label>
|
|
<onclick>UpdateLibrary(music)</onclick>
|
|
<onclick>right</onclick>
|
|
</control>
|
|
|
|
<control type="button" id="505">
|
|
<description>Files menu (music)</description>
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>1214</label>
|
|
<onclick>right</onclick>
|
|
<onclick>ActivateWindow(MusicFiles,root)</onclick>
|
|
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
|
|
<onclick>Control.SetFocus(51)</onclick>
|
|
</control>
|
|
|
|
<control type="radiobutton" id="20">
|
|
<description>Shuffle</description>
|
|
<visible></visible>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>191</label>
|
|
</control>
|
|
|
|
<control type="radiobutton" id="16">
|
|
<description>Party Mode!!</description>
|
|
<visible></visible>
|
|
<label>589</label>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
</control>
|
|
</include>
|
|
|
|
<!--pictures menu items-->
|
|
<include name="picturesSideMenu">
|
|
<!--sorting-->
|
|
<control type="button" id="3">
|
|
<description>Sort by</description>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>103</label>
|
|
</control>
|
|
|
|
<control type="togglebutton" id="4">
|
|
<description>Sort direction</description>
|
|
<label>31109</label>
|
|
<altlabel>31110</altlabel>
|
|
<align>left</align>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<alttexturefocus>colors/black.png</alttexturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
</control>
|
|
|
|
<control type="button" id="500">
|
|
<description>Files (pictures)</description>
|
|
<height>54</height>
|
|
<width>4-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<focusedcolor>selected</focusedcolor>
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
<textoffsetx>12</textoffsetx>
|
|
<label>1214</label>
|
|
<onclick>right</onclick>
|
|
<onclick>ActivateWindow(pictures,root)</onclick>
|
|
</control>
|
|
</include>
|
|
|
|
</includes> |