skin.pellucidPlus/1080i/Includes_hubOptionsItems.xml

240 lines
11 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>
2018-03-06 22:04:34 +01:00
<onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true&amp;livetv=true&amp;actors=true&amp;directors=true)</onclick>
2016-11-19 12:33:24 +01:00
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="3">
2017-12-21 15:16:56 +01:00
<visible>!String.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-12-21 15:16:56 +01:00
<visible>!String.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>
2017-07-27 15:58:37 +02:00
<control type="button" id="509">
<visible>PVR.HasTVChannels</visible>
<description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31222</label>
<onclick>sendclick(700,28)</onclick>
<onclick>dialog.close(1104)</onclick>
</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>
2017-12-04 21:13:06 +01:00
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
2015-12-01 21:38:46 +01:00
<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>
2017-12-04 21:13:06 +01:00
<texturenofocus></texturenofocus>
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
2015-12-01 21:38:46 +01:00
<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>
2018-03-06 22:04:34 +01:00
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
2016-11-19 12:33:24 +01:00
</control>
2015-12-01 21:38:46 +01:00
<control type="button" id="3">
2017-12-21 15:16:56 +01:00
<visible>!String.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-12-21 15:16:56 +01:00
<visible>!String.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>
2017-07-27 15:58:37 +02:00
<control type="button" id="509">
<visible>PVR.HasRadioChannels</visible>
<description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31222</label>
<onclick>sendclick(700,28)</onclick>
<onclick>dialog.close(1104)</onclick>
</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>
2018-10-21 21:30:39 +02:00
<label>31241</label>
2017-03-26 17:22:07 +02:00
<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-12-21 15:16:56 +01:00
<visible>!String.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-12-21 15:16:56 +01:00
<visible>!String.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-->
2017-09-28 15:36:29 +02:00
<include name="addonsSideMenu">
2017-02-28 20:45:10 +01:00
<control type="radiobutton" id="7">
<width>6-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2017-12-04 21:13:06 +01:00
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
2017-02-28 20:45:10 +01:00
<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>
2017-12-04 21:13:06 +01:00
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
2017-02-28 20:45:10 +01:00
<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>
2018-02-05 20:44:04 +01:00
<!--game submenu items-->
<include name="gameSideMenu">
<control type="button" id="3">
<visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort by</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>sendclick(games,3)</onclick>
</control>
<control type="togglebutton" id="4">
<visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort direction</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
<focusedcolor>textActive</focusedcolor>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
<onclick>sendclick(games,4)</onclick>
</control>
</include>
2015-12-01 21:38:46 +01:00
</includes>