skin.pellucid/1080i/Includes_hubOptionsItems.xml

199 lines
9.0 KiB
XML
Raw Normal View History

2015-12-01 21:38:46 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--video submenu items-->
<include name="videoSideMenu">
2016-11-19 12:33:24 +01:00
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31147</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2016-11-19 12:33:24 +01:00
<onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true)</onclick>
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="3">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort by</description>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
2017-02-19 20:11:49 +01:00
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>sendclick(videos,3)</onclick>
2015-12-01 21:38:46 +01:00
</control>
<control type="togglebutton" id="4">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort direction</description>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
2015-12-01 21:38:46 +01:00
<focusedcolor>textActive</focusedcolor>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
2017-02-19 20:11:49 +01:00
<onclick>sendclick(videos,4)</onclick>
2015-12-01 21:38:46 +01:00
</control>
2016-11-18 21:48:26 +01:00
<control type="button" id="508">
<visible>PVR.HasTVChannels</visible>
<description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31087</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2016-11-18 21:48:26 +01:00
<onclick>ActivateWindow(TVTimerRules)</onclick>
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="507">
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>653</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2015-12-01 21:38:46 +01:00
<onclick>UpdateLibrary(video)</onclick>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<label>31195</label>
<width>6-col</width>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<focusedcolor>textActive</focusedcolor>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
2017-02-19 20:11:49 +01:00
<onclick>sendclick(videos,14)</onclick>
2015-12-01 21:38:46 +01:00
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<label>20336</label>
<width>6-col</width>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<focusedcolor>textActive</focusedcolor>
<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">
2016-11-19 12:33:24 +01:00
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31147</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2016-11-19 12:33:24 +01:00
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true)</onclick>
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="3">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort by</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2017-02-19 20:11:49 +01:00
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>sendclick(music,3)</onclick>
2015-12-01 21:38:46 +01:00
</control>
<control type="togglebutton" id="4">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
2017-02-19 20:11:49 +01:00
<onclick>sendclick(music,4)</onclick>
2015-12-01 21:38:46 +01:00
</control>
2016-11-18 21:48:26 +01:00
<control type="button" id="508">
<visible>PVR.HasRadioChannels</visible>
<description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31087</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2016-11-18 21:48:26 +01:00
<onclick>ActivateWindow(RadioTimerRules)</onclick>
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="504">
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<label>653</label>
2017-02-19 20:11:49 +01:00
<onclick>dialog.close(1104)</onclick>
2015-12-01 21:38:46 +01:00
<onclick>UpdateLibrary(music)</onclick>
</control>
2017-03-26 17:22:07 +02:00
<control type="radiobutton" id="20">
<!--<visible>musicPlaylist</visible>-->
<description>Shuffle</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>Shuffle</label>
<onclick condition="!Playlist.IsRandom">PlayerControl(randomOn)</onclick>
<onclick condition="Playlist.IsRandom">PlayerControl(randomOff)</onclick>
</control>
2015-12-01 21:38:46 +01:00
</include>
<!--pictures submenu items-->
<include name="picturesSideMenu">
<!--sorting-->
<control type="button" id="3">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort by</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-12-01 21:38:46 +01:00
<label>103</label>
2017-02-19 20:11:49 +01:00
<onclick>sendclick(pictures,3)</onclick>
2015-12-01 21:38:46 +01:00
</control>
<control type="togglebutton" id="4">
2017-03-23 23:14:10 +01:00
<visible>!isempty(Container.SortMethod)</visible>
2015-12-01 21:38:46 +01:00
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
2017-02-19 20:11:49 +01:00
<onclick>sendclick(pictures,4)</onclick>
2015-12-01 21:38:46 +01:00
</control>
</include>
2017-02-28 20:45:10 +01:00
<!--pictures submenu items-->
<include name="addonsSideMenu">
<control type="radiobutton" id="7">
<width>6-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<label>$LOCALIZE[25001]</label>
<onclick>sendclick(addonbrowser,7)</onclick>
</control>
<control type="radiobutton" id="8">
<width>6-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<label>$LOCALIZE[24999]</label>
<onclick>sendclick(addonbrowser,8)</onclick>
</control>
<control type="button" id="9">
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>24034</label>
<onclick>sendclick(addonbrowser,9)</onclick>
</control>
</include>
2015-12-01 21:38:46 +01:00
</includes>