skin.pellucid/1080i/Includes_hubMenuSubItems.xml

305 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--video submenu items-->
<include name="videoSideMenu">
<control type="button" id="502">
<description>Search (videos)</description>
<visible>[window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(pvr)] + System.HasAddon(script.globalsearch)</visible>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>137</label>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick>activateWindow(videos,movietitles)</onclick>
<onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true)</onclick>
<onclick>right</onclick>
</control>
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="505">
<description>Menu shortcuts (video)</description>
<visible/>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,video)</onclick>
<onclick>ActivateWindow(5000)</onclick>
</control>
<control type="button" id="507">
<visible/>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>653</label>
<onclick>UpdateLibrary(video)</onclick>
<onclick>right</onclick>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle off</description>
<visible>!System.Setting(hidewatched)</visible>
<label>31195</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle on</description>
<visible>System.Setting(hidewatched)</visible>
<label>31196</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<label>20336</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textoffsetx>col-1-begin</textoffsetx>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<onclick>right</onclick>
<onclick>xbmc.mastermode</onclick>
<selected>system.ismaster</selected>
<visible>system.haslocks</visible>
</control>
</include>
<!--music submenu items-->
<include name="musicSideMenu">
<control type="button" id="502">
<description>Search (music)</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>137</label>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true)</onclick>
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
<onclick>right</onclick>
</control>
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="503">
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,audio)</onclick>
<onclick>ActivateWindow(5000)</onclick>
</control>
<control type="button" id="505">
<description>Set recent content</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>31175</label>
<onclick>Skin.SetString(menuItemTypeFilter,audio)</onclick>
<onclick>ActivateWindow(5900)</onclick>
</control>
<control type="button" id="504">
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>653</label>
<onclick>UpdateLibrary(music)</onclick>
<onclick>right</onclick>
</control>
<control type="radiobutton" id="20">
<description>Shuffle</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>191</label>
</control>
<control type="radiobutton" id="16">
<description>Party Mode!!</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>589</label>
</control>
</include>
<!--pictures submenu items-->
<include name="picturesSideMenu">
<!--sorting-->
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="500">
<description>Files (pictures)</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>1214</label>
<onclick>right</onclick>
<onclick>ActivateWindow(pictures,root)</onclick>
</control>
</include>
</includes>