Compare commits

...

12 Commits

Author SHA1 Message Date
DaVukovic 0e264889a4 Fix RSS Editor file(s) (#59)
Thanks.
2019-07-29 18:36:00 +01:00
Kevin Goffe d24b7155e8 [skin.confluence] v5.12.1
Fixed 'What's New' for addon info
2019-02-08 09:38:12 +00:00
Kevin Goffe c77800929b
[skin.confluence] v3.1.5
Fix album ratings in Fanart view
2018-11-16 18:51:26 +00:00
Kevin Goffe 6065fe15ec [skin.confluence] v3.1.6
Updated language files
2018-01-14 16:01:20 +00:00
Kevin Goffe 37bba429ad [skin.confluence] v3.1.47
Updated language files
2017-11-30 08:23:10 +00:00
Kevin Goffe edbccce364 [skin.confluence] v3.1.43
Updated language files
2017-09-24 15:52:27 +01:00
Kevin Goffe 96bed03570 [skin.confluence] v3.1.4 2017-07-04 18:54:06 +01:00
Kevin Goffe ae85562277 [skin.confluence] v3.1.4
- Added path to music info dialog
- Updated language files from Transifex
2017-07-04 18:48:14 +01:00
Kevin Goffe 594149f027 [skin.confluence] v3.1.1
Added fallbacks for home screen Recently Added items
2017-07-01 19:48:44 +01:00
Kevin Goffe 1ef7caf96a [skin.confluence] v3.1.0 2017-05-17 15:30:24 +01:00
Kevin Goffe 8646c4e33f [skin.confluence] v3.1.0
- Fixed 'Paused' condition
- Restored view mode/sizing info
- More space for epg label
- Fixed recording icon size
2017-05-17 15:12:34 +01:00
Kevin Goffe ed71dbe0ff [skin.confluence] Krypton version 2017-05-17 14:21:28 +01:00
112 changed files with 2059 additions and 1409 deletions

View File

@ -57,7 +57,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
@ -68,7 +68,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>

View File

@ -3,10 +3,10 @@
<default type="image">
<left>0</left>
<top>0</top>
<texture></texture>
<texture>-</texture>
</default>
<default type="label">
<label></label>
<label>-</label>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
@ -40,7 +40,7 @@
<alttexturefocus>scroll-down-focus.png</alttexturefocus>
<alttexturenofocus>scroll-down.png</alttexturenofocus>
<textcolor>white</textcolor>
<label></label>
<label>-</label>
<font>font13</font>
<disabledcolor>grey3</disabledcolor>
<pulseonselect>no</pulseonselect>
@ -58,10 +58,10 @@
<left>100</left>
<top>325</top>
<texturebg border="6,0,6,0">OSDProgressBack.png</texturebg>
<lefttexture></lefttexture>
<lefttexture>-</lefttexture>
<midtexture border="6,0,6,0">OSDProgressMid.png</midtexture>
<righttexture></righttexture>
<overlaytexture></overlaytexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</default>
<default type="spincontrol">
<left>330</left>
@ -92,7 +92,7 @@
<spinwidth>33</spinwidth>
<spinheight>22</spinheight>
<texturefocus>button-focus.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
<textureup>scroll-up-2.png</textureup>
<texturedown>scroll-down-2.png</texturedown>
<textureupdisabled colordiffuse="40FFFFFF">scroll-up-2.png</textureupdisabled>
@ -135,10 +135,10 @@
<top>335</top>
<width>300</width>
<height>50</height>
<label></label>
<label>-</label>
<font>font12</font>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<texturebg>button-focus.png</texturebg>
<textureleft>scroll-left.png</textureleft>
<textureleftfocus>scroll-left-focus.png</textureleftfocus>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<onload>ClearProperty(WhatsNew,home)</onload>
<coordinates>
<left>185</left>
<top>40</top>
@ -64,7 +65,7 @@
<top>0</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonType]</label>
<label fallback="10005">$INFO[ListItem.AddonType]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -88,7 +89,7 @@
<top>30</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label>
<label fallback="10005">$INFO[ListItem.AddonCreator]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -112,7 +113,7 @@
<top>60</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonVersion]</label>
<label fallback="10005">$INFO[ListItem.AddonVersion]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -136,32 +137,7 @@
<top>90</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonSummary]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>News txt</description>
<left>10</left>
<top>120</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[24054]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>News Value</description>
<left>160</left>
<top>120</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonNews]</label>
<label fallback="10005">$INFO[ListItem.AddonSummary]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -170,7 +146,7 @@
</control>
<control type="image">
<left>0</left>
<top>160</top>
<top>130</top>
<width>600</width>
<height>4</height>
<texture>separator.png</texture>
@ -178,10 +154,10 @@
<control type="label">
<description>Description txt</description>
<left>0</left>
<top>170</top>
<top>140</top>
<width>300</width>
<height>25</height>
<label>$LOCALIZE[21821]</label>
<label>$VAR[AddonInfoHeading]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -192,7 +168,7 @@
<control type="label">
<description>Description Page Count</description>
<left>310</left>
<top>170</top>
<top>140</top>
<width>300</width>
<height>25</height>
<label>$INFO[Container(400).CurrentPage, $LOCALIZE[31024] [COLOR=blue]([/COLOR]]$INFO[Container(400).NumPages,/,[COLOR=blue])[/COLOR]]</label>
@ -204,18 +180,18 @@
<control type="textbox" id="400">
<description>Description</description>
<left>10</left>
<top>197</top>
<top>167</top>
<width>600</width>
<height>188</height>
<height>218</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<label>$VAR[AddonInfoDescription]</label>
<pagecontrol>60</pagecontrol>
</control>
<control type="scrollbar" id="60">
<left>610</left>
<top>195</top>
<top>165</top>
<width>25</width>
<height>190</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
@ -258,7 +234,7 @@
<control type="label">
<description>Description Page Count</description>
<left>310</left>
<top>170</top>
<top>140</top>
<width>300</width>
<height>25</height>
<label>$INFO[Container(401).CurrentPage, $LOCALIZE[31024] [COLOR=blue]([/COLOR]]$INFO[Container(401).NumPages,/,[COLOR=blue])[/COLOR]]</label>
@ -270,18 +246,18 @@
<control type="textbox" id="401">
<description>Description</description>
<left>10</left>
<top>207</top>
<top>177</top>
<width>600</width>
<height>258</height>
<height>288</height>
<font>font13</font>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<label>$VAR[AddonInfoDescription]</label>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<left>610</left>
<top>205</top>
<top>175</top>
<width>25</width>
<height>260</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
@ -306,6 +282,17 @@
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>2</itemgap>
<control type="button" id="11">
<description>What's New button</description>
<width>220</width>
<height>43</height>
<label>$VAR[AddonInfoButtonLabel]</label>
<align>center</align>
<font>font12_title</font>
<onclick condition="!String.IsEmpty(Window(home).Property(WhatsNew))">ClearProperty(WhatsNew,home)</onclick>
<onclick condition="String.IsEmpty(Window(home).Property(WhatsNew))">SetProperty(WhatsNew,True,home)</onclick>
<visible>!String.IsEmpty(ListItem.AddonNews)</visible>
</control>
<control type="button" id="9">
<description>Configure Addon</description>
<width>220</width>

View File

@ -166,7 +166,7 @@
<control type="label" id="7">
<height>35</height>
<font>font13_title</font>
<label></label>
<label>-</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>

View File

@ -27,8 +27,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -13,11 +13,11 @@
<top>-16</top>
<width>4</width>
<height>4</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onfocus>down</onfocus>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
@ -58,8 +58,8 @@
<top>5</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -23,7 +23,7 @@
<width>590</width>
<height>98</height>
<align>left</align>
<label></label>
<label>-</label>
<font>font13</font>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
</control>

View File

@ -29,8 +29,8 @@
<top>5</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -42,8 +42,8 @@
</control>
<control type="button" id="1000">
<description>button template</description>
<left></left>
<top></top>
<left>-</left>
<top>-</top>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>

View File

@ -23,8 +23,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -54,7 +54,7 @@
<onleft>Dialog.Close(Favourites)</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">

View File

@ -40,8 +40,8 @@
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib></textureslidernib>
<textureslidernibfocus></textureslidernibfocus>
<textureslidernib>-</textureslidernib>
<textureslidernibfocus>-</textureslidernibfocus>
<onleft>50</onleft>
<onright>3</onright>
<ondown>3</ondown>
@ -99,8 +99,8 @@
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib></textureslidernib>
<textureslidernibfocus></textureslidernibfocus>
<textureslidernib>-</textureslidernib>
<textureslidernibfocus>-</textureslidernibfocus>
<onleft>5</onleft>
<onright>30</onright>
<ondown>5</ondown>

View File

@ -85,8 +85,8 @@
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="image">
<left>130</left>
@ -535,7 +535,7 @@
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font></font>
<font>-</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="305">

View File

@ -182,7 +182,7 @@
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label></label>
<label>-</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>

View File

@ -20,8 +20,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -69,8 +69,9 @@
<onleft>49</onleft>
<onright>49</onright>
<onup>9000</onup>
<ondown>50</ondown>
<pagecontrol></pagecontrol>
<ondown condition="!String.IsEqual(ListItem.DBTYPE,song)">50</ondown>
<ondown condition="String.IsEqual(ListItem.DBTYPE,song)">9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -178,12 +179,25 @@
<texture>$VAR[MusicInfoListThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<include content="MusicInfoPanel" condition="String.IsEqual(ListItem.DBTYPE,artist) | String.IsEqual(ListItem.DBTYPE,album) | String.IsEqual(ListItem.DBTYPE,song)">
<include content="MusicInfoPanel" condition="String.IsEqual(ListItem.DBTYPE,artist) | String.IsEqual(ListItem.DBTYPE,album)">
<param name="panel-left" value="340"/>
<param name="panel-width" value="900"/>
<param name="item-width" value="450"/>
<param name="label-width" value="430"/>
</include>
<control type="textbox">
<description>Contributors</description>
<left>340</left>
<top>520</top>
<width>900</width>
<height>120</height>
<label>$INFO[ListItem.ContributorAndRole]</label>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>String.IsEqual(ListItem.DBTYPE,song)</visible>
</control>
<control type="grouplist" id="9000">
<left>210</left>
<top>660</top>
@ -194,27 +208,28 @@
<orientation>horizontal</orientation>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>50</onup>
<onup condition="!String.IsEqual(ListItem.DBTYPE,song)">50</onup>
<onup condition="String.IsEqual(ListItem.DBTYPE,song)">49</onup>
<ondown>49</ondown>
<control type="button" id="6">
<description>Refresh</description>
<include>ButtonInfoDialogsCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="10">
<description>Get Thumb</description>
<include>ButtonInfoDialogsCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="12">
<description>Get Fanart / Album info</description>
<include>ButtonInfoDialogsCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="7">
<description>Set my rating</description>
<include>ButtonInfoDialogsCommonValues</include>
<label></label>
<label>-</label>
</control>
</control>
</control>

View File

@ -29,8 +29,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -146,7 +146,7 @@
<texturenofocus flipx="true" border="5,25,25,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus flipx="true" border="5,25,25,5">KeyboardCornerTop.png</texturefocus>
<textwidth>120</textwidth>
<label></label>
<label>-</label>
<focusedcolor>black</focusedcolor>
<onleft>13</onleft>
<onright>11</onright>
@ -281,7 +281,7 @@
<texturenofocus flipx="true" border="25,5,5,25">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus flipx="true" border="5,5,25,25">KeyboardCornerBottom.png</texturefocus>
<textwidth>120</textwidth>
<label></label>
<label>-</label>
<focusedcolor>black</focusedcolor>
<onleft>19</onleft>
<onright>17</onright>

View File

@ -22,8 +22,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -37,8 +37,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label/>
<font/>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -442,14 +442,6 @@
<include>ButtonInfoDialogsCommonValues</include>
<label>31505</label>
</control>
<control type="togglebutton" id="34">
<description>TV/Radio toggle</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>$LOCALIZE[19174]</label>
<altlabel>$LOCALIZE[19173]</altlabel>
<usealttexture>!String.IsEmpty(Window.Property(IsRadio))</usealttexture>
</control>
<control type="button" id="29">
<description>OK</description>
<width>200</width>

View File

@ -22,8 +22,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -46,8 +46,8 @@
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<align>left</align>
<onleft>9</onleft>
<onright>9</onright>

View File

@ -25,7 +25,7 @@
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -93,47 +93,57 @@
<item>
<label>$LOCALIZE[21442]:</label>
<label2>$INFO[ListItem.EpisodeName]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.EpisodeName)</visible>
</item>
<item>
<label>$LOCALIZE[20373]:</label>
<label2>$INFO[ListItem.Season]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Season)</visible>
</item>
<item>
<label>$LOCALIZE[20359]:</label>
<label2>$INFO[ListItem.Episode]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[19148]:</label>
<label2>$INFO[ListItem.ChannelName]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[142]</label>
<label2>$INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.StartDate])</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[180]:</label>
<label2>$INFO[ListItem.Duration]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[206]:</label>
<label2>$INFO[ListItem.Cast]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Cast)</visible>
</item>
</content>
@ -156,12 +166,12 @@
<left>720</left>
<top>375</top>
<subtype>page</subtype>
<font></font>
<font>-</font>
<onleft>60</onleft>
<onright>60</onright>
<ondown>9000</ondown>
<onup>9000</onup>
<textcolor></textcolor>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="400">
@ -213,7 +223,7 @@
<control type="button" id="6">
<description>Record</description>
<include>ButtonInfoDialogsCommonValues</include>
<label></label>
<label>-</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
</control>
<control type="button" id="7">

View File

@ -52,8 +52,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -282,7 +282,7 @@
<font>font13</font>
<textcolor>white</textcolor>
<align>left</align>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label fallback="161">$INFO[RDS.Artist]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
<visible>String.IsEmpty(RDS.Band) + !String.IsEmpty(RDS.Artist)</visible>
@ -337,7 +337,7 @@
<font>font13</font>
<textcolor>white</textcolor>
<align>left</align>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label>$INFO[RDS.Artist]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
<visible>!String.IsEmpty(RDS.Artist) + !String.IsEmpty(RDS.Band)</visible>
@ -895,7 +895,7 @@
<font>font13</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
<label></label>
<label>-</label>
<textoffsetx>10</textoffsetx>
<onright>21</onright>
<onleft>21</onleft>
@ -907,12 +907,12 @@
<left>0</left>
<top>155</top>
<subtype>page</subtype>
<font></font>
<font>-</font>
<onright>9000</onright>
<onleft>9000</onleft>
<ondown>21</ondown>
<onup>21</onup>
<textcolor></textcolor>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="22">
@ -924,7 +924,7 @@
<font>font12</font>
<align>justify</align>
<pagecontrol>60</pagecontrol>
<label></label>
<label>-</label>
</control>
</control>
<control type="grouplist" id="9000">

View File

@ -53,8 +53,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -411,7 +411,7 @@
<top>147</top>
<width>275</width>
<height>14</height>
<overlaytexture></overlaytexture>
<overlaytexture>-</overlaytexture>
<info>PVR.ActStreamProgrSNR</info>
</control>
<control type="label">

View File

@ -83,8 +83,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -307,7 +307,7 @@
<description>Manual button</description>
<width>200</width>
<height>40</height>
<label></label>
<label>-</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
@ -317,7 +317,7 @@
<description>Cancel button</description>
<width>200</width>
<height>40</height>
<label></label>
<label>-</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>

View File

@ -45,8 +45,8 @@
<width>420</width>
<height>20</height>
<aligny>center</aligny>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>

View File

@ -17,10 +17,10 @@
<top>0</top>
<width>80</width>
<height>720</height>
<label></label>
<font></font>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<visible>true</visible>
<onfocus>SetFocus(150)</onfocus>
</control>
@ -39,8 +39,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -19,8 +19,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -51,7 +51,7 @@
<top>92</top>
<width>1000</width>
<height>598</height>
<label></label>
<label>-</label>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>

View File

@ -20,8 +20,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -140,7 +140,7 @@
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -207,6 +207,7 @@
<item>
<label>$LOCALIZE[20376]:</label>
<label2>$INFO[ListItem.OriginalTitle]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.OriginalTitle) + !String.IsEqual(ListItem.OriginalTitle,Listitem.Title)</visible>
</item>
<item>
@ -218,56 +219,67 @@
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[572]:</label>
<label2>$INFO[ListItem.Studio]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$VAR[DurationInMinutes]</label2>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[202]:</label>
<label2>$INFO[ListItem.TagLine]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.TagLine)</visible>
</item>
<item>
<label>$LOCALIZE[203]:</label>
<label2>$INFO[ListItem.PlotOutline]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.PlotOutline)</visible>
</item>
<item>
<label>$LOCALIZE[20074]:</label>
<label2>$INFO[ListItem.mpaa]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.mpaa)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
@ -314,7 +326,7 @@
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -381,36 +393,43 @@
<item>
<label>$LOCALIZE[20360]:</label>
<label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Premiered)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
@ -458,7 +477,7 @@
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -525,26 +544,31 @@
<item>
<label>$LOCALIZE[20364]:</label>
<label2>$INFO[ListItem.TVShowTitle]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.TVShowTitle)</visible>
</item>
<item>
<label>$LOCALIZE[20373]:</label>
<label2>$INFO[ListItem.Season]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Season)</visible>
</item>
<item>
<label>$LOCALIZE[20359]:</label>
<label2>$INFO[ListItem.Episode]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Premiered)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
@ -556,31 +580,37 @@
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$VAR[DurationInMinutes]</label2>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
@ -618,7 +648,7 @@
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
@ -685,51 +715,61 @@
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[558]:</label>
<label2>$INFO[ListItem.Album]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Album)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[572]:</label>
<label2>$INFO[ListItem.Studio]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$VAR[DurationInMinutes]</label2>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
@ -776,12 +816,12 @@
<left>120r</left>
<top>485</top>
<subtype>page</subtype>
<font></font>
<font>-</font>
<onleft>61</onleft>
<onright>61</onright>
<ondown>9000</ondown>
<onup>49</onup>
<textcolor></textcolor>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="400">

View File

@ -213,7 +213,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
@ -231,12 +231,12 @@
<description>Level button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="radiobutton" id="22">
<description>Only show current level</description>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="20">
<description>Clear button</description>

View File

@ -43,8 +43,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -81,8 +81,8 @@
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib></textureslidernib>
<textureslidernibfocus></textureslidernibfocus>
<textureslidernib>-</textureslidernib>
<textureslidernibfocus>-</textureslidernibfocus>
<onleft>31</onleft>
<onright>20</onright>
<ondown>20</ondown>
@ -255,8 +255,8 @@
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib></textureslidernib>
<textureslidernibfocus></textureslidernibfocus>
<textureslidernib>-</textureslidernib>
<textureslidernibfocus>-</textureslidernibfocus>
<onleft>21</onleft>
<onright>30</onright>
<ondown>21</ondown>
@ -400,7 +400,7 @@
<width>45</width>
<height>45</height>
<label>1036</label>
<font></font>
<font>-</font>
<onclick>back</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
@ -425,7 +425,7 @@
<width>45</width>
<height>45</height>
<label>31003</label>
<font></font>
<font>-</font>
<onclick>ActivateWindow(home)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>

View File

@ -16,7 +16,7 @@
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="7">library://video/movies/</content>
<content target="video" limit="6">library://video/movies/</content>
<visible>Library.HasContent(Movies)</visible>
</control>
<control type="list" id="90170">
@ -29,7 +29,7 @@
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="7">library://video/tvshows/</content>
<content target="video" limit="6">library://video/tvshows/</content>
<visible>Library.HasContent(TVShows)</visible>
</control>
<control type="list" id="90110">
@ -477,10 +477,10 @@
<top>-20</top>
<width>1</width>
<height>1</height>
<label></label>
<font></font>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<label>-</label>
<font>-</font>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>20</onup>
@ -545,7 +545,7 @@
<left>180</left>
<onup>9003</onup>
<ondown>9000</ondown>
<defaultcontrol></defaultcontrol>
<defaultcontrol>-</defaultcontrol>
<enable>Player.HasMedia</enable>
<control type="image">
<description>Background image</description>
@ -563,7 +563,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onleft>608</onleft>
@ -577,7 +577,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>601</onleft>
@ -591,7 +591,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -608,7 +608,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>603</onleft>
@ -623,7 +623,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>604</onleft>
@ -637,7 +637,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onleft>605</onleft>
@ -654,7 +654,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onleft>608</onleft>
@ -668,7 +668,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onleft>601</onleft>
@ -682,7 +682,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>602</onleft>
@ -697,7 +697,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -716,7 +716,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onleft>604</onleft>
@ -732,7 +732,7 @@
<top>2</top>
<width>30</width>
<height>30</height>
<label></label>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>605</onleft>
@ -887,7 +887,7 @@
<onup condition="System.HasAddon(script.globalsearch)">608</onup>
<onup condition="!System.HasAddon(script.globalsearch)">603</onup>
<ondown>9001</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>2</focusposition>
<movement>1</movement>
@ -964,88 +964,81 @@
<label>31950</label>
<onclick condition="!String.IsEmpty(Weather.Plugin)">ActivateWindow(Weather)</onclick>
<onclick condition="String.IsEmpty(Weather.Plugin)">ActivateWindow(servicesettings,weather)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
</item>
<item id="4">
<label>31951</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
</item>
<item id="14">
<label>31001</label>
<onclick>ActivateWindow(Games)</onclick>
<icon></icon>
<thumb></thumb>
<visible>System.GetBool(gamesgeneral.enable)</visible>
</item>
<item id="13">
<label>31960</label>
<onclick>ActivateWindow(RadioChannels)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>PVR.HasRadioChannels</visible>
</item>
<item id="12">
<label>31952</label>
<onclick>ActivateWindow(TVChannels)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>PVR.HasTVChannels</visible>
</item>
<item id="2">
<label>31953</label>
<onclick condition="String.IsEqual(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos)</onclick>
<onclick condition="!String.IsEqual(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos,root)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
</item>
<item id="10">
<label>31954</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMovieButton) + Library.HasContent(Movies)</visible>
</item>
<item id="11">
<label>31955</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoTVShowButton) + Library.HasContent(TVShows)</visible>
</item>
<item id="3">
<label>31956</label>
<onclick condition="String.IsEqual(Window.Property(MusicDirectLink),True)">ActivateWindow(Music)</onclick>
<onclick condition="!String.IsEqual(Window.Property(MusicDirectLink),True)">ActivateWindow(Music,root)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
</item>
<item id="1">
<label>31957</label>
<onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick>
<onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
</item>
<item id="6">
<label>31958</label>
<onclick>PlayDVD()</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
<visible>System.HasMediaDVD</visible>
</item>
<item id="5">
<label>31959</label>
<onclick>ActivateWindow(Settings)</onclick>
<icon></icon>
<thumb></thumb>
<icon>-</icon>
<thumb>-</thumb>
</item>
</content>
</control>
@ -1156,7 +1149,7 @@
<width>45</width>
<height>45</height>
<label>31003</label>
<font></font>
<font>-</font>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
@ -1181,7 +1174,7 @@
<width>45</width>
<height>45</height>
<label>1036</label>
<font></font>
<font>-</font>
<onclick>ActivateWindow(Favourites)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>

View File

@ -38,367 +38,17 @@
<constant name="DepthFloor">-0.20</constant>
<constant name="DepthSideBlade">0.15</constant>
<!-- VARIABLES -->
<variable name="DurationInMinutes">
<value condition="String.StartsWith(ListItem.Duration,01:00:)">60 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:01:)">61 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:02:)">62 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:03:)">63 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:04:)">64 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:05:)">65 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:06:)">66 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:07:)">67 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:08:)">68 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:09:)">69 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:10:)">70 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:11:)">71 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:12:)">72 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:13:)">73 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:14:)">74 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:15:)">75 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:16:)">76 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:17:)">77 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:18:)">78 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:19:)">79 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:20:)">80 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:21:)">81 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:22:)">82 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:23:)">83 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:24:)">84 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:25:)">85 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:26:)">86 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:27:)">87 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:28:)">88 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:29:)">89 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:30:)">90 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:31:)">91 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:32:)">92 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:33:)">93 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:34:)">94 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:35:)">95 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:36:)">96 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:37:)">97 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:38:)">98 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:39:)">99 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:40:)">100 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:41:)">101 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:42:)">102 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:43:)">103 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:44:)">104 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:45:)">105 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:46:)">106 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:47:)">107 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:48:)">108 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:49:)">109 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:50:)">110 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:51:)">111 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:52:)">112 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:53:)">113 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:54:)">114 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:55:)">115 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:56:)">116 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:57:)">117 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:58:)">118 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,01:59:)">119 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:00:)">120 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:01:)">121 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:02:)">122 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:03:)">123 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:04:)">124 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:05:)">125 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:06:)">126 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:07:)">127 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:08:)">128 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:09:)">129 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:10:)">130 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:11:)">131 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:12:)">132 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:13:)">133 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:14:)">134 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:15:)">135 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:16:)">136 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:17:)">137 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:18:)">138 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:19:)">139 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:20:)">140 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:21:)">141 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:22:)">142 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:23:)">143 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:24:)">144 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:25:)">145 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:26:)">146 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:27:)">147 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:28:)">148 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:29:)">149 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:30:)">150 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:31:)">151 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:32:)">152 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:33:)">153 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:34:)">154 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:35:)">155 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:36:)">156 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:37:)">157 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:38:)">158 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:39:)">159 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:40:)">160 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:41:)">161 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:42:)">162 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:43:)">163 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:44:)">164 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:45:)">165 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:46:)">166 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:47:)">167 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:48:)">168 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:49:)">169 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:50:)">170 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:51:)">171 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:52:)">172 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:53:)">173 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:54:)">174 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:55:)">175 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:56:)">176 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:57:)">177 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:58:)">178 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,02:59:)">179 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:00:)">180 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:01:)">181 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:02:)">182 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:03:)">183 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:04:)">184 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:05:)">185 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:06:)">186 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:07:)">187 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:08:)">188 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:09:)">189 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:10:)">190 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:11:)">191 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:12:)">192 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:13:)">193 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:14:)">194 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:15:)">195 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:16:)">196 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:17:)">197 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:18:)">198 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:19:)">199 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:20:)">200 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:21:)">201 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:22:)">202 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:23:)">203 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:24:)">204 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:25:)">205 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:26:)">206 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:27:)">207 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:28:)">208 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:29:)">209 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:30:)">210 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:31:)">211 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:32:)">212 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:33:)">213 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:34:)">214 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:35:)">215 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:36:)">216 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:37:)">217 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:38:)">218 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:39:)">219 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:40:)">220 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:41:)">221 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:42:)">222 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:43:)">223 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:44:)">224 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:45:)">225 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:46:)">226 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:47:)">227 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:48:)">228 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:49:)">229 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:50:)">230 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:51:)">231 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:52:)">232 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:53:)">233 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:54:)">234 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:55:)">235 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:56:)">236 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:57:)">237 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:58:)">238 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:59:)">239 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:00:)">240 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:01:)">241 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:02:)">242 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:03:)">243 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:04:)">244 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:05:)">245 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:06:)">246 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:07:)">247 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:08:)">248 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:09:)">249 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:10:)">250 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:11:)">251 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:12:)">252 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:13:)">253 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:14:)">254 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:15:)">255 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:16:)">256 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:17:)">257 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:18:)">258 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:19:)">259 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:20:)">260 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:21:)">261 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:22:)">262 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:23:)">263 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:24:)">264 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:25:)">265 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:26:)">266 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:27:)">267 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:28:)">268 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:29:)">269 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:30:)">270 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:31:)">271 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:32:)">272 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:33:)">273 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:34:)">274 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:35:)">275 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:36:)">276 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:37:)">277 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:38:)">278 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:39:)">279 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:40:)">280 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:41:)">281 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:42:)">282 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:43:)">283 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:44:)">284 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:45:)">285 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:46:)">286 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:47:)">287 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:48:)">288 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:49:)">289 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:50:)">290 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:51:)">291 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:52:)">292 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:53:)">293 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:54:)">294 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:55:)">295 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:56:)">296 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:57:)">297 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:58:)">298 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:59:)">299 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:00:)">300 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:01:)">301 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:02:)">302 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:03:)">303 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:04:)">304 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:05:)">305 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:06:)">306 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:07:)">307 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:08:)">308 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:09:)">309 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:10:)">310 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:11:)">311 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:12:)">312 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:13:)">313 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:14:)">314 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:15:)">315 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:16:)">316 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:17:)">317 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:18:)">318 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:19:)">319 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:20:)">320 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:21:)">321 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:22:)">322 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:23:)">323 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:24:)">324 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:25:)">325 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:26:)">326 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:27:)">327 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:28:)">328 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:29:)">329 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:30:)">330 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:31:)">331 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:32:)">332 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:33:)">333 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:34:)">334 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:35:)">335 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:36:)">336 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:37:)">337 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:38:)">338 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:39:)">339 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:40:)">340 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:41:)">341 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:42:)">342 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:43:)">343 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:44:)">344 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:45:)">345 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:46:)">346 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:47:)">347 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:48:)">348 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:49:)">349 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:50:)">350 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:51:)">351 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:52:)">352 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:53:)">353 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:54:)">354 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:55:)">355 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:56:)">356 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:57:)">357 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:58:)">358 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:59:)">359 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,00:)">1 $LOCALIZE[31015]</value>
<value condition="String.StartsWith(ListItem.Duration,01:)">1 $LOCALIZE[31015]</value>
<value condition="String.StartsWith(ListItem.Duration,02:)">2 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,03:)">3 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,04:)">4 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,05:)">5 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,06:)">6 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,07:)">7 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,08:)">8 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,09:)">9 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,10:)">10 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,11:)">11 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,12:)">12 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,13:)">13 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,14:)">14 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,15:)">15 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,16:)">16 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,17:)">17 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,18:)">18 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,19:)">19 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,20:)">20 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,21:)">21 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,22:)">22 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,23:)">23 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,24:)">24 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,25:)">25 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,26:)">26 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,27:)">27 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,28:)">28 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,29:)">29 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,30:)">30 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,31:)">31 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,32:)">32 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,33:)">33 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,34:)">34 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,35:)">35 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,36:)">36 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,37:)">37 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,38:)">38 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,39:)">39 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,40:)">40 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,41:)">41 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,42:)">42 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,43:)">43 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,44:)">44 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,45:)">45 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,46:)">46 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,47:)">47 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,48:)">48 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,49:)">49 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,50:)">50 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,51:)">51 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,52:)">52 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,53:)">53 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,54:)">54 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,55:)">55 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,56:)">56 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,57:)">57 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,58:)">58 $LOCALIZE[12391]</value>
<value condition="String.StartsWith(ListItem.Duration,59:)">59 $LOCALIZE[12391]</value>
<variable name="AddonInfoHeading">
<value condition="!String.IsEmpty(Window(home).Property(WhatsNew))">$LOCALIZE[24054]</value>
<value>$LOCALIZE[21821]</value>
</variable>
<variable name="AddonInfoDescription">
<value condition="!String.IsEmpty(Window(home).Property(WhatsNew))">$INFO[ListItem.AddonNews]</value>
<value>$INFO[ListItem.AddonDescription]</value>
</variable>
<variable name="AddonInfoButtonLabel">
<value condition="!String.IsEmpty(Window(home).Property(WhatsNew))">$LOCALIZE[21821]</value>
<value>$LOCALIZE[24054]</value>
</variable>
<variable name="AddonLabel2">
<value condition="!String.IsEmpty(ListItem.Property(Addon.Status))">$INFO[ListItem.Property(Addon.Status)]</value>
@ -435,7 +85,6 @@
</variable>
<variable name="MusicInfoPanelLabel">
<value condition="Container.Content(Artists)">$INFO[ListItem.Label]</value>
<value condition="Container.Content(Songs)">$INFO[ListItem.Label,[COLOR=selected][B],[/B][/COLOR] - ]$INFO[ListItem.Label2]</value>
<value>$INFO[ListItem.TrackNumber,([COLOR=selected][B],[/B][/COLOR]) - ]$INFO[ListItem.Label]</value>
</variable>
<variable name="PlayList">
@ -634,8 +283,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -678,7 +327,7 @@
<aligny>center</aligny>
<font>font13</font>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
<pulseonselect>false</pulseonselect>
</include>
<include name="ButtonMediaSubCommonValues">
@ -742,10 +391,10 @@
<top>0</top>
<width>250</width>
<height>720</height>
<label></label>
<font></font>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<visible>true</visible>
</control>
<control type="button" id="9001">
@ -753,7 +402,7 @@
<top>260</top>
<width>42</width>
<height>128</height>
<font></font>
<font>-</font>
<texturefocus>HasSub.png</texturefocus>
<texturenofocus>HasSub.png</texturenofocus>
</control>
@ -788,7 +437,7 @@
<width>45</width>
<height>45</height>
<label>1036</label>
<font></font>
<font>-</font>
<onclick>back</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
@ -813,7 +462,7 @@
<width>45</width>
<height>45</height>
<label>31003</label>
<font></font>
<font>-</font>
<onclick>ActivateWindow(home)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
@ -846,7 +495,7 @@
<width>45</width>
<height>45</height>
<label>31003</label>
<font></font>
<font>-</font>
<onclick>ActivateWindow(PlayerControls)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
@ -1227,7 +876,7 @@
<control type="button" id="600">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>ChannelDown</onclick>
@ -1235,7 +884,7 @@
<control type="button" id="601">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>ChannelUp</onclick>
@ -1243,7 +892,7 @@
<control type="button" id="603">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>down</onclick>
@ -1252,7 +901,7 @@
<control type="togglebutton" id="604">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -1265,7 +914,7 @@
<control type="button" id="605">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onclick>PlayerControl(record)</onclick>
@ -1275,7 +924,7 @@
<control type="button" id="606">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<visible>RDS.HasRadiotextPlus</visible>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
@ -1284,7 +933,7 @@
<control type="button" id="622">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<visible>!RDS.HasRadiotextPlus</visible>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
@ -1310,7 +959,7 @@
<control type="button" id="700">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
@ -1318,7 +967,7 @@
<control type="button" id="706">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onclick>PlayerControl(Rewind)</onclick>
@ -1327,7 +976,7 @@
<control type="togglebutton" id="703">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -1338,7 +987,7 @@
<control type="button" id="701">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>down</onclick>
@ -1347,7 +996,7 @@
<control type="button" id="707">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onclick>PlayerControl(Forward)</onclick>
@ -1356,7 +1005,7 @@
<control type="button" id="702">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
@ -1367,9 +1016,9 @@
<control type="button" id="704">
<width>39</width>
<height>39</height>
<label></label>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<label>-</label>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>702</onleft>
<onright>705</onright>
<onclick>PlayerControl(Repeat)</onclick>
@ -1385,7 +1034,7 @@
<control type="togglebutton" id="705">
<width>39</width>
<height>39</height>
<label></label>
<label>-</label>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
@ -1474,7 +1123,7 @@
<top>190r</top>
<width>1280</width>
<height>200</height>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>3</focusposition>
<movement>2</movement>
@ -1814,46 +1463,55 @@
<item>
<label>$LOCALIZE[21893]:</label>
<label2>$INFO[ListItem.Property(Artist_Born)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Born))</visible>
</item>
<item>
<label>$LOCALIZE[21894]:</label>
<label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Formed))</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Property(Artist_Mood)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Mood))</visible>
</item>
<item>
<label>$LOCALIZE[176]:</label>
<label2>$INFO[ListItem.Property(Artist_Style)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Style))</visible>
</item>
<item>
<label>$LOCALIZE[21892]:</label>
<label2>$INFO[ListItem.Property(Artist_Instrument)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Instrument))</visible>
</item>
<item>
<label>$LOCALIZE[21897]:</label>
<label2>$INFO[ListItem.Property(Artist_Died)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Died))</visible>
</item>
<item>
<label>$LOCALIZE[21896]:</label>
<label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_Disbanded))</visible>
</item>
<item>
<label>$LOCALIZE[21898]:</label>
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
</item>
</include>
@ -1861,144 +1519,182 @@
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Property(Album_Mood)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Album_Mood))</visible>
</item>
<item>
<label>$LOCALIZE[176]:</label>
<label2>$INFO[ListItem.Property(Album_Style)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Album_Style))</visible>
</item>
<item>
<label>$LOCALIZE[21895]:</label>
<label2>$INFO[ListItem.Property(Album_Theme)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Album_Theme))</visible>
</item>
<item>
<label>146</label>
<label2>$INFO[ListItem.Property(Album_Type)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Album_Type))</visible>
</item>
<item>
<label>$LOCALIZE[21899]:</label>
<label2>$INFO[ListItem.Property(Album_Label)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Album_Label))</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</include>
<include name="MusicInfoSongInfo">
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[558]:</label>
<label2>$INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Album)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Mood]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Mood)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[554]:</label>
<label2>$INFO[ListItem.TrackNumber]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.TrackNumber)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[29903]:</label>
<label2>$INFO[ListItem.Property(Role.Composer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Composer))</visible>
</item>
<item>
<label>$LOCALIZE[29905]:</label>
<label2>$INFO[ListItem.Property(Role.Conductor)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Conductor))</visible>
</item>
<item>
<label>$LOCALIZE[38034]:</label>
<label2>$INFO[ListItem.Property(Role.Orchestra)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Orchestra))</visible>
</item>
<item>
<label>$LOCALIZE[38035]:</label>
<label2>$INFO[ListItem.Property(Role.Lyricist)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Lyricist))</visible>
</item>
<item>
<label>$LOCALIZE[38036]:</label>
<label2>$INFO[ListItem.Property(Role.Remixer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Remixer))</visible>
</item>
<item>
<label>$LOCALIZE[38037]:</label>
<label2>$INFO[ListItem.Property(Role.Arranger)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Arranger))</visible>
</item>
<item>
<label>$LOCALIZE[38038]:</label>
<label2>$INFO[ListItem.Property(Role.Engineer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Engineer))</visible>
</item>
<item>
<label>$LOCALIZE[38039]:</label>
<label2>$INFO[ListItem.Property(Role.Producer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Producer))</visible>
</item>
<item>
<label>$LOCALIZE[38040]:</label>
<label2>$INFO[ListItem.Property(Role.DJMixer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.DJMixer))</visible>
</item>
<item>
<label>$LOCALIZE[38041]:</label>
<label2>$INFO[ListItem.Property(Role.Mixer)]</label2>
<onclick>noop</onclick>
<visible>!String.IsEmpty(ListItem.Property(Role.Mixer))</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<visible>!String.IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</include>
</includes>

View File

@ -349,35 +349,35 @@
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton1))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeVideosButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton2))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeVideosButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton3))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeVideosButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton4))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeVideosButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton5))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeVideosButton5))</visible>
</item>
</include>
@ -386,35 +386,35 @@
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton1))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeMusicButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton2))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeMusicButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton3))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeMusicButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton4))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeMusicButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton5))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeMusicButton5))</visible>
</item>
</include>
@ -423,35 +423,35 @@
<label>$INFO[system.addontitle(Skin.String(HomePictureButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton1))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomePictureButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton2))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomePictureButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton3))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomePictureButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton4))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomePictureButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton5))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomePictureButton5))</visible>
</item>
</include>
@ -460,35 +460,35 @@
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton1))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeProgramButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton2))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeProgramButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton3))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeProgramButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton4))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeProgramButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton5))]</icon>
<thumb></thumb>
<thumb>-</thumb>
<visible>!String.IsEmpty(Skin.String(HomeProgramButton5))</visible>
</item>
</include>

View File

@ -44,7 +44,7 @@
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol></pagecontrol>
<pagecontrol/>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
@ -144,80 +144,80 @@
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.1.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.1.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.1.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.2.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.2.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.2.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.2.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.3.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.3.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.3.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.3.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.4.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.4.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.4.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.4.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.5.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.5.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.5.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.5.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.6.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.6.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.6.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.6.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.6.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.7.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.7.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.7.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.7.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.7.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.8.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.8.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.8.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.8.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.8.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.9.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.9.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.9.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.9.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.9.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.10.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.10.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.10.Thumb)]</icon>
<thumb></thumb>
<icon>DefaultVideoCover.png</icon>
<thumb>$INFO[Window.Property(LatestMovie.10.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestMovie.10.Title))</visible>
</item>
</content>
@ -280,7 +280,7 @@
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol></pagecontrol>
<pagecontrol/>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="240">
@ -406,7 +406,7 @@
<label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.1.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</item>
@ -414,7 +414,7 @@
<label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.2.ShowTitle)] - $INFO[Window.Property(LatestEpisode.2.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.2.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.2.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.2.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.2.EpisodeTitle))</visible>
</item>
@ -422,7 +422,7 @@
<label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.3.ShowTitle)] - $INFO[Window.Property(LatestEpisode.3.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.3.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.3.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.3.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.3.EpisodeTitle))</visible>
</item>
@ -430,7 +430,7 @@
<label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.4.ShowTitle)] - $INFO[Window.Property(LatestEpisode.4.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.4.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.4.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.4.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.4.EpisodeTitle))</visible>
</item>
@ -438,7 +438,7 @@
<label>$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.5.ShowTitle)] - $INFO[Window.Property(LatestEpisode.5.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.5.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.5.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.5.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.5.EpisodeTitle))</visible>
</item>
@ -446,7 +446,7 @@
<label>$INFO[Window.Property(LatestEpisode.6.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.6.ShowTitle)] - $INFO[Window.Property(LatestEpisode.6.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.6.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.6.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.6.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.6.EpisodeTitle))</visible>
</item>
@ -454,7 +454,7 @@
<label>$INFO[Window.Property(LatestEpisode.7.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.7.ShowTitle)] - $INFO[Window.Property(LatestEpisode.7.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.7.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.7.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.7.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.7.EpisodeTitle))</visible>
</item>
@ -462,7 +462,7 @@
<label>$INFO[Window.Property(LatestEpisode.8.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.8.ShowTitle)] - $INFO[Window.Property(LatestEpisode.8.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.8.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.8.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.8.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.8.EpisodeTitle))</visible>
</item>
@ -470,7 +470,7 @@
<label>$INFO[Window.Property(LatestEpisode.9.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.9.ShowTitle)] - $INFO[Window.Property(LatestEpisode.9.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.9.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.9.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.9.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.9.EpisodeTitle))</visible>
</item>
@ -478,7 +478,7 @@
<label>$INFO[Window.Property(LatestEpisode.10.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.10.ShowTitle)] - $INFO[Window.Property(LatestEpisode.10.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.10.Path)])</onclick>
<icon></icon>
<icon>$INFO[Window.Property(LatestEpisode.10.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestEpisode.10.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestEpisode.10.EpisodeTitle))</visible>
</item>
@ -542,7 +542,7 @@
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol></pagecontrol>
<pagecontrol/>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="200">
@ -669,7 +669,7 @@
<label2>$INFO[Window.Property(LatestAlbum.1.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.1.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.1.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.1.Title))</visible>
</item>
@ -678,7 +678,7 @@
<label2>$INFO[Window.Property(LatestAlbum.2.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.2.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.2.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.2.Title))</visible>
</item>
@ -687,7 +687,7 @@
<label2>$INFO[Window.Property(LatestAlbum.3.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.3.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.3.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.3.Title))</visible>
</item>
@ -696,7 +696,7 @@
<label2>$INFO[Window.Property(LatestAlbum.4.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.4.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.4.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.4.Title))</visible>
</item>
@ -705,7 +705,7 @@
<label2>$INFO[Window.Property(LatestAlbum.5.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.5.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.5.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.5.Title))</visible>
</item>
@ -714,7 +714,7 @@
<label2>$INFO[Window.Property(LatestAlbum.6.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.6.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.6.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.6.Title))</visible>
</item>
@ -723,7 +723,7 @@
<label2>$INFO[Window.Property(LatestAlbum.7.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.7.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.7.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.7.Title))</visible>
</item>
@ -732,7 +732,7 @@
<label2>$INFO[Window.Property(LatestAlbum.8.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.8.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.8.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.8.Title))</visible>
</item>
@ -741,7 +741,7 @@
<label2>$INFO[Window.Property(LatestAlbum.9.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.9.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.9.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.9.Title))</visible>
</item>
@ -750,7 +750,7 @@
<label2>$INFO[Window.Property(LatestAlbum.10.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.10.Path)]")</onclick>
<icon></icon>
<icon>DefaultAlbumCover.png</icon>
<thumb>$INFO[Window.Property(LatestAlbum.10.Thumb)]</thumb>
<visible>!String.IsEmpty(Window.Property(LatestAlbum.10.Title))</visible>
</item>

View File

@ -165,13 +165,13 @@
<description>Channel Groups</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
<!-- <visible>Window.IsActive(TVGuide) | Window.IsActive(RadioGuide)</visible> -->
</control>
<control type="button" id="3">
@ -183,7 +183,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
@ -206,14 +206,7 @@
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Control.IsVisible(5) | Control.IsVisible(6) | Control.IsVisible(7) | Control.IsVisible(8) | Control.IsVisible(10)</visible>
</control>
<control type="button" id="10">
<description>Watched Toggle</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>20367</label>
<visible>Window.IsActive(TVRecordings)</visible>
<visible>Control.IsVisible(5) | Control.IsVisible(6) | Control.IsVisible(7) | Control.IsVisible(8)</visible>
</control>
<control type="radiobutton" id="5">
<description>Group recording items by folder structure</description>

View File

@ -188,8 +188,8 @@
<top>0</top>
<width>45</width>
<height>45</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>

View File

@ -15,15 +15,15 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<onclick>FullScreen</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<visible>system.getbool(input.enablemouse) + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<visible>system.getbool(input.enablemouse) + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
</control>
<control type="slider" id="87">
<depth>DepthOSD+</depth>
@ -39,7 +39,7 @@
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
</control>
<control type="grouplist" id="100">
<left>325</left>
@ -47,12 +47,12 @@
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<control type="button" id="300">
<width>55</width>
<height>55</height>
<label>210</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
@ -62,7 +62,7 @@
<width>55</width>
<height>55</height>
<label>209</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
@ -72,7 +72,7 @@
<width>55</width>
<height>55</height>
<label>210</label>
<font></font>
<font>-</font>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
@ -82,7 +82,7 @@
<width>55</width>
<height>55</height>
<label>31354</label>
<font></font>
<font>-</font>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
@ -94,7 +94,7 @@
<height>55</height>
<label>31351</label>
<altlabel>208</altlabel>
<font></font>
<font>-</font>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -108,7 +108,7 @@
<width>55</width>
<height>55</height>
<label>31352</label>
<font></font>
<font>-</font>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
@ -117,7 +117,7 @@
<width>55</width>
<height>55</height>
<label>31353</label>
<font></font>
<font>-</font>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
@ -128,7 +128,7 @@
<width>55</width>
<height>55</height>
<label>209</label>
<font></font>
<font>-</font>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<visible>!MusicPlayer.Content(LiveTV)</visible>
@ -138,7 +138,7 @@
<width>55</width>
<height>55</height>
<label>19019</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDChannels)</onclick>
@ -148,10 +148,10 @@
<width>55</width>
<height>55</height>
<label>$LOCALIZE[19029]$INFO[MusicPlayer.ChannelName, - ]</label>
<font></font>
<font>-</font>
<texturefocus>OSDepgFO.png</texturefocus>
<texturenofocus>OSDepgNF.png</texturenofocus>
<onclick>ActivateWindow(PVRChannelGuide)</onclick>
<onclick>ActivateWindow(PVROSDGuide)</onclick>
<visible>MusicPlayer.Content(LiveTV) + !RDS.HasRadiotextPlus</visible>
</control>
<control type="button" id="308">
@ -159,7 +159,7 @@
<width>55</width>
<height>55</height>
<label>209</label>
<font></font>
<font>-</font>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onclick>ActivateWindow(PVRRadioRDSInfo)</onclick>
@ -175,9 +175,9 @@
<width>55</width>
<height>55</height>
<label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label>
<font></font>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<font>-</font>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>605</onleft>
<onright>607</onright>
<onclick>PlayerControl(Repeat)</onclick>
@ -241,7 +241,7 @@
<width>55</width>
<height>55</height>
<label>$LOCALIZE[590]$INFO[Playlist.Random, : ]</label>
<font></font>
<font>-</font>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
@ -252,28 +252,28 @@
</control>
<control type="image" id="2300">
<width>105</width>
<texture></texture>
<texture>-</texture>
</control>
<control type="image" id="2400">
<width>55</width>
<texture></texture>
<texture>-</texture>
<visible>!system.getbool(audiooutput.dspaddonsenabled)</visible>
</control>
<control type="image" id="2500">
<width>55</width>
<texture></texture>
<texture>-</texture>
<visible>MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2600">
<width>55</width>
<texture></texture>
<texture>-</texture>
<visible>!Player.CanRecord</visible>
</control>
<control type="button" id="705">
<width>55</width>
<height>55</height>
<label>15047</label>
<font></font>
<font>-</font>
<texturefocus>OSDRateFO.png</texturefocus>
<texturenofocus>OSDRateNF.png</texturenofocus>
<onclick>setrating</onclick>
@ -282,7 +282,7 @@
<width>55</width>
<height>55</height>
<label>15047</label>
<font></font>
<font>-</font>
<texturefocus>OSDDSPAudioFO.png</texturefocus>
<texturenofocus>OSDDSPAudioNF.png</texturenofocus>
<onclick>ActivateWindow(OSDAudioDSPSettings)</onclick>
@ -292,7 +292,7 @@
<width>55</width>
<height>55</height>
<label>31128</label>
<font></font>
<font>-</font>
<texturefocus>OSDLyricsFO.png</texturefocus>
<texturenofocus>OSDLyricsNF.png</texturenofocus>
<alttexturefocus>OSDLyricsFO.png</alttexturefocus>
@ -309,7 +309,7 @@
<width>55</width>
<height>55</height>
<label>12006</label>
<font></font>
<font>-</font>
<texturefocus>OSDVizFO.png</texturefocus>
<texturenofocus>OSDVizNF.png</texturenofocus>
</control>
@ -317,7 +317,7 @@
<width>55</width>
<height>55</height>
<label>$LOCALIZE[250] $LOCALIZE[21417]</label>
<font></font>
<font>-</font>
<texturefocus>OSDPresetSettingsFO.png</texturefocus>
<texturenofocus>OSDPresetSettingsNF.png</texturenofocus>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
@ -326,7 +326,7 @@
<width>55</width>
<height>55</height>
<label>31048</label>
<font></font>
<font>-</font>
<texturefocus>OSDPreFO.png</texturefocus>
<texturenofocus>OSDPreNF.png</texturenofocus>
<onclick>ActivateWindow(visualisationpresetlist)</onclick>
@ -337,7 +337,7 @@
<width>55</width>
<height>55</height>
<label>264</label>
<font></font>
<font>-</font>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onclick>PlayerControl(record)</onclick>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol></defaultcontrol>
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="visualisation" id="2">
<!-- FIX ME Music Visualization needs to have an id of 2 in this window to be able to lock or change preset -->
@ -26,7 +26,7 @@
<control type="group">
<depth>DepthOSD</depth>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<control type="image">
<left>-20</left>
<top>-150</top>

View File

@ -1,115 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,500,550,551</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 500 -->
<include>ThumbnailView</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include content="CommonWindowHeader">
<param name="Icon" value="icon_games" />
<param name="Label" value="$LOCALIZE[15016]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="20">
<visible>Container.CanFilterAdvanced</visible>
<description>Filter</description>
<include>ButtonCommonValues</include>
<label>587</label>
<onclick>right</onclick>
<onclick>Filter</onclick>
</control>
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31039</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Container.Content(addons)</visible>
</control>
<control type="button" id="204">
<description>Get more</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>21452</label>
<onclick>ActivateWindow(addonbrowser,addons://more/executable/,return)</onclick>
<visible>Container.Content(addons)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

View File

@ -69,7 +69,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
@ -80,7 +80,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
@ -145,7 +145,7 @@
<label>653</label>
<altlabel>13353</altlabel>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<usealttexture>library.isscanningmusic</usealttexture>
</control>
<control type="button" id="204">

View File

@ -89,7 +89,7 @@
<align>center</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(50).ListItem.Title,[COLOR=blue]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Artist,[COLOR=blue]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Album,[COLOR=blue]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Duration,[COLOR=blue]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.TrackNumber,[COLOR=blue]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Genre,[COLOR=blue]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
</control>
</control>
@ -113,7 +113,7 @@
<align>center</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(100).ListItem.Title,[COLOR=blue]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Artist,[COLOR=blue]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Album,[COLOR=blue]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Duration,[COLOR=blue]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.TrackNumber,[COLOR=blue]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Genre,[COLOR=blue]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
</control>
</control>

View File

@ -69,9 +69,8 @@
<width>692</width>
<height>402</height>
<texturefocus border="3">VideoWindowFO.png</texturefocus>
<texturenofocus></texturenofocus>
<font></font>
<pulseonselect>no</pulseonselect>
<texturenofocus>-</texturenofocus>
<font>-</font>
<onleft>70</onleft>
<onclick>Fullscreen</onclick>
<visible>Player.HasVideo</visible>
@ -158,7 +157,7 @@
<align>justify</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(50).ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
</control>

View File

@ -2,7 +2,7 @@
<window>
<defaultcontrol always="true">10</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>10,12</views>
<views>10,11,12,13</views>
<controls>
<include>CommonBackground</include>
<control type="image">
@ -51,7 +51,9 @@
<control type="group" id="50">
<include>Window_OpenClose_Animation</include>
<include>PVRGuideViewTimeline</include>
<include>PVRGuideViewNow</include>
<include>PVRGuideViewNext</include>
<include>PVRGuideViewChannel</include>
</control>
<control type="group">
<depth>DepthFooter</depth>

View File

@ -95,7 +95,7 @@
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label,, ]$INFO[ListItem.EpisodeName,(,) ]$INFO[Listitem.Season,,.]$INFO[Listitem.Episode]</label>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>225</left>
@ -171,7 +171,7 @@
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label,, ]$INFO[ListItem.EpisodeName,(,) ]$INFO[Listitem.Season,,.]$INFO[Listitem.Episode]</label>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>225</left>
@ -237,10 +237,21 @@
<control type="group">
<left>910</left>
<top>80</top>
<control type="fadelabel">
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>230</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture fallback="DefaultVideoCover.png">$INFO[Container(50).ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="fadelabel">
<left>10</left>
<top>230</top>
<width>290</width>
<height>25</height>
<label>$INFO[Container(50).ListItem.Title]$INFO[ListItem.EpisodeName, (,)]</label>
<align>center</align>
@ -254,9 +265,9 @@
<control type="textbox">
<description>Description Value for TV Show</description>
<left>10</left>
<top>40</top>
<top>272</top>
<width>290</width>
<height>455</height>
<height>223</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>

View File

@ -75,7 +75,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
@ -86,7 +86,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>

View File

@ -59,7 +59,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="label" id="201">
<width>250</width>
@ -79,7 +79,7 @@
<description>Repeat button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="21">
<description>Save button</description>

View File

@ -59,7 +59,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
@ -70,7 +70,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>

View File

@ -75,7 +75,7 @@
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
@ -86,7 +86,7 @@
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
@ -167,7 +167,7 @@
<label>653</label>
<altlabel>13353</altlabel>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<alttexturenofocus>-</alttexturenofocus>
<usealttexture>library.isscanningvideo</usealttexture>
</control>
<control type="button" id="204">

View File

@ -470,7 +470,7 @@
<description>change location button</description>
<left>0</left>
<top>0</top>
<font></font>
<font>-</font>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>

View File

@ -25,7 +25,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onleft>609</onleft>
@ -40,7 +40,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>600</onleft>
@ -55,7 +55,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -73,7 +73,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>603</onleft>
@ -89,7 +89,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>602</onleft>
@ -104,7 +104,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onleft>604</onleft>
@ -119,7 +119,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>605</onleft>
@ -138,9 +138,9 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
<label>-</label>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>PlayerControl(Repeat)</onclick>
<onleft>606</onleft>
<onright>608</onright>
@ -213,7 +213,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
@ -232,7 +232,7 @@
<width>40</width>
<height>40</height>
<label>31128</label>
<font></font>
<font>-</font>
<texturefocus>OSDLyricsFO.png</texturefocus>
<texturenofocus>OSDLyricsNF.png</texturenofocus>
<alttexturefocus>OSDLyricsFO.png</alttexturefocus>
@ -263,7 +263,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>706</onleft>
@ -280,7 +280,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>701</onleft>
@ -296,7 +296,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -317,7 +317,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>703</onleft>
@ -334,7 +334,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onleft>704</onleft>
@ -349,7 +349,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onleft>700</onleft>
@ -364,7 +364,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>705</onleft>
@ -381,7 +381,7 @@
<top>0</top>
<width>40</width>
<height>40</height>
<label></label>
<label>-</label>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onleft>706</onleft>
@ -418,8 +418,8 @@
<top>5</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>back</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol></defaultcontrol>
<defaultcontrol>-</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>

View File

@ -43,8 +43,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -72,7 +72,7 @@
<onright>9001</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="54" width="260">
<control type="image">
@ -119,20 +119,13 @@
<label>14200</label>
<label2>31430</label2>
<onclick>ActivateWindow(PlayerSettings)</onclick>
<icon></icon>
<icon>-</icon>
</item>
<item id="2">
<label>14211</label>
<label2>31431</label2>
<onclick>ActivateWindow(MediaSettings)</onclick>
<icon></icon>
</item>
<item id="8">
<label>15016</label>
<label2>31002</label2>
<onclick>ActivateWindow(GameSettings)</onclick>
<visible>System.GetBool(gamesgeneral.enable)</visible>
<icon></icon>
<icon>-</icon>
</item>
<item id="3">
<label>14204</label>
@ -144,25 +137,25 @@
<label>24001</label>
<label2>31433</label2>
<onclick>ActivateWindow(AddonBrowser)</onclick>
<icon></icon>
<icon>-</icon>
</item>
<item id="5">
<label>14036</label>
<label2>31434</label2>
<onclick>ActivateWindow(ServiceSettings)</onclick>
<icon></icon>
<icon>-</icon>
</item>
<item id="6">
<label>14206</label>
<label2>31436</label2>
<onclick>ActivateWindow(InterfaceSettings)</onclick>
<icon></icon>
<icon>-</icon>
</item>
<item id="7">
<label>13000</label>
<label2>31435</label2>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon></icon>
<icon>-</icon>
</item>
</content>
</control>

View File

@ -42,8 +42,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -258,7 +258,7 @@
<left>0</left>
<top>0</top>
<height>30</height>
<label></label>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
@ -271,7 +271,7 @@
<top>0</top>
<width>0</width>
<height>0</height>
<font></font>
<font>-</font>
<visible>false</visible>
</control>
<control type="group">

View File

@ -43,8 +43,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -72,7 +72,7 @@
<onright>9010</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="54" width="260">
<control type="image">
@ -118,11 +118,13 @@
<content>
<item id="1">
<label>31420</label>
<icon></icon>
<onclick>noop</onclick>
<icon>-</icon>
</item>
<item id="2">
<label>13200</label>
<icon></icon>
<onclick>noop</onclick>
<icon>-</icon>
</item>
</content>
</control>

View File

@ -29,8 +29,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -47,7 +47,7 @@
<width>128</width>
<height>128</height>
<texturefocus>CalibrateTopLeft.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="mover" id="9">
<description>right bottom mover</description>
@ -56,7 +56,7 @@
<width>128</width>
<height>128</height>
<texturefocus>CalibrateBottomRight.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="mover" id="10">
<description>subtitle position mover</description>
@ -65,7 +65,7 @@
<width>512</width>
<height>128</height>
<texturefocus>CalibrateSubtitles.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="resize" id="11">
<description>pixel aspect ratio box</description>
@ -74,7 +74,7 @@
<width>256</width>
<height>256</height>
<texturefocus>CalibratePixelRatio.png</texturefocus>
<texturenofocus></texturenofocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="group">
<left>20</left>
@ -84,7 +84,7 @@
<left>0</left>
<top>10</top>
<width>1240</width>
<label></label>
<label>-</label>
<align>center</align>
<font>font13</font>
</control>
@ -93,7 +93,7 @@
<left>0</left>
<top>40</top>
<width>1240</width>
<label></label>
<label>-</label>
<align>center</align>
<font>font13</font>
</control>

View File

@ -43,8 +43,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -199,7 +199,7 @@
<width>726</width>
<height>30</height>
<font>font16</font>
<label></label>
<label>-</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
@ -213,7 +213,7 @@
<left>0</left>
<top>0</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="3">
@ -221,7 +221,7 @@
<left>0</left>
<top>35</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="4">
@ -229,7 +229,7 @@
<left>0</left>
<top>70</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="5">
@ -237,7 +237,7 @@
<left>0</left>
<top>105</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="6">
@ -245,7 +245,7 @@
<left>0</left>
<top>140</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="7">
@ -253,7 +253,7 @@
<left>0</left>
<top>175</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="8">
@ -261,7 +261,7 @@
<left>0</left>
<top>210</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="9">
@ -269,7 +269,7 @@
<left>0</left>
<top>245</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="10">
@ -277,7 +277,7 @@
<left>0</left>
<top>280</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="11">
@ -285,7 +285,7 @@
<left>0</left>
<top>315</top>
<width>750</width>
<label></label>
<label>-</label>
<font>font13</font>
</control>
<control type="textbox" id="30">

View File

@ -46,8 +46,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -75,7 +75,7 @@
<onright>9010</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="80" width="260">
<control type="image">
@ -144,18 +144,22 @@
<item id="1">
<label>128</label>
<label2>5</label2>
<onclick>noop</onclick>
</item>
<item id="2">
<label>513</label>
<label2>31112</label2>
<onclick>noop</onclick>
</item>
<item id="3">
<label>31102</label>
<label2>31112</label2>
<onclick>noop</onclick>
</item>
<item id="4">
<label>24000</label>
<label2>31200</label2>
<onclick>noop</onclick>
</item>
</content>
</control>

View File

@ -37,13 +37,13 @@
<include>SmallMusicInfo</include>
</control>
<control type="button">
<visible>SlideShow.IsVideo + [![Player.Playing + Player.HasVideo] | SlideShow.IsPaused]</visible>
<visible>SlideShow.IsVideo + [!SlideShow.IsActive | SlideShow.IsPaused]</visible>
<description>Video Play Button</description>
<left>540</left>
<top>260</top>
<width>200</width>
<height>200</height>
<font></font>
<font>-</font>
<onclick>play</onclick>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>

View File

@ -70,7 +70,7 @@
<invalidcolor>invalid</invalidcolor>
<texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<label></label>
<label>-</label>
<hinttext>16028</hinttext>
<onup>9001</onup>
<onleft>20</onleft>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol></defaultcontrol>
<defaultcontrol>-</defaultcontrol>
<controls>
<!-- view mode, sizing, screen resolution -->
<control type="group" id="0">
@ -25,7 +25,7 @@
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<label></label>
<label>-</label>
</control>
<control type="label" id="11">
<description>row 2 label</description>
@ -36,7 +36,7 @@
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<label></label>
<label>-</label>
</control>
<control type="label" id="12">
<description>row 3 label</description>
@ -47,13 +47,13 @@
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<label></label>
<label>-</label>
</control>
</control>
<!-- media infos -->
<control type="group" id="1">
<depth>DepthOSD</depth>
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(SliderDialog)]</visible>
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(SliderDialog)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<control type="image" id="1">
<left>-20</left>

View File

@ -15,8 +15,8 @@
<top>0</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>Dialog.Close(VideoOSD,true)</onclick>
<onclick>FullScreen</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
@ -47,12 +47,12 @@
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide)]</visible>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
<control type="button" id="300">
<width>55</width>
<height>55</height>
<label>210</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
@ -62,7 +62,7 @@
<width>55</width>
<height>55</height>
<label>209</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
@ -72,7 +72,7 @@
<width>55</width>
<height>55</height>
<label>210</label>
<font></font>
<font>-</font>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
@ -82,7 +82,7 @@
<width>55</width>
<height>55</height>
<label>31354</label>
<font></font>
<font>-</font>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
@ -97,7 +97,7 @@
<height>55</height>
<label>31351</label>
<altlabel>208</altlabel>
<font></font>
<font>-</font>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -111,7 +111,7 @@
<width>55</width>
<height>55</height>
<label>31352</label>
<font></font>
<font>-</font>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
@ -120,7 +120,7 @@
<width>55</width>
<height>55</height>
<label>31353</label>
<font></font>
<font>-</font>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
@ -134,7 +134,7 @@
<width>55</width>
<height>55</height>
<label>209</label>
<font></font>
<font>-</font>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
@ -144,7 +144,7 @@
<width>55</width>
<height>55</height>
<label>19019</label>
<font></font>
<font>-</font>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDChannels)</onclick>
@ -155,10 +155,10 @@
<width>55</width>
<height>55</height>
<label>$LOCALIZE[19029]$INFO[VideoPlayer.ChannelName, - ]</label>
<font></font>
<font>-</font>
<texturefocus>OSDepgFO.png</texturefocus>
<texturenofocus>OSDepgNF.png</texturenofocus>
<onclick>ActivateWindow(PVRChannelGuide)</onclick>
<onclick>ActivateWindow(PVROSDGuide)</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
@ -166,7 +166,7 @@
<width>55</width>
<height>55</height>
<label>31356</label>
<font></font>
<font>-</font>
<texturefocus>OSDTeleTextFO.png</texturefocus>
<texturenofocus>OSDTeleTextNF.png</texturenofocus>
<onclick>ActivateWindow(Teletext)</onclick>
@ -174,17 +174,17 @@
</control>
<control type="image" id="2200">
<width>270</width>
<texture></texture>
<texture>-</texture>
<visible>VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2300">
<width>160</width>
<texture></texture>
<texture>-</texture>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2600">
<width>325</width>
<texture></texture>
<texture>-</texture>
<visible>!VideoPlayer.Content(LiveTV) + !VideoPlayer.HasMenu</visible>
</control>
<control type="button" id="255">
@ -193,7 +193,7 @@
<width>55</width>
<height>55</height>
<label>36501</label>
<font></font>
<font>-</font>
<texturefocus>OSDStereoscopicFO.png</texturefocus>
<texturenofocus>OSDStereoscopicNF.png</texturenofocus>
<onup>501</onup>
@ -202,7 +202,7 @@
<width>55</width>
<height>55</height>
<label>31356</label>
<font></font>
<font>-</font>
<texturefocus>OSDSubtitlesFO.png</texturefocus>
<texturenofocus>OSDSubtitlesNF.png</texturenofocus>
<onup>404</onup>
@ -211,7 +211,7 @@
<width>55</width>
<height>55</height>
<label>13395</label>
<font></font>
<font>-</font>
<texturefocus>OSDVideoFO.png</texturefocus>
<texturenofocus>OSDVideoNF.png</texturenofocus>
<onclick>ActivateWindow(OSDVideoSettings)</onclick>
@ -220,7 +220,7 @@
<width>55</width>
<height>55</height>
<label>13396</label>
<font></font>
<font>-</font>
<texturefocus>OSDAudioFO.png</texturefocus>
<texturenofocus>OSDAudioNF.png</texturenofocus>
<usealttexture>system.getbool(audiooutput.dspaddonsenabled)</usealttexture>
@ -232,7 +232,7 @@
<width>55</width>
<height>55</height>
<label>298</label>
<font></font>
<font>-</font>
<texturefocus>OSDBookmarksFO.png</texturefocus>
<texturenofocus>OSDBookmarksNF.png</texturenofocus>
<onclick>ActivateWindow(VideoBookmarks)</onclick>
@ -242,7 +242,7 @@
<width>55</width>
<height>55</height>
<label>31355</label>
<font></font>
<font>-</font>
<texturefocus>OSDDvdFO.png</texturefocus>
<texturenofocus>OSDDvdNF.png</texturenofocus>
<onclick>PlayerControl(ShowVideoMenu)</onclick>
@ -253,7 +253,7 @@
<height>55</height>
<label>264</label>
<altlabel>265</altlabel>
<font></font>
<font>-</font>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<usealttexture>Player.Recording</usealttexture>
@ -271,10 +271,10 @@
<bottom>60</bottom>
<width>256</width>
<height>250</height>
<label></label>
<font></font>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
</control>
@ -394,16 +394,16 @@
<bottom>60</bottom>
<width>256</width>
<height>210</height>
<label></label>
<font></font>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(520) | Control.HasFocus(255) | ControlGroup(500).HasFocus</visible>
</control>
<control type="grouplist" id="500">
<depth>DepthOSD+</depth>
<visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide)] + [Control.HasFocus(255) | ControlGroup(500).HasFocus | Control.HasFocus(520)]</visible>
<visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)] + [Control.HasFocus(255) | ControlGroup(500).HasFocus | Control.HasFocus(520)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="![VideoPlayer.HasMenu | VideoPlayer.Content(LiveTV)]">Conditional</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>

View File

@ -42,8 +42,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -77,7 +77,7 @@
<onup>2</onup>
<scrolltime>200</scrolltime>
<viewtype label="536">icon</viewtype>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<orientation>vertical</orientation>
<itemlayout height="215" width="240">
<control type="image">

View File

@ -472,18 +472,10 @@
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563]:</label>
<label>$LOCALIZE[563]: $INFO[ListItem.Rating]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Rating value</description>
<left>100</left>
<top>95</top>
<width>160</width>
<height>32</height>
<label>$INFO[ListItem.Userrating]</label>
</control>
<control type="textbox">
<description>Description Value for Album</description>
<left>0</left>
@ -492,7 +484,7 @@
<height>144</height>
<font>font13</font>
<align>justify</align>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
@ -1086,7 +1078,7 @@
<height>298</height>
<font>font13</font>
<align>justify</align>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>

View File

@ -274,6 +274,339 @@
</control>
</control>
</include>
<!-- ID: 11 -->
<include name="PVRGuideViewNow">
<control type="group">
<description>TV Guide Now</description>
<visible>Control.IsVisible(11)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Time label</description>
<left>0</left>
<top>20</top>
<width>100</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>555</label>
</control>
<control type="label">
<description>Channel label</description>
<left>100</left>
<top>20</top>
<width>250</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>19148</label>
</control>
<control type="label">
<description>Title</description>
<left>350</left>
<top>20</top>
<width>550</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Status header label</description>
<left>960</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="11">
<viewtype label="19030">list</viewtype>
<left>0</left>
<top>60</top>
<width>1100</width>
<height>500</height>
<onup>11</onup>
<ondown>11</ondown>
<onleft>101</onleft>
<onright>76</onright>
<pagecontrol>76</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</itemlayout>
<focusedlayout height="100">
<control type="image">
<left>0</left>
<top>1</top>
<width>1100</width>
<height>98</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>100</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(11)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>50</left>
<top>37</top>
<width>1000</width>
<height>58</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="76">
<left>1105</left>
<top>60</top>
<width>25</width>
<height>500</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>11</onleft>
<onright>101</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
</control>
</control>
</include>
<!-- ID: 12 -->
<include name="PVRGuideViewNext">
<control type="group">
@ -550,7 +883,7 @@
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
@ -607,4 +940,284 @@
</control>
</control>
</include>
<!-- ID: 13 -->
<include name="PVRGuideViewChannel">
<control type="group">
<description>TV Guide Channel</description>
<visible>Control.IsVisible(13)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Date Time label</description>
<left>0</left>
<top>20</top>
<width>300</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>21820</label>
</control>
<control type="label">
<description>Title</description>
<left>300</left>
<top>20</top>
<width>600</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Status header label</description>
<left>960</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="13">
<viewtype label="19029">list</viewtype>
<left>0</left>
<top>60</top>
<width>1100</width>
<height>500</height>
<onup>13</onup>
<ondown>13</ondown>
<onleft>101</onleft>
<onright>75</onright>
<pagecontrol>75</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>310</left>
<top>0</top>
<width>640</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</itemlayout>
<focusedlayout height="100">
<control type="image">
<left>0</left>
<top>1</top>
<width>1100</width>
<height>98</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>101</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(13)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>310</left>
<top>0</top>
<width>640</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>50</left>
<top>42</top>
<width>1000</width>
<height>58</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="75">
<left>1105</left>
<top>60</top>
<width>25</width>
<height>500</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>13</onleft>
<onright>101</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(13).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(13).CurrentPage]/$INFO[Container(13).NumPages][/COLOR])</label>
</control>
</control>
</include>
</includes>

View File

@ -510,7 +510,7 @@
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$VAR[DurationInMinutes]</label>
<label>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
@ -1211,7 +1211,7 @@
<viewtype label="$LOCALIZE[544]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Episodes) | Container.Content(Videos)</visible>
<visible>Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Episodes)</visible>
<itemlayout height="40" width="580">
<control type="image">
<left>0</left>
@ -1371,7 +1371,7 @@
<control type="group">
<left>710</left>
<top>70</top>
<visible>Control.IsVisible(504) + [Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Videos)]</visible>
<visible>Control.IsVisible(504) + [Container.Content(Movies) | Container.Content(TVShows)]</visible>
<control type="image">
<left>0</left>
<top>0</top>
@ -1392,7 +1392,7 @@
<aspectratio>scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
<visible>Container.Content(TVShows) | Container.Content(Videos)</visible>
<visible>Container.Content(TVShows)</visible>
<bordertexture background="true" border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>

View File

@ -287,8 +287,9 @@
</focusedlayout>
<content>
<item>
<label></label>
<icon></icon>
<label>-</label>
<icon>-</icon>
<onclick>noop</onclick>
<visible>!Weather.IsFetched</visible>
</item>
<include content="WeatherDefaultItem">
@ -397,6 +398,7 @@
<property name="LowTemp">$INFO[Window.Property(Day$PARAM[item_id].LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day$PARAM[item_id].Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !String.IsEmpty(Window.Property(Day$PARAM[item_id].Outlook)) + String.IsEmpty(Window.Property(Daily.IsFetched))</visible>
</item>
</include>
@ -406,6 +408,7 @@
<label2>$INFO[Window.Property(Daily.$PARAM[item_id].HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.$PARAM[item_id].LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.$PARAM[item_id].Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.$PARAM[item_id].Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]]</label2>
<thumb>resource://resource.images.weathericons.default/$INFO[Window.Property(Daily.$PARAM[item_id].OutlookIcon)]</thumb>
<icon>$INFO[Window.Property(Daily.$PARAM[item_id].Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.$PARAM[item_id].WindSpeed)] $INFO[Window.Property(Daily.$PARAM[item_id].WindDirection)]</icon>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !String.IsEmpty(Window.Property(Daily.$PARAM[item_id].Outlook)) + !String.IsEmpty(Window.Property(Daily.IsFetched))</visible>
</item>
</include>
@ -415,6 +418,7 @@
<label2>$INFO[Window.Property(Hourly.$PARAM[item_id].Temperature),[COLOR=grey2]$LOCALIZE[401] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.$PARAM[item_id].FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.$PARAM[item_id].Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.$PARAM[item_id].Precipitation),[COLOR=grey2]$LOCALIZE[1448] :[/COLOR][B] ,[/B]]</label2>
<thumb>resource://resource.images.weathericons.default/$INFO[Window.Property(Hourly.$PARAM[item_id].OutlookIcon)]</thumb>
<icon>$INFO[Window.Property(Hourly.$PARAM[item_id].Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.$PARAM[item_id].WindSpeed)] $INFO[Window.Property(Hourly.$PARAM[item_id].WindDirection)]</icon>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !String.IsEmpty(Window.Property(Hourly.$PARAM[item_id].Outlook)) + !String.IsEmpty(Window.Property(Hourly.IsFetched))</visible>
</item>
</include>
@ -424,6 +428,7 @@
<label2>$INFO[Window.Property(Map.$PARAM[item_id].Legend)]</label2>
<icon>$INFO[Window.Property(Map.$PARAM[item_id].Area)]</icon>
<property name="Layer">$INFO[Window.Property(Map.$PARAM[item_id].Layer)]</property>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !String.IsEmpty(Window.Property(Map.$PARAM[item_id].Area)) + !String.IsEmpty(Window.Property(Map.IsFetched))</visible>
</item>
</include>
@ -437,8 +442,8 @@
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>
@ -659,8 +664,8 @@
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>
@ -999,6 +1004,7 @@
<content>
<item>
<icon>$LOCALIZE[31909]</icon>
<onclick>noop</onclick>
<visible>String.IsEmpty(Window.Property(Hourly.IsFetched))</visible>
</item>
<include content="WeatherHourlyItem">
@ -1140,7 +1146,7 @@
<top>565</top>
<width>25</width>
<height>25</height>
<label></label>
<label>-</label>
<texturefocus>scroll-right-focus.png</texturefocus>
<texturenofocus>scroll-right.png</texturenofocus>
<onleft>991</onleft>
@ -1152,7 +1158,7 @@
<top>565</top>
<width>25</width>
<height>25</height>
<label></label>
<label>-</label>
<texturefocus>scroll-left-focus.png</texturefocus>
<texturenofocus>scroll-left.png</texturenofocus>
<onleft>9000</onleft>
@ -1281,8 +1287,8 @@
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>

View File

@ -1,189 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<left>240</left>
<top>140</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include content="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="420" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="label" id="3">
<description>List label</description>
<left>20</left>
<top>65</top>
<width>760</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<left>30</left>
<top>105</top>
<width>520</width>
<height>225</height>
<onup>9001</onup>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>9001</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>!Control.HasFocus(10)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>Control.hasfocus(14) | Control.HasFocus(10)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>552</left>
<top>105</top>
<width>25</width>
<height>225</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>10</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9000">
<left>580</left>
<top>105</top>
<control type="button" id="11">
<description>Change Set Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>18</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>13</ondown>
</control>
<control type="button" id="13">
<description>Add Button</description>
<left>0</left>
<top>45</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>15019</label>
<align>center</align>
<aligny>center</aligny>
<onup>11</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<description>Remove Button</description>
<left>0</left>
<top>90</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>1210</label>
<align>center</align>
<aligny>center</aligny>
<onup>13</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>9001</ondown>
</control>
</control>
<control type="group" id="9001">
<control type="button" id="18">
<description>Ok Button</description>
<left>200</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>186</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>20</onleft>
<onright>19</onright>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>410</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>222</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>18</onleft>
<onright>20</onright>
<ondown>10</ondown>
</control>
</control>
</controls>
</window>

View File

@ -11,12 +11,12 @@
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="420" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderLabel" value="" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="label" id="3">
<control type="label" id="4">
<description>List label</description>
<left>20</left>
<top>65</top>
@ -105,6 +105,18 @@
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<top>240</top>
<left>480</left>
<width>275</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<label>[COLOR=FF12B2E7]$INFO[Container(10).NumItems][/COLOR] $ADDON[script.rss.editor 32002] - $ADDON[script.rss.editor 32003] [COLOR=FF12B2E7]$INFO[Container(10).CurrentPage]/$INFO[Container(10).NumPages][/COLOR]</label>
</control>
<control type="group" id="9000">
<left>580</left>
<top>105</top>

View File

@ -31,8 +31,8 @@
<top>15</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -138,7 +138,7 @@
<left>570</left>
<top>420</top>
<subtype>page</subtype>
<font></font>
<font>-</font>
<onleft>110</onleft>
<onright>110</onright>
<ondown>110</ondown>
@ -225,7 +225,7 @@
<left>570</left>
<top>420</top>
<subtype>page</subtype>
<font></font>
<font>-</font>
<onleft>120</onleft>
<onright>120</onright>
<ondown>120</ondown>

View File

@ -144,8 +144,8 @@
<top>11</top>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
@ -173,7 +173,7 @@
<onright>101</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol></pagecontrol>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="60" width="260">
<control type="image">
@ -242,56 +242,67 @@
<item id="1">
<label>$LOCALIZE[19069]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(220)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(229)</visible>
</item>
<item id="2">
<label>$LOCALIZE[342]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(110)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(119)</visible>
</item>
<item id="3">
<label>$LOCALIZE[344]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(210)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(219)</visible>
</item>
<item id="4">
<label>$LOCALIZE[20343]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(120)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(129)</visible>
</item>
<item id="5">
<label>$LOCALIZE[33054]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(130)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(139)</visible>
</item>
<item id="6">
<label>$LOCALIZE[20360]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(140)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(149)</visible>
</item>
<item id="7">
<label>$LOCALIZE[20389]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(150)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(159)</visible>
</item>
<item id="8">
<label>$LOCALIZE[133]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(160)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(169)</visible>
</item>
<item id="9">
<label>$LOCALIZE[132]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(170)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(179)</visible>
</item>
<item id="10">
<label>$LOCALIZE[134]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(180)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(189)</visible>
</item>
<item id="11">
<label>$LOCALIZE[20348]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(230)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(239)</visible>
</item>
<item id="12">
@ -351,9 +362,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="label" id="191">
<!-- Hide this Control off the screen because we use the label above instead -->
@ -361,8 +372,8 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<label>-</label>
<font>-</font>
</control>
<control type="label" id="199">
<left>40</left>
@ -393,7 +404,7 @@
<top>2000</top>
<width>10</width>
<height>10</height>
<label></label>
<label>-</label>
<font>font10</font>
<textcolor>white</textcolor>
<align>center</align>
@ -418,9 +429,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="221">
<visible>Container(9000).HasFocus(1)</visible>
@ -571,9 +582,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="111">
<visible>Container(9000).HasFocus(2)</visible>
@ -804,9 +815,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="211">
<visible>Container(9000).HasFocus(3)</visible>
@ -1039,9 +1050,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="121">
<visible>Container(9000).HasFocus(4)</visible>
@ -1214,9 +1225,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="131">
<visible>Container(9000).HasFocus(5)</visible>
@ -1347,9 +1358,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="141">
<visible>Container(9000).HasFocus(6)</visible>
@ -1515,9 +1526,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="151">
<visible>Container(9000).HasFocus(7)</visible>
@ -1706,9 +1717,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="161">
<visible>Container(9000).HasFocus(8)</visible>
@ -1859,9 +1870,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="171">
<visible>Container(9000).HasFocus(9)</visible>
@ -2012,9 +2023,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="181">
<visible>Container(9000).HasFocus(10)</visible>
@ -2187,9 +2198,9 @@
<top>2000</top>
<width>100</width>
<height>0</height>
<label></label>
<font></font>
<textcolor></textcolor>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="231">
<visible>Container(9000).Hasfocus(11)</visible>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.0.0" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="3.1.5" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.13.0"/>
<import addon="xbmc.gui" version="5.12.1"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false" effectslowdown="1.0">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
@ -11,8 +11,8 @@
<summary lang="ar_SA">جلد "كونفليونس" من صنع Jezz_x. (الجلد المبدأى لبرنامج إكس بى إم سى)</summary>
<summary lang="be_BY">Confluence skin by Jezz_X. (Kodi's default skin)</summary>
<summary lang="bg_BG">Confluence облик от Jezz_X. (стандартния облик за Kodi)</summary>
<summary lang="ca_ES">Aparença Confluence per Jezz_X.</summary>
<summary lang="cs_CZ">Vzhled Confluence od Jezz_X.</summary>
<summary lang="ca_ES">Pell Confluence, per Jezz_X. (Pell per defecte del Kodi)</summary>
<summary lang="cs_CZ">Vzhled Confluence od Jezz_X. (výchozí vzhled Kodi)</summary>
<summary lang="cy_GB">Croen Confluence gan Jezz_X. (Croen rhagosodedig Kodi)</summary>
<summary lang="da_DK">Confluence-tema af Jezz_X. (Kodis standardtema)</summary>
<summary lang="de_DE">Confluence Skin von Jezz_X. (Standard-Skin von Kodi)</summary>
@ -21,8 +21,8 @@
<summary lang="en_GB">Confluence skin by Jezz_X.</summary>
<summary lang="en_NZ">Confluence skin by Jezz_X. (Kodi's default skin)</summary>
<summary lang="en_US">Confluence skin by Jezz_X. (Kodi's default skin)</summary>
<summary lang="es_AR">Skin Confluence por Jezz_X.</summary>
<summary lang="es_ES">Skin Confluence por Jezz_X.</summary>
<summary lang="es_AR">Confluence skin por Jezz_X. (skin por defecto de Kodi)</summary>
<summary lang="es_ES">Confluence skin por Jezz_X. (skin por defecto)</summary>
<summary lang="es_MX">Skin confluende por Jezz_X. (skin por defecto de Kodi)</summary>
<summary lang="et_EE">Confluence rüü autorilt Jezz_X. (Kodi vaikerüü)</summary>
<summary lang="eu_ES">Confluence azala Jezz_X-ek egina.</summary>
@ -42,11 +42,11 @@
<summary lang="ja_JP">Confluence スキン by Jezz_X. (Kodi デフォルトスキン)</summary>
<summary lang="ko_KR">Confluence 스킨 Jezz_X 만듦 (Kodi 기본 스킨)</summary>
<summary lang="lt_LT">Confluence teminė išvaizda, kurią sukūrė Jezz_X. (Kodi numatytoji teminė išvaizda)</summary>
<summary lang="lv_LV">Confluence apvalks no Jeez_X.</summary>
<summary lang="lv_LV">Confluence apvalks no Jeez_X. (Kodi noklusētais apvalks)</summary>
<summary lang="mk_MK">Confluence skin by Jezz_X. (Kodi's default skin)</summary>
<summary lang="ms_MY">Penyatuan, kulit daripada Jezz_X. (Kulit lalai Kodi)</summary>
<summary lang="mt_MT">Dehra Confluence magħmula minn Jezz_X. (Id-dehra normali ta' Kodi)</summary>
<summary lang="nb_NO">Confluence-drakt av Jezz_X. (Kodis forvalgte drakt)</summary>
<summary lang="nb_NO">Confluence-skall av Jezz_X. (Kodis standardskall)</summary>
<summary lang="nl_NL">Confluence skin door Jezz_X. (Kodi's standaard skin)</summary>
<summary lang="pl_PL">Skóra Confluence autorstwa Jezz_X</summary>
<summary lang="pt_BR">Skin Confluence por Jezz_X. (Skin padrão do Kodi)</summary>
@ -58,7 +58,7 @@
<summary lang="sq_AL">Maska Confluence nga Jazz_X (maska kryesore së Kodi)</summary>
<summary lang="sr_RS">Confluence маска аутора Jezz_X.</summary>
<summary lang="sr_RS@latin">Confluence maska autora Jezz_X.</summary>
<summary lang="sv_SE">Confluence, ett skal av Jezz_X.</summary>
<summary lang="sv_SE">Confluence, ett skal av Jezz_X. (Kodi:s standardskal)</summary>
<summary lang="szl">Skōra Confluence zrychtowanŏ ôd Jeez_X. (wychodnŏ skōra we Kodi)</summary>
<summary lang="tg_TJ">Пӯсти ҳамҷараёнӣ аз ҷониби Jezz_X. (Пӯсти пешфарзи Kodi)</summary>
<summary lang="th_TH">ชุดตกแต่ง Confluence โดย Jezz_X (สกินเริ่มต้นของ Kodi)</summary>
@ -71,8 +71,8 @@
<description lang="ar_SA">"كونفليونس" هو الجلد المبدأى لبرنامج إكس بى إم سى اﻹصدار 9.11 وما فوق. هو خلط بين اشهر اﻷجلده الاخرى معاً ومحاوله لتبنى ودمج افكارهم للخروج بِنِتَاج يُفترض به ان يكون سهل اﻹستيعاب بمجرد النظر لمستخدمى إكس بى إم سى المبتدئين.</description>
<description lang="be_BY">Confluence is the default skin for Kodi 9.11 and above. It is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.</description>
<description lang="bg_BG">Confluence е стандартният облик на Kodi 9.11 и по-новите версии. Представлява смесица от концепциите на много от популярните облици. Целта е да се интегрират тези добри идеи в подходящ и удобен вид за хора, които се сблъскват за първи път с Kodi.</description>
<description lang="ca_ES">Confluence és una combinació de conceptes de moltes aparences populars i intenta adoptar i integrar les seves bones idees en una aparença que sigui senzilla d'entendre i utilitzar per als nous usuaris de Kodi.</description>
<description lang="cs_CZ">Confluence je kombinací konceptů z mnoha oblíbených vzhledů a pokouší se pojmout a integrovat jejich dobré nápady do vzhledu, který by měl být pro nové uživatele Kodi jednoduchý na pochopení a používání.</description>
<description lang="ca_ES">Confluence és la pell per defecte del Kodi 14.0 i superiors. És una combinació de conceptes de moltes pells populars que intenta adoptar i integrar les seves bones idees en una aparença que sigui senzilla d'entendre i utilitzar per els nous usuaris de Kodi.</description>
<description lang="cs_CZ">Confluence je výchozí vzhled pro Kodi 9.11 a novější. Jedná se o kombinaci konceptů z mnoha jiných populárních vzhledů, která se pokouší uchopit a integrovat jejich dobré nápady do vzhledu, který by měl být pro nového uživatele Kodi jednoduchý na pochopení a používání.</description>
<description lang="cy_GB">Confluence yw croen rhagosodedig Kodi 9.11 ac uwch. Mae'n gyfuniad o gysyniadau o nifer o grwyn poblogaidd ac mae'n ymdrechu i gyfuno eu syniadau da hwy i groen ddylai fod yn hawdd i ddefnyddiwr cyntaf Kodi ei deall a'i ddefnyddio.</description>
<description lang="da_DK">Confluence er standardskin'et til Kodi 9.11 og senere versioner. Det er en kombination af koncepter fra mange populære skins, og det forsøger at omfavne og integrere de gode ideer i et skin, der er let for førstegangsbrugere af Kodi at forstå og bruge.</description>
<description lang="de_DE">Confluence ist der Standardskin ab Kodi 14.0. Er ist eine Kombination mehrerer unterschiedlicher Skin-Konzepte und versucht dabei, die besten Ideen zu kombinieren, um einen einfachen Einstieg für neue Kodi-Nutzer zu ermöglichen.</description>
@ -81,7 +81,7 @@
<description lang="en_GB">Confluence is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.</description>
<description lang="en_NZ">Confluence is the default skin for Kodi 9.11 and above. It is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.</description>
<description lang="en_US">Confluence is the default skin for Kodi 9.11 and above. It is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.</description>
<description lang="es_AR">Confluence es una combinación de conceptos de muchos skins populares, e intenta abarcar e integrar lo mejor de ellos en un skin que sea sencillo de entender y utilizar para los nuevos usuarios de Kodi.</description>
<description lang="es_AR">Confluence es el skin por defecto de Kodi 14.0 y posteriores. Es una combinación de conceptos de muchos skins populares, e intenta abarcar e integrar lo mejor de ellos en un skin que sea sencillo de entender y utilizar para los nuevos usuarios de Kodi.</description>
<description lang="es_ES">Confluence es la skin por defecto de Kodi 9.11 y posteriores. Es una combinación de conceptos de muchas skins populares, e intenta abarcar e integrar lo mejor de ellas en una skin que sea sencilla de entender y utilizar para los nuevos usuarios de Kodi.</description>
<description lang="es_MX">Confluence es el skin por defecto para Kodi 9.11 en adelante. Es una combinación de conceptos de varias skins populares, e intenta adoptar e integrar sus buenas ideas en un skin que debería ser fá de entender y usar para quienes usen Kodi por primera vez.</description>
<description lang="et_EE">Confluence on Kodi vaikerüü alates versioonist 9.11. Confluence on paljude populaarsete rüüde kombinatsioon, üritades omavahel siduda nende parimaid lahendusi, et saavutada esmakasutajale selget ja kergelt kasutatavat tulemust.</description>
@ -101,11 +101,11 @@
<description lang="ja_JP">Confluence は Kodi 9.11 およびそれ以上のバージョンで標準のスキンです。さまざまな人気のスキンのコンセプトを組み合わせ、ユーザが初めて Kodi に触れる際に便利に使えるようにしてあります。</description>
<description lang="ko_KR">Confluence 는 Kodi 14.0 이상을 위한 기본 스킨입니다. 많은 인기 스킨의 컨셉과 좋은 아이디어를 모아서 하나의 스킨으로 만들었으며 초보자도 사용하기 쉽습니다.</description>
<description lang="lt_LT">Confluence yra numatytoji teminė išvaizda pradedant Kodi 9.11 versija. Tai daugelio populiarių teminų išvaizdų derinys. Bandymas priimti ir integruoti vartotojų idėjas į teminę išvaizdą katra turėtų būti lengvai suprantama pirmą kartą naudojantiems Kodi</description>
<description lang="lv_LV">Confluence ir apvienota daudzu populāru apvalku koncepcija un centieni pieņemt un integrēt labākās idejas, lai jaunajiem Kodi ietotājiem to būtu viegli izprast un lietot.</description>
<description lang="lv_LV">Confluence ir Kodi 9.11 un jaunāku versiju noklusētais apvalks. Tajā apvienota daudzu populāru apvalku koncepcija un centieni pieņemt un integrēt labākās idejas, lai jaunajiem Kodi ietotājiem to būtu viegli izprast un lietot.</description>
<description lang="mk_MK">Confluence е основниот изглед на Kodi 14.0 и нагоре. Тој е комбинација на концепти од повеќе популарни изгледи, и настојува да ги обедини и истакне нивните добри идеи во еден изглед разбирлив за почетници.</description>
<description lang="ms_MY">Penyatuan ialah kulit lalai untuk Kodi 9.11 dan ke atas. Ia merupakan gabungan konsep dari pelbagai kulit terkenal, dan berusaha untuk merangkumkan dan menyepadukan idea baik kulit-kulit tersebut menjadi satu kulit yang mudah difahami dan digunakan oleh pengguna baru Kodi .</description>
<description lang="mt_MT">Confluence hija d-dehra normali ta' Kodi 14.0 il-fuq. Hija taħlita ta' kunċetti minn ħafna dehriet popolari, u tipporva tgħaqqad u tintegra l-aqwa ideat tagħhom f'dehra li għandha tkun faċli biex jifmuha u jużawha dawk l-utenti li qed jużaw Kodi għall-ewwel darba.</description>
<description lang="nb_NO">Confluence er forvalgt drakt for Kodi 9.11 og oppover. Det er en kombinasjon av konseptene fra mange populære drakter, og prøver å omfavne og integrere de gode idéene i en drakt som bør være lett å forstå og benytte seg av for nye Kodi-brukere.</description>
<description lang="nb_NO">Confluence er standardskallet for Kodi 9.11 og oppover. Det er en kombinasjon av konseptene fra mange populære skall, og prøver å omfavne og integrere de gode idéene i et skall som bør være lett å forstå og benytte seg av for nye Kodi-brukere.</description>
<description lang="nl_NL">Confluence is de standaard skin voor Kodi 15.0 en hoger. Het combineert de concepten van andere populaire skins, waarbij het tracht hun goede ideeën te integreren in een skin die gemakkelijk in gebruik is.</description>
<description lang="pl_PL">Confluence jest kombinacją koncepcji wielu popularnych skór i próbą zawarcia tego, co w nich najlepsze w skórze, która będzie łatwa do opanowania dla początkującego użytkownika.</description>
<description lang="pt_BR">Confluence é a skin padrão do Kodi 9.11 e acima. É uma combinação de conceitos das mais populares skins, visando abraçar e integrar as boas ideias em uma skin que seja fácil de entender e usar, destinada aos usuários iniciantes do Kodi. </description>
@ -115,9 +115,9 @@
<description lang="sk_SK">Confluence je predvolený pre Kodi 9.11 a vyššie. Je kombináciou konceptov z mnoho populárnych skinov a pokusom integrovať ich dobré nápady do skinu, ktorý by bol ľahko zrozumiteľný a použiteľný pre nových používateľov Kodi.</description>
<description lang="sl_SI">Confluence je privzeta preobleka za Kodi 14.0 in novejše. Je kombinacija konceptov mnogih priljubljenih preoblek in poskuša zaobjeti in integrirati njihove dobre ideje v preobleko, ki bi bila preprosta za uporabo in razumevanje tudi novim uporabnikom.</description>
<description lang="sq_AL">Confluence është maska kryesore për Kodi 9.11 dhe verzionet më të lartë. Është nje kombinim nga shumë maska e popullarizuar dhe përpjeket për të përqafuar dhe integruar idetë më të mira në një maskë që të jetë sa më lehtë në përdorim dhe kuptim për përdoruasit duke e përdorur Kodi për herë të parë.</description>
<description lang="sr_RS">Confluence је мешавина концепата из многих других популарних маски, и покушај да се обједине њихове добре идеје у маску која би трeбала да буде лака за разумевање и употребу новим корисницима Kodi-а.</description>
<description lang="sr_RS@latin">Confluence je mešavina koncepata iz mnogih drugih popularnih maski, i pokušaja da se objedine njihove dobre ideje u masku koja bi trebala da bude laka za razumevanje i upotrebu novim korisnicima Kodi-a.</description>
<description lang="sv_SE">Confluence kombinerar koncept från många populära skal och försöker återanvända och integrera goda idéer för att skapa ett skal som är enkelt att förstå och använda för nya Kodi-användare.</description>
<description lang="sr_RS">Confluence је мешавина концепата из многих других популарних маски, и покушај да се обједине њихове добре идеје у маску која би трабала да буде лака за разумевање и употребу новим корисницима Kodi-а.</description>
<description lang="sr_RS@latin">Confluence je mešavina koncepata iz mnogih drugih popularnih maski, i pokušaj da se objedine njihove dobre ideje u masku koja bi trabala da bude laka za razumevanje i upotrebu novim korisnicima Kodi-a.</description>
<description lang="sv_SE">Confluence är standardskal för Kodi 14.0 och senare. Det kombinerar koncept från många populära skal och försöker återanvända och integrera goda idéer för att skapa ett skal som är enkelt att förstå och använda för nya Kode-användare.</description>
<description lang="szl">Confluence to je wychodnŏ skōra dlŏ Kodi 14.0 i nowszych. To je miszōng kōnceptōw ze mocki popularnych skōr i prōbuje te nŏjlepsze wkludzić do skōry, kerŏ winnŏ być prostŏ we użyciu i spokopiyniu dlŏ nowych używŏczōw Kodi.</description>
<description lang="tg_TJ">Пӯсти ҳамҷараёнӣ ҳамчун пӯсти пешфарз барои Kodi 9.11 ё версияи навтар истифода мешавад. Ин пӯст аз унсурҳои пӯстҳои машҳури дигар сохта шудааст ва ва ҳамаи фикрҳои беҳтарин дар як пӯст ҷамъ мекунад, то ки корбарони навомад тавонанд Kodi-ро ба осонӣ фаҳманд ва истифода баранд.</description>
<description lang="th_TH">Confluenceเป็นสกินเริ่มต้นสำหรับ Kodi 9.11 หรือสูงกว่า มันเป็นส่วนผสมของแนวคิดจากสกินที่ได้รับความนิยมและพยายามที่จะยอมรับและบูรณาการส่วนที่ดีของมันเข้าไปในสกิน ซึ่งน่าจะง่ายสำหรับผู้ใช้ Kodiใหม่ ที่จะเข้าใจและใช้งานได้ดี</description>
@ -129,8 +129,8 @@
<platform>all</platform>
<license>GNU General Public License version 2</license>
<forum>http://forum.kodi.tv/forumdisplay.php?fid=125</forum>
<website></website>
<email></email>
<website/>
<email/>
<source>https://github.com/xbmc/skin.confluence</source>
<assets>
<icon>resources/icon.png</icon>
@ -145,6 +145,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>Updated version for Kodi 'Leia'</news>
<news>Fixed 'What's New' for addon info</news>
</extension>
</addon>

View File

@ -1,15 +1,18 @@
[B]4.0.0[/B]
[B]3.1.4[/B]
* Leia (v18) updates
- Bumped xbmc.gui to 5.13.0
- Removed hyphens as a none value
- Added Game sections
- Changed DialogPVRGuideOSD.xml to DialogPVRChannelGuide.xml
- Updated duration labels
- Removed 'noop' values
- Added 'TV/Radio toggle' button to DialogPVRGroupManager.xml
- Removed views 11 and 13 from MyPVRGuide.xml
- Added 'All/Watched/Unwatched' to MyPVRRecordings.xml
- Added path to music info dialog
- Updated language files from Transifex
[B]3.1.1[/B]
- Added fallbacks for home screen Recently Added items
[B]3.1.0[/B]
- Fixed 'Paused' condition
- Restored view mode/sizing info
- More space for epg label
- Fixed recording icon size
[B]3.0.39[/B]

View File

@ -52,6 +52,10 @@ msgctxt "#31033"
msgid "Info"
msgstr "Зьвесткі"
msgctxt "#31039"
msgid "Actions"
msgstr "Дзеянні"
msgctxt "#31042"
msgid "PLAYING"
msgstr "ПРАЙГРАЕЦЦА"

View File

@ -18,7 +18,11 @@ msgstr ""
msgctxt "#31000"
msgid "Change your"
msgstr "Canvieu els vostres"
msgstr "Canvieu les"
msgctxt "#31001"
msgid "GAMES"
msgstr "JOCS"
msgctxt "#31003"
msgid "Power options"
@ -278,7 +282,7 @@ msgstr "OSD de música"
msgctxt "#31142"
msgid "Settings level"
msgstr "Nivell dels ajusts"
msgstr "Nivell de les opcions"
msgctxt "#31200"
msgid "Shortcuts"
@ -438,7 +442,7 @@ msgstr "Seleccioneu el vostre perfil d'usuari de Kodi[CR]per autenticar-vos i co
msgctxt "#31422"
msgid "Show or hide the login screen at startup."
msgstr "Mostra o oculta la pantalla d'autenticació a l'inici"
msgstr "Mostra o oculta la pantalla d'autenticació a l'inici."
msgctxt "#31423"
msgid "Select the profile that will be used at startup when the login screen is disabled."
@ -446,31 +450,31 @@ msgstr "Seleccioneu el perfil que s'utilitzarà a l'inici quan la pantalla d'aut
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
msgstr "[B]AJUSTS DEL REPRODUCTOR[/B][CR][CR]Configureu les accions que es poden utilitzar durant la reproducció · Configureu com es reprodueix el contingut dels mitjans"
msgstr "[B]OPCIONS DEL REPRODUCTOR[/B][CR][CR]Configureu les accions que es poden utilitzar durant la reproducció · Configureu com es reprodueix el contingut dels mitjans"
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]AJUSTS DE LES BIBLIOTEQUES[/B][CR][CR]Configureu com les vistes de les biblioteques/fitxers visualitzen el contingut dels mitjans · Configureu com es navega per les vistes/llistes de la biblioteca · Configureu les opcions de la base de dades dels mitjans"
msgstr "[B]OPCIONS DE LES BIBLIOTEQUES[/B][CR][CR]Configureu com les vistes de les biblioteques/fitxers visualitzen el contingut dels mitjans · Configureu com es navega per les vistes/llistes de la biblioteca · Configureu les opcions de la base de dades dels mitjans"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
msgstr "[B]AJUSTS DE L'ENREGISTRADOR PERSONAL DE VÍDEO (PVR)[/B][CR][CR]Configureu com es gestionen els canals i la guia · Configureu com es gestiona la TV en directe i els enregistraments"
msgstr "[B]OPCIONS DE L'ENREGISTRADOR PERSONAL DE VÍDEO (PVR)[/B][CR][CR]Configureu com es gestionen els canals i la guia · Configureu com es gestiona la TV en directe i els enregistraments"
msgctxt "#31433"
msgid "[B]ADD-ONS SETTINGS[/B][CR][CR]Configure your installed add-ons · Browse for and install add-ons from kodi.tv"
msgstr "[B]AJUSTS DELS COMPLEMENTS[/B][CR][CR]Configureu els complements instal·lats · Navegueu i instal·leu complements des de kodi.tv"
msgstr "[B]OPCIONS DELS COMPLEMENTS[/B][CR][CR]Configureu els complements instal·lats · Navegueu i instal·leu complements des de kodi.tv"
msgctxt "#31434"
msgid "[B]SERVICES SETTINGS[/B][CR][CR]Configure & manage media sharing services · Configure web server · Configure & manage the weather service"
msgstr "[B]AJUSTS DELS SERVEIS[/B][CR][CR]Configureu i gestioneu els serveis per compartir els mitjans · Configureu el servidor web · Configureu i gestioneu el servei meteorològic"
msgstr "[B]OPCIONS DELS SERVEIS[/B][CR][CR]Configureu i gestioneu els serveis per compartir els mitjans · Configureu el servidor web · Configureu i gestioneu el servei meteorològic"
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]AJUSTS DEL SISTEMA[/B][CR][CR]Configureu la pantalla · Configureu l'àudio · Configureu l'accés a Internet · Configureu l'estalvi d'energia · Configureu el registre"
msgstr "[B]OPCIONS DEL SISTEMA[/B][CR][CR]Configureu la pantalla · Configureu l'àudio · Configureu l'accés a Internet · Configureu l'estalvi d'energia · Configureu el registre"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]AJUSTS DE LA INTERFÍCIE[/B][CR][CR]Configureu l'aparença · Configureu la regió · Configureu el control · Configureu l'estalvi de pantalla · Configureu el bloqueig mestre"
msgstr "[B]OPCIONS DE LA INTERFÍCIE[/B][CR][CR]Configureu l'aparença · Configureu la regió · Configureu el control · Configureu l'estalvi de pantalla · Configureu el bloqueig mestre"
msgctxt "#31501"
msgid "Scheduled time"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Změňte vaše"
msgctxt "#31001"
msgid "GAMES"
msgstr "HRY"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]NASTAVENÍ HER[/B][CR][CR]Konfigurujte podporu a možnosti přetáčení · Konfigurujte použití klávesnice a počet hráčů na klávesnici"
msgctxt "#31003"
msgid "Power options"
msgstr "Možnosti napájení"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Využití paměti"
msgctxt "#31015"
msgid "Minute"
msgstr "minuta"
msgctxt "#31023"
msgid "Playing"
msgstr "Přehrává se"

View File

@ -16,18 +16,70 @@ msgstr ""
"Language: cy_GB\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
msgctxt "#31000"
msgid "Change your"
msgstr "Newid eich"
msgctxt "#31001"
msgid "GAMES"
msgstr "GEMAU"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]GOSODIADAU GEMAU[/B][CR][CR]Ffurfweddu cefnogaeth ailddirwyn a dewisiadau · Ffurfweddu'r bysellfwrdd a'r nifer o chwaraewyr bysellfwrdd"
msgctxt "#31003"
msgid "Power options"
msgstr "Dewisiadau Pŵer"
msgctxt "#31004"
msgid "Working..."
msgstr "Gweithio..."
msgctxt "#31005"
msgid "Hide information"
msgstr "Cuddio'r wybodaeth"
msgctxt "#31006"
msgid "View options"
msgstr "Gweld y dewisiadau"
msgctxt "#31007"
msgid "Video process information"
msgstr "Gwybodaeth y prosesydd fideo"
msgctxt "#31008"
msgid "Full screen"
msgstr "Sgrin Lawn"
msgctxt "#31009"
msgid "Total duration"
msgstr "Cyfanswm hyd"
msgctxt "#31010"
msgid "Hardware decoding"
msgstr "Dadgodio caledwedd"
msgctxt "#31011"
msgid "Inactive"
msgstr "Anweithredol"
msgctxt "#31012"
msgid "Decoder"
msgstr "Dadgodydd"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Gwybodaeth y prosesydd sain"
msgctxt "#31014"
msgid "Memory used"
msgstr "Cof a ddefnyddir"
msgctxt "#31015"
msgid "Minute"
msgstr "Munud"
msgctxt "#31023"
msgid "Playing"
msgstr "Chwarae"
@ -40,6 +92,10 @@ msgctxt "#31025"
msgid "Items"
msgstr "Eitem"
msgctxt "#31026"
msgid "Misc options"
msgstr "Dewisiadau eraill"
msgctxt "#31027"
msgid "Location"
msgstr "Lleoliad"
@ -48,6 +104,10 @@ msgctxt "#31029"
msgid "Fanart"
msgstr "Celf Selogion"
msgctxt "#31031"
msgid "Pic thumbs"
msgstr "Mân-luniau"
msgctxt "#31033"
msgid "Info"
msgstr "Gwybodaeth"
@ -56,6 +116,10 @@ msgctxt "#31039"
msgid "Actions"
msgstr "Gweithredoedd"
msgctxt "#31040"
msgid "Now playing"
msgstr "Wrthi'n chwarae"
msgctxt "#31042"
msgid "PLAYING"
msgstr "CHWARAE"
@ -156,6 +220,10 @@ msgctxt "#31206"
msgid "Found"
msgstr "Canfod"
msgctxt "#31301"
msgid "Last updated"
msgstr "Chwaraewyd ddiwethaf"
msgctxt "#31303"
msgid "Data provider"
msgstr "Darparwr data"

View File

@ -20,6 +20,10 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Ændre din"
msgctxt "#31001"
msgid "GAMES"
msgstr "SPIL"
msgctxt "#31003"
msgid "Power options"
msgstr "Strømstyring"
@ -44,6 +48,26 @@ msgctxt "#31009"
msgid "Total duration"
msgstr "Total tid"
msgctxt "#31010"
msgid "Hardware decoding"
msgstr "Udstyrsafkodning"
msgctxt "#31011"
msgid "Inactive"
msgstr "Inaktiv"
msgctxt "#31012"
msgid "Decoder"
msgstr "Afkoder"
msgctxt "#31014"
msgid "Memory used"
msgstr "Anvendt hukommelse"
msgctxt "#31015"
msgid "Minute"
msgstr "Minut"
msgctxt "#31023"
msgid "Playing"
msgstr "Afspiller"

View File

@ -20,6 +20,10 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Ändern von"
msgctxt "#31001"
msgid "GAMES"
msgstr "SPIELE"
msgctxt "#31003"
msgid "Power options"
msgstr "Energieeinstellungen"

View File

@ -20,6 +20,10 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Αλλαγή"
msgctxt "#31001"
msgid "GAMES"
msgstr "ΠΑΙΧΝΙΔΙΑ"
msgctxt "#31003"
msgid "Power options"
msgstr "Επιλογές Ενέργειας"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Change your"
msgctxt "#31001"
msgid "GAMES"
msgstr "GAMES"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgctxt "#31003"
msgid "Power options"
msgstr "Power options"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memory used"
msgctxt "#31015"
msgid "Minute"
msgstr "Minute"
msgctxt "#31023"
msgid "Playing"
msgstr "Playing"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Change your"
msgctxt "#31001"
msgid "GAMES"
msgstr "GAMES"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgctxt "#31003"
msgid "Power options"
msgstr "Power options"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memory used"
msgctxt "#31015"
msgid "Minute"
msgstr "Minute"
msgctxt "#31023"
msgid "Playing"
msgstr "Playing"

View File

@ -446,19 +446,19 @@ msgstr "Seleccionar el perfil que se usará en el inicio cuando la pantalla de i
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
msgstr "[B]CONFIGURACIÓN DEL REPRODUCTOR[/B][CR][CR]Configurar acciones que se pueden utilizar durante la reproducción · Configurar como se reproducen los medios"
msgstr "[B]AJUSTES DEL REPRODUCTOR[/B][CR][CR]Configurar acciones que se pueden utilizar durante la reproducción · Configurar como se reproducen los medios"
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]CONFIGURACIÓN DE LA COLECCIÓN[/B][CR][CR]Configurar como las vistas de colección/archivo muestran los medios · Configurar como las listas/vistas de la colección son navegados · Configurar opciones de la base de datos de la colección"
msgstr "[B]AJUSTES DE LA COLECCIÓN[/B][CR][CR]Configurar como las vistas de colección/archivo muestran los medios · Configurar como las listas/vistas de la colección son navegados · Configurar opciones de la base de datos de la colección"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
msgstr "[B]CONFIGURACIÓN DEL PVR[/B][CR][CR]Configurar como los canales y la guía son gestionados · Configurar como la TV en directo y las grabaciones son gestionadas"
msgstr "[B]AJUSTES DEL PVR[/B][CR][CR]Configurar como los canales y la guía son gestionados · Configurar como la TV en directo y las grabaciones son gestionadas"
msgctxt "#31433"
msgid "[B]ADD-ONS SETTINGS[/B][CR][CR]Configure your installed add-ons · Browse for and install add-ons from kodi.tv"
msgstr "[B]CONFIGURACIÓN DE LOS ADD-ONS[/B][CR][CR]Administre addons instalados · Busca e instala addons desde kodi.tv"
msgstr "[B]AJUSTES DE LOS ADD-ONS[/B][CR][CR]Administre addons instalados · Busca e instala addons desde kodi.tv"
msgctxt "#31434"
msgid "[B]SERVICES SETTINGS[/B][CR][CR]Configure & manage media sharing services · Configure web server · Configure & manage the weather service"
@ -466,11 +466,11 @@ msgstr "[B]AJUSTES DE SERVICIOS[/B][CR][CR]Configure y administre servicios de c
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]CONFIGURACIÓN DEL SISTEMA[/B][CR][CR]Configurar pantalla · Configurar audio · Configurar acceso a internet · Configurar ahorro de energía · Configurar registro"
msgstr "[B]AJUSTES DEL SISTEMA[/B][CR][CR]Configurar pantalla · Configurar audio · Configurar acceso a internet · Configurar ahorro de energía · Configurar registro"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]CONFIGURACIÓN DE LA INTERFAZ[/b][CR][CR]Configurar el skin · Configurar la región · Configurar control · Configurar el bloqueo maestro"
msgstr "[B]AJUSTES DE LA INTERFAZ[/B][CR][CR]Configurar el skin · Configurar la región · Configurar control · Configurar el bloqueo maestro"
msgctxt "#31501"
msgid "Scheduled time"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Cambiar sus"
msgctxt "#31001"
msgid "GAMES"
msgstr "JUEGOS"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]AJUSTES DE JUEGOS[/B][CR][CR]Configura el soporte para rebobinar y opciones · Configura el teclado y el número de jugadores por teclado"
msgctxt "#31003"
msgid "Power options"
msgstr "Opciones de energía"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memoria usada"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuto"
msgctxt "#31023"
msgid "Playing"
msgstr "Reproduciendo"

View File

@ -156,6 +156,10 @@ msgctxt "#31206"
msgid "Found"
msgstr "Leitud"
msgctxt "#31301"
msgid "Last updated"
msgstr "Viimati uuendatud"
msgctxt "#31303"
msgid "Data provider"
msgstr "Teenusepakkuja"
@ -172,6 +176,10 @@ msgctxt "#31327"
msgid "Resolution"
msgstr "Resolutsioon"
msgctxt "#31328"
msgid "Recently added"
msgstr "Viimati lisatud"
msgctxt "#31329"
msgid "[B]Timer set![/B] [COLOR=grey2] - System auto shutdown in[/COLOR]"
msgstr "[B]Taimer seatud![/B] [COLOR=grey2] - Süsteemi automaatne seiskamine[/COLOR]"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Aldatu zure"
msgctxt "#31001"
msgid "GAMES"
msgstr "JOKOAK"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]JOKOAREN EZARPENAK[/B][CR][CR]Konfiguratu birbobinatzeko euskarria eta aukerak - Konfiguratu teklatuaren erabilera eta teklatu erreproduzigailu kopurua"
msgctxt "#31003"
msgid "Power options"
msgstr "Energia aukerak"
@ -30,11 +38,11 @@ msgstr "Lanean..."
msgctxt "#31005"
msgid "Hide information"
msgstr "Informazioa ezkutatu"
msgstr "Ezkutatu informazioa"
msgctxt "#31006"
msgid "View options"
msgstr "Ikusteko aukerak"
msgstr "Bistaratze aukerak"
msgctxt "#31007"
msgid "Video process information"
@ -58,7 +66,7 @@ msgstr "Ez dago aktibo"
msgctxt "#31012"
msgid "Decoder"
msgstr "Deskodegailua"
msgstr "Deskodetzailea"
msgctxt "#31013"
msgid "Audio process information"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Erabilitako memoria"
msgctxt "#31015"
msgid "Minute"
msgstr "Minutua"
msgctxt "#31023"
msgid "Playing"
msgstr "Erreproduzitzen"
@ -110,7 +122,7 @@ msgstr "Argb"
msgctxt "#31039"
msgid "Actions"
msgstr "Akzioak"
msgstr "Ekintzak"
msgctxt "#31040"
msgid "Now playing"
@ -126,11 +138,11 @@ msgstr "PAUSATUA"
msgctxt "#31044"
msgid "FAST FORWARD"
msgstr "AZKAR AURRERA"
msgstr "BIZKOR AURRERATZEA"
msgctxt "#31045"
msgid "REWIND"
msgstr "ATZERA"
msgstr "BIRBOBINATZEA"
msgctxt "#31046"
msgid "SEEKING"
@ -146,11 +158,11 @@ msgstr "Amaiera ordua"
msgctxt "#31050"
msgid "Sort: Ascending"
msgstr "Ordenatu:Goraka"
msgstr "Ordenatu: Gorantz"
msgctxt "#31051"
msgid "Sort: Descending"
msgstr "Ordenatu:Beheraka"
msgstr "Ordenatu: Beherantz"
msgctxt "#31055"
msgid "Open playlist"
@ -178,11 +190,11 @@ msgstr "Orain hautatua"
msgctxt "#31101"
msgid "Home screen options"
msgstr "Etxe pantaila aukerak"
msgstr "Hasierako pantaila aukerak"
msgctxt "#31102"
msgid "Background"
msgstr "Atzeko irudia"
msgstr "Atzeko planoa"
msgctxt "#31103"
msgid "Show \"Paused\" in picture slideshow"
@ -206,11 +218,11 @@ msgstr "Ezkutatu menu nagusiko botoiak"
msgctxt "#31109"
msgid "Enable custom background"
msgstr "Gaitu atzeko irudi pertsonalizatua"
msgstr "Gaitu atzeko plano pertsonalizatua"
msgctxt "#31110"
msgid "Background path:"
msgstr "Atzealdearen bidea:"
msgstr "Atzeko planoaren bidea:"
msgctxt "#31111"
msgid "Hide"
@ -222,19 +234,19 @@ msgstr "Aukera"
msgctxt "#31116"
msgid "Show recently added albums"
msgstr "Ikusi azkenaldian igotako albumak"
msgstr "Erakutsi azkenaldian gehitutako albumak"
msgctxt "#31117"
msgid "Show recently added videos"
msgstr "Ikusi azkenaldian igotako bideoak"
msgstr "Ikusi azkenaldian gehitutako bideoak"
msgctxt "#31118"
msgid "Home page programs submenu"
msgstr "Pantaila nagusiko \"Programak\" azpimenua"
msgstr "Hasierako orriko \"Programak\" azpimenua"
msgctxt "#31119"
msgid "Hide background fanart"
msgstr "Ezkutatu atzealdeko fanart-a"
msgstr "Ezkutatu atzeko planoko fanart-a"
msgctxt "#31122"
msgid "Hide EPG if RDS is present on channel window"
@ -242,11 +254,11 @@ msgstr "Ezkutatu EPG baldin eta RDS kanal leihoan badago"
msgctxt "#31124"
msgid "Show background \"Now playing\" video"
msgstr "Erakutsi atzealdean \"Orain erreproduzitzen\" bideoa "
msgstr "Erakutsi atzeko planoko \"Orain erreproduzitzen\" bideoa "
msgctxt "#31125"
msgid "Show background \"Now playing\" visualisation"
msgstr "Erakutsi atzealdean \"Orain erreproduzitzen\" bistaratzea "
msgstr "Erakutsi atzeko planoko \"Orain erreproduzitzen\" bistaratzea "
msgctxt "#31128"
msgid "Lyrics"
@ -254,7 +266,7 @@ msgstr "Letrak"
msgctxt "#31129"
msgid "Hide fanart in full screen visualisation"
msgstr "Ezkutatu fanart-a pantaila osoko bistaraketan"
msgstr "Ezkutatu fanart-a pantaila osoko bistaratzean"
msgctxt "#31132"
msgid "Lyrics add-on"
@ -262,15 +274,15 @@ msgstr "Letren gehigarria"
msgctxt "#31134"
msgid "Home page \"Videos\" submenu"
msgstr "Pantaila nagusiko \"Bideoak\" azpimenua"
msgstr "Hasierako orriko \"Bideoak\" azpimenua"
msgctxt "#31135"
msgid "Home page \"Music\" submenu"
msgstr "Pantaila nagusiko \"Musika\" azpimenua"
msgstr "Hasierako orriko \"Musika\" azpimenua"
msgctxt "#31136"
msgid "Home page \"Pictures\" submenu"
msgstr "Pantaila nagusiko \"Irudiak\" azpimenua"
msgstr "Hasierako orriko \"Irudiak\" azpimenua"
msgctxt "#31140"
msgid "Music OSD"
@ -286,11 +298,11 @@ msgstr "Lasterbideak"
msgctxt "#31203"
msgid "Choose your song"
msgstr "Aukeratu zure kantua"
msgstr "Aukeratu zure kanta"
msgctxt "#31205"
msgid "Lyrics source"
msgstr "Letren iturria"
msgstr "Letren iturburua"
msgctxt "#31206"
msgid "Found"
@ -334,7 +346,7 @@ msgstr "Hautatutako profila"
msgctxt "#31320"
msgid "Last logged in"
msgstr "Azkenekoz sartuta"
msgstr "Azken saio hasiera"
msgctxt "#31322"
msgid "Aired"
@ -358,7 +370,7 @@ msgstr "Duela gutxi gehituak"
msgctxt "#31329"
msgid "[B]Timer set![/B] [COLOR=grey2] - System auto shutdown in[/COLOR]"
msgstr "[B]Denboragailua ezarrita![/B] [COLOR=grey2] - Sistema itzaliko da[/COLOR]"
msgstr "[B]Tenporizadorea ezarrita![/B] [COLOR=grey2] - Sistema automatikoki itzaliko da[/COLOR]"
msgctxt "#31330"
msgid "Click button to play[CR][CR]movie trailer"
@ -378,11 +390,11 @@ msgstr "Gelditu"
msgctxt "#31353"
msgid "Fast forward"
msgstr "Azkar aurrera"
msgstr "Bizkor aurreratzea"
msgctxt "#31354"
msgid "Rewind"
msgstr "Atzera"
msgstr "Birbobinatzea"
msgctxt "#31355"
msgid "Movie menu"
@ -406,11 +418,11 @@ msgstr "Gaituta"
msgctxt "#31390"
msgid "Skin default"
msgstr "Skin lehenetsia"
msgstr "Azal lehenetsia"
msgctxt "#31391"
msgid "Skin default with no caps"
msgstr "Skin lehenetsia maiuskularik gabe"
msgstr "Azal lehenetsia maiuskularik gabe"
msgctxt "#31392"
msgid "Arial based"
@ -430,7 +442,7 @@ msgstr "Azpititulu lokala erabilgarri"
msgctxt "#31420"
msgid "Login"
msgstr "Sartu"
msgstr "Hasi saioa"
msgctxt "#31421"
msgid "Select your Kodi user profile[CR]to login and continue"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Määritä"
msgctxt "#31001"
msgid "GAMES"
msgstr "PELIT"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]PELIASETUKSET[/B][CR][CR]Muokkaa kelausasetuksia · Muokkaa näppäimistöasetuksia ja näppäimistöpelaajien määrää"
msgctxt "#31003"
msgid "Power options"
msgstr "Virta-asetukset"
@ -34,11 +42,11 @@ msgstr "Piilota tiedot"
msgctxt "#31006"
msgid "View options"
msgstr "Näkymän asetukset"
msgstr "Näkymäasetukset"
msgctxt "#31007"
msgid "Video process information"
msgstr "Videon käsittelyn tiedot"
msgstr "Videon tekniset tiedot"
msgctxt "#31008"
msgid "Full screen"
@ -62,12 +70,16 @@ msgstr "Purkutapa"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Äänen käsittelyn tiedot"
msgstr "Äänen tekniset tiedot"
msgctxt "#31014"
msgid "Memory used"
msgstr "Käytetty muisti"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuutti"
msgctxt "#31023"
msgid "Playing"
msgstr "Toisto"
@ -190,7 +202,7 @@ msgstr "Näytä \"Tauko\" kuvaesityksessä"
msgctxt "#31104"
msgid "Play trailers in a window [COLOR=grey3](Video information dialogue only)[/COLOR]"
msgstr "Toista trailerit ikkunassa [COLOR=grey3](Vain videon informaatiodialogi)[/COLOR]"
msgstr "Toista trailerit ikkunassa [COLOR=grey3](Vain videotietoikkuna)[/COLOR]"
msgctxt "#31106"
msgid "Miscellaneous options"
@ -202,15 +214,15 @@ msgstr "Piilota tiedostojen nimistä luetut merkinnät [COLOR=grey3](Blu-ray, HD
msgctxt "#31108"
msgid "Hide main menu buttons"
msgstr "Piilota päävalikon painikkeet"
msgstr "Piilota päävalikon osia"
msgctxt "#31109"
msgid "Enable custom background"
msgstr "Valinnainen taustakuva käytössä"
msgstr "Käytä omaa taustakuvaa"
msgctxt "#31110"
msgid "Background path:"
msgstr "Taustakuvan polku:"
msgstr "Taustakuvan sijainti:"
msgctxt "#31111"
msgid "Hide"
@ -234,19 +246,19 @@ msgstr "Päävalikon ohjelmaosion alavalikko"
msgctxt "#31119"
msgid "Hide background fanart"
msgstr "Piilota taustan fanitaide"
msgstr "Piilota fanitaide"
msgctxt "#31122"
msgid "Hide EPG if RDS is present on channel window"
msgstr "Piilota EPG, jos RDS on nähtävillä kanavaikkunassa"
msgstr "Piilota ohjelmatiedot kanavaikkunassa, jos RDS-tietoja on tarjolla"
msgctxt "#31124"
msgid "Show background \"Now playing\" video"
msgstr "Näytä taustalla \"Nyt katsellaan\"-video"
msgstr "Näytä toistettava video valikoiden taustalla"
msgctxt "#31125"
msgid "Show background \"Now playing\" visualisation"
msgstr "Näytä taustalla \"Nyt soi\"-visualisaatio"
msgstr "Näytä musiikkivisualisointi valikoiden taustalla"
msgctxt "#31128"
msgid "Lyrics"
@ -274,7 +286,7 @@ msgstr "Päävalikon kuvaosion alavalikko"
msgctxt "#31140"
msgid "Music OSD"
msgstr "Musiikki-OSD"
msgstr "Musiikin kuvaruutuvalikko"
msgctxt "#31142"
msgid "Settings level"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Changez vos"
msgctxt "#31001"
msgid "GAMES"
msgstr "JEUX"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]PARAMÈTRES DE JEU[/B][CR][CR]Configurer la prise en charge du rebobinage et les options · Configurer lutilisation du clavier et le nombre de joueurs au clavier"
msgctxt "#31003"
msgid "Power options"
msgstr "Options de fermeture"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Mémoire utilisée"
msgctxt "#31015"
msgid "Minute"
msgstr "Minute"
msgctxt "#31023"
msgid "Playing"
msgstr "Lecture"
@ -90,7 +102,7 @@ msgstr "Emplacement"
msgctxt "#31028"
msgid "Poster wrap"
msgstr "Défilement d'affiches"
msgstr "Défilement daffiches"
msgctxt "#31029"
msgid "Fanart"
@ -102,11 +114,11 @@ msgstr "Imagettes"
msgctxt "#31032"
msgid "Image wrap"
msgstr "Défilement d'images"
msgstr "Défilement dimages"
msgctxt "#31033"
msgid "Info"
msgstr "Infos"
msgstr "Informations"
msgctxt "#31039"
msgid "Actions"
@ -130,7 +142,7 @@ msgstr "AVANCE RAPIDE"
msgctxt "#31045"
msgid "REWIND"
msgstr "RETOUR RAPIDE"
msgstr "REBOBINAGE"
msgctxt "#31046"
msgid "SEEKING"
@ -178,7 +190,7 @@ msgstr "Sélection actuelle"
msgctxt "#31101"
msgid "Home screen options"
msgstr "Options de l'écran d'accueil"
msgstr "Options de lécran daccueil"
msgctxt "#31102"
msgid "Background"
@ -186,11 +198,11 @@ msgstr "Arrière-plan"
msgctxt "#31103"
msgid "Show \"Paused\" in picture slideshow"
msgstr "Afficher « En pause » dans le diaporama d'images"
msgstr "Afficher « En pause » dans le diaporama dimages"
msgctxt "#31104"
msgid "Play trailers in a window [COLOR=grey3](Video information dialogue only)[/COLOR]"
msgstr "Lire les bandes-annonces dans une fenêtre [COLOR=grey3](fenêtre d'informations sur la vidéo uniquement)[/COLOR]"
msgstr "Lire les bandes-annonces dans une fenêtre [COLOR=grey3](fenêtre dinformations sur la vidéo uniquement)[/COLOR]"
msgctxt "#31106"
msgid "Miscellaneous options"
@ -198,7 +210,7 @@ msgstr "Options diverses"
msgctxt "#31107"
msgid "Hide flagging read from video filenames [COLOR=grey3](e.g. Blu-ray, HD-DVD)[/COLOR]"
msgstr "Masquer l'indicateur déjà vu des noms de fichiers des vidéos [COLOR=grey3](p.ex. Blu-ray, HD-DVD)[/COLOR]"
msgstr "Masquer lindicateur déjà vu des noms de fichiers des vidéos [COLOR=grey3](p.ex. Blu-ray, HD-DVD)[/COLOR]"
msgctxt "#31108"
msgid "Hide main menu buttons"
@ -206,11 +218,11 @@ msgstr "Masquer les boutons du menu principal"
msgctxt "#31109"
msgid "Enable custom background"
msgstr "Activer l'arrière-plan personnalisé"
msgstr "Activer larrière-plan personnalisé"
msgctxt "#31110"
msgid "Background path:"
msgstr "Chemin de l'arrière-plan :"
msgstr "Chemin de larrière-plan :"
msgctxt "#31111"
msgid "Hide"
@ -230,7 +242,7 @@ msgstr "Afficher les vidéos ajoutées récemment"
msgctxt "#31118"
msgid "Home page programs submenu"
msgstr "Sous-menu des « Programmes » de la page d'accueil"
msgstr "Sous-menu des « Programmes » de la page daccueil"
msgctxt "#31119"
msgid "Hide background fanart"
@ -242,11 +254,11 @@ msgstr "Cacher le GÉP si RDS est présent sur la fenêtre de la chaîne"
msgctxt "#31124"
msgid "Show background \"Now playing\" video"
msgstr "Afficher la vidéo d'arrière-plan « Lecture en cours »"
msgstr "Afficher la vidéo darrière-plan « Lecture en cours »"
msgctxt "#31125"
msgid "Show background \"Now playing\" visualisation"
msgstr "Afficher la visualisation d'arrière-plan « Lecture en cours »"
msgstr "Afficher la visualisation darrière-plan « Lecture en cours »"
msgctxt "#31128"
msgid "Lyrics"
@ -262,19 +274,19 @@ msgstr "Addiciel de paroles"
msgctxt "#31134"
msgid "Home page \"Videos\" submenu"
msgstr "Sous-menu « Vidéos » de la page d'accueil"
msgstr "Sous-menu « Vidéos » de la page daccueil"
msgctxt "#31135"
msgid "Home page \"Music\" submenu"
msgstr "Sous-menu « Musique » de la page d'accueil"
msgstr "Sous-menu « Musique » de la page daccueil"
msgctxt "#31136"
msgid "Home page \"Pictures\" submenu"
msgstr "Sous-menu « Images » de la page d'accueil"
msgstr "Sous-menu « Images » de la page daccueil"
msgctxt "#31140"
msgid "Music OSD"
msgstr "Affichage à l'écran Musique"
msgstr "Affichage à lécran Musique"
msgctxt "#31142"
msgid "Settings level"
@ -298,7 +310,7 @@ msgstr "Trouvé"
msgctxt "#31207"
msgid "Find more items"
msgstr "Trouver plus d'éléments"
msgstr "Trouver plus déléments"
msgctxt "#31208"
msgid "Upcoming episodes"
@ -366,7 +378,7 @@ msgstr "Cliquer sur le bouton pour lire[CR][CR]la bande-annonce du film"
msgctxt "#31331"
msgid "Album details"
msgstr "Détails de l'album"
msgstr "Détails de lalbum"
msgctxt "#31351"
msgid "Pause"
@ -382,7 +394,7 @@ msgstr "Avance rapide"
msgctxt "#31354"
msgid "Rewind"
msgstr "Retour rapide"
msgstr "Rebobinage"
msgctxt "#31355"
msgid "Movie menu"
@ -406,11 +418,11 @@ msgstr "Activé"
msgctxt "#31390"
msgid "Skin default"
msgstr "Valeur par défaut de l'habillage"
msgstr "Valeur par défaut de lhabillage"
msgctxt "#31391"
msgid "Skin default with no caps"
msgstr "Valeur par défaut de l'habillage sans majuscule"
msgstr "Valeur par défaut de lhabillage sans majuscule"
msgctxt "#31392"
msgid "Arial based"
@ -422,7 +434,7 @@ msgstr "Aide au premier démarrage..."
msgctxt "#31412"
msgid "This tab signifies that there is a menu off to the side of this window that contains extra options for this section. To access the menu, navigate to the left with your remote control or keyboard or place your mouse pointer over the tab. [CR][CR]Click \"OK\" to close this dialogue. It will not appear again."
msgstr "Cet onglet signale qu'il y a un menu sur le côté de cette fenêtre contenant des options supplémentaires pour cette section. Pour accéder au menu, naviguez vers la gauche avec votre télécommande ou votre clavier ou placez le pointeur de votre souris sur l'onglet. [CR][CR]Cliquez sur « OK » pour fermer cette boîte de dialogue. Elle napparaîtra plus."
msgstr "Cet onglet signale quil y a un menu sur le côté de cette fenêtre contenant des options supplémentaires pour cette section. Pour accéder au menu, naviguez vers la gauche avec votre télécommande ou votre clavier ou placez le pointeur de votre souris sur longlet. [CR][CR]Cliquez sur « OK » pour fermer cette boîte de dialogue. Elle napparaîtra plus."
msgctxt "#31413"
msgid "Local subtitle available"
@ -434,15 +446,15 @@ msgstr "Connexion"
msgctxt "#31421"
msgid "Select your Kodi user profile[CR]to login and continue"
msgstr "Choisissez votre profil d'utilisateur Kodi[CR]pour vous connecter et poursuivre"
msgstr "Choisissez votre profil dutilisateur Kodi[CR]pour vous connecter et poursuivre"
msgctxt "#31422"
msgid "Show or hide the login screen at startup."
msgstr "Afficher ou masquer l'écran de connexion au démarrage"
msgstr "Afficher ou masquer lécran de connexion au démarrage"
msgctxt "#31423"
msgid "Select the profile that will be used at startup when the login screen is disabled."
msgstr "Choisir le profil qui sera utilisé lors du démarrage quand l'écran de connexion est désactivé"
msgstr "Sélectionner le profil qui sera utilisé lors du démarrage quand lécran de connexion est désactivé"
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
@ -450,7 +462,7 @@ msgstr "[B]PARAMÈTRES DES LECTEURS[/B][CR][CR]Configurer les actions pouvant ê
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]PARAMÈTRES DE LA MÉDIATHÈQUE[/B][CR][CR]Configurer l'affichage du contenu multimédia par les vues de la médiathèque/des fichiers · Configurer le parcours des listes/vues de la médiathèque · Configurer les options de base de données"
msgstr "[B]PARAMÈTRES DE LA MÉDIATHÈQUE[/B][CR][CR]Configurer laffichage du contenu multimédia par les vues de la médiathèque/des fichiers · Configurer le parcours des listes/vues de la médiathèque · Configurer les options de base de données"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
@ -466,11 +478,11 @@ msgstr "[B]PARAMÈTRES DES SERVICES[/B][CR][CR]Configurer et gérer les services
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]PARAMÈTRES SYSTÈMES[/B][CR][CR]Configurer l'affichage · Configurer l'audio · Configurer l'accès à Internet · Configurer les économies d'énergie · Configurer la journalisation"
msgstr "[B]PARAMÈTRES SYSTÈMES[/B][CR][CR]Configurer laffichage · Configurer laudio · Configurer laccès à Internet · Configurer les économies dénergie · Configurer la journalisation"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]PARAMÈTRES DE L'INTERFACE[/B][CR][CR]Configurer l'habillage · Configurer la région · Configurer les contrôles · Configurer l'économiseur d'écran · Configurer le verrou maître"
msgstr "[B]PARAMÈTRES DE LINTERFACE[/B][CR][CR]Configurer lhabillage · Configurer la région · Configurer les contrôles · Configurer léconomiseur décran · Configurer le verrou maître"
msgctxt "#31501"
msgid "Scheduled time"
@ -530,7 +542,7 @@ msgstr "Prévisions"
msgctxt "#31909"
msgid "Fetching forecast info..."
msgstr "Récupération des infos de prévision…"
msgstr "Récupération des informations de prévision…"
msgctxt "#31910"
msgid "Maps"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Modification des"
msgctxt "#31001"
msgid "GAMES"
msgstr "JEUX"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]PARAMÈTRES DE JEU[/B][CR][CR]Configuration de la prise en charge et des options pour revoir des parties de jeu · Configuration de l'utilisation du clavier et de nombre de joueur au clavier"
msgctxt "#31003"
msgid "Power options"
msgstr "Options d'alimentation"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Mémoire utilisée "
msgctxt "#31015"
msgid "Minute"
msgstr "Minute"
msgctxt "#31023"
msgid "Playing"
msgstr "Lecture"
@ -178,7 +190,7 @@ msgstr "Sélection actuelle"
msgctxt "#31101"
msgid "Home screen options"
msgstr "Options de la page d'accueil"
msgstr "Options de l'écran d'accueil"
msgctxt "#31102"
msgid "Background"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Troca o teu"
msgctxt "#31001"
msgid "GAMES"
msgstr "XOGOS"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]CONFIGURACIÓN DOS XOGOS[/B][CR][CR]Configurar o soporte e as opcións de rebobinado · Configurar o uso do teclado e o número de xogadores co teclado."
msgctxt "#31003"
msgid "Power options"
msgstr "Opcións de enerxía"
@ -36,6 +44,10 @@ msgctxt "#31006"
msgid "View options"
msgstr "Opcións da vista"
msgctxt "#31007"
msgid "Video process information"
msgstr "Información de procesado de vídeo"
msgctxt "#31008"
msgid "Full screen"
msgstr "Pantalla completa"
@ -56,10 +68,18 @@ msgctxt "#31012"
msgid "Decoder"
msgstr "Decodificador"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Información de procesado de audio"
msgctxt "#31014"
msgid "Memory used"
msgstr "Memoria empregada"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuto"
msgctxt "#31023"
msgid "Playing"
msgstr "Reproducindo"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "שינוי"
msgctxt "#31001"
msgid "GAMES"
msgstr "משחקים"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]הגדרות משחק[/B][CR][CR]הגדר חזרה לאחור תמיכה ואפשרויות · קביעת תצורה של לוח המקשים ומספר נגני המקלדת"
msgctxt "#31003"
msgid "Power options"
msgstr "אפשרויות חשמל"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "זיכרון בשימוש"
msgctxt "#31015"
msgid "Minute"
msgstr "דקה"
msgctxt "#31023"
msgid "Playing"
msgstr "מנגן"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Promijenite vaše"
msgctxt "#31001"
msgid "GAMES"
msgstr "IGRE"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]POSTAVKE IGRE[/B][CR][CR]Prilagodite mogućnosti i podršku premotavanja · Prilagodite upotrebu tipkovnice i broj igrača na tipkovnici"
msgctxt "#31003"
msgid "Power options"
msgstr "Mogućnosti energije"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Korištenje memorije"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuta"
msgctxt "#31023"
msgid "Playing"
msgstr "Reprodukcija"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Választható"
msgctxt "#31001"
msgid "GAMES"
msgstr "JÁTÉKOK"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]JÁTÉKBEÁLLÍTÁSOK[/B][CR][CR]Visszatekerési támogatás beállítása · Billentyűzethasználat és a billentyűzeten játszó játékoson számának beállítása"
msgctxt "#31003"
msgid "Power options"
msgstr "Kikapcsolási lehetőségek"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memóriahasználat"
msgctxt "#31015"
msgid "Minute"
msgstr "perc"
msgctxt "#31023"
msgid "Playing"
msgstr "Éppen játszva"

View File

@ -18,11 +18,19 @@ msgstr ""
msgctxt "#31000"
msgid "Change your"
msgstr "Breyta þínu"
msgstr "Breyta flokknum"
msgctxt "#31001"
msgid "GAMES"
msgstr "LEIKIR"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]LEIKJASTILLINGAR[/B][CR][CR]Stilla stuðning við hraðspólun og valkosti · Stilla notkun lyklaborðs og fjölda leikmanna á lyklaborði"
msgctxt "#31003"
msgid "Power options"
msgstr "Orkukostir"
msgstr "Orkustýringarkostir"
msgctxt "#31004"
msgid "Working..."
@ -36,6 +44,10 @@ msgctxt "#31006"
msgid "View options"
msgstr "Stillingar sjónarhorns"
msgctxt "#31007"
msgid "Video process information"
msgstr "Upplýsingar um vinnslu myndskeiða"
msgctxt "#31008"
msgid "Full screen"
msgstr "Fylla skjá"
@ -44,6 +56,30 @@ msgctxt "#31009"
msgid "Total duration"
msgstr "Heildar tímalengd"
msgctxt "#31010"
msgid "Hardware decoding"
msgstr "Afkóðun í vélbúnaði"
msgctxt "#31011"
msgid "Inactive"
msgstr "Óvirkt"
msgctxt "#31012"
msgid "Decoder"
msgstr "Afkóðari"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Upplýsingar um vinnslu hljóðs"
msgctxt "#31014"
msgid "Memory used"
msgstr "Minni í notkun"
msgctxt "#31015"
msgid "Minute"
msgstr "mínúta"
msgctxt "#31023"
msgid "Playing"
msgstr "Spila"
@ -114,7 +150,7 @@ msgstr "LEITA"
msgctxt "#31048"
msgid "Visualisation presets"
msgstr "Forstillingar myndskreytinga"
msgstr "Forstillingar sjónhrifa"
msgctxt "#31049"
msgid "End time"
@ -130,15 +166,15 @@ msgstr "Raða: Lækkandi"
msgctxt "#31055"
msgid "Open playlist"
msgstr "Opna lagalista"
msgstr "Opna spilunarlista"
msgctxt "#31056"
msgid "Save playlist"
msgstr "Vista lagalista"
msgstr "Vista spilunarlista"
msgctxt "#31057"
msgid "Close playlist"
msgstr "Loka lagalista"
msgstr "Loka spilunarlista"
msgctxt "#31058"
msgid "System music files"
@ -146,7 +182,7 @@ msgstr "Tónlistarskrár kerfis"
msgctxt "#31059"
msgid "Current playlist"
msgstr "Núgildandi lagalisti"
msgstr "Núverandi spilunarlisti"
msgctxt "#31061"
msgid "Current selected"
@ -162,11 +198,11 @@ msgstr "Bakgrunnur"
msgctxt "#31103"
msgid "Show \"Paused\" in picture slideshow"
msgstr "Sýna \"Í bið\" í mynda-glærusýningu"
msgstr "Sýna \"Í bið\" í mynda-skyggnusýningu"
msgctxt "#31104"
msgid "Play trailers in a window [COLOR=grey3](Video information dialogue only)[/COLOR]"
msgstr "Spila kvikmyndasýnishorn í glugga [COLOR=grey3](Aðeins myndbandaupplýsingarglugga)[/COLOR]"
msgstr "Spila kvikmyndastiklur í glugga [COLOR=grey3](Aðeins í glugga með upplýsingum um myndskeið)[/COLOR]"
msgctxt "#31106"
msgid "Miscellaneous options"
@ -174,7 +210,7 @@ msgstr "Ýmsir valkostir"
msgctxt "#31107"
msgid "Hide flagging read from video filenames [COLOR=grey3](e.g. Blu-ray, HD-DVD)[/COLOR]"
msgstr "Fela flagg lesið frá skráarnöfnum [COLOR=grey3](t.d Blu-ray, HD-DVD)[/COLOR]"
msgstr "Fela flögg lesin úr skráarheitum [COLOR=grey3](t.d Blu-ray, HD-DVD)[/COLOR]"
msgctxt "#31108"
msgid "Hide main menu buttons"
@ -186,7 +222,7 @@ msgstr "Virkja sérsniðinn bakgrunn"
msgctxt "#31110"
msgid "Background path:"
msgstr "Bakgrunnsslóð"
msgstr "Slóð á bakgrunnsmynd:"
msgctxt "#31111"
msgid "Hide"
@ -202,23 +238,27 @@ msgstr "Sýna hljómplötur sem hefur nýlega verið bætt við"
msgctxt "#31117"
msgid "Show recently added videos"
msgstr "Sýna myndbönd sem var nýlega bætt við"
msgstr "Sýna myndskeið sem var nýlega bætt við"
msgctxt "#31118"
msgid "Home page programs submenu"
msgstr "Undirvalmynd forrita-heimasíðu"
msgstr "Undirvalmynd dagskrársíðu"
msgctxt "#31119"
msgid "Hide background fanart"
msgstr "Fela aðdáendamyndir í bakgrunni"
msgctxt "#31122"
msgid "Hide EPG if RDS is present on channel window"
msgstr "Fela EPG ef RDS er til staðar í rásaglugga"
msgctxt "#31124"
msgid "Show background \"Now playing\" video"
msgstr "Sýna \"Í spilun\" myndband í bakgrunni"
msgstr "Sýna \"Í spilun\" myndskeið í bakgrunni"
msgctxt "#31125"
msgid "Show background \"Now playing\" visualisation"
msgstr "Sýna \"Í spilun\" myndskreytingu í bakgrunni"
msgstr "Sýna \"Í spilun\" sjónhrif í bakgrunni"
msgctxt "#31128"
msgid "Lyrics"
@ -226,7 +266,7 @@ msgstr "Lagatextar"
msgctxt "#31129"
msgid "Hide fanart in full screen visualisation"
msgstr "Fela aðdáendamyndir í myndhrifum fyrir allan skjá"
msgstr "Fela aðdáendamyndir í sjónhrifum í heilskjá"
msgctxt "#31132"
msgid "Lyrics add-on"
@ -234,7 +274,7 @@ msgstr "Viðbót fyrir lagatexta"
msgctxt "#31134"
msgid "Home page \"Videos\" submenu"
msgstr "Undirvalmynd myndbandasíðu"
msgstr "Undirvalmynd myndskeiðasíðu"
msgctxt "#31135"
msgid "Home page \"Music\" submenu"
@ -294,7 +334,7 @@ msgstr "Kvikmyndaupplýsingar"
msgctxt "#31309"
msgid "Memory used:"
msgstr "Minni notað:"
msgstr "Minni í notkun:"
msgctxt "#31310"
msgid "Track number"
@ -314,7 +354,7 @@ msgstr "Sýnt"
msgctxt "#31325"
msgid "Playlist options"
msgstr "Valkostir lagalista"
msgstr "Valkostir spilunarlista"
msgctxt "#31326"
msgid "Created"
@ -330,11 +370,11 @@ msgstr "Nýlega bætt við"
msgctxt "#31329"
msgid "[B]Timer set![/B] [COLOR=grey2] - System auto shutdown in[/COLOR]"
msgstr "[B]Tímamælir virkur![/B] [COLOR=grey2] - Sjálfvirkt Slökkt eftir[/COLOR]"
msgstr "[B]Tímataka virk![/B] [COLOR=grey2] - Sjálfvirkt slökkt eftir[/COLOR]"
msgctxt "#31330"
msgid "Click button to play[CR][CR]movie trailer"
msgstr "Smelltu á takka til að spila[CR][CR]Kvikmyndasýnishorn"
msgstr "Smelltu á hnapp til að spila[CR][CR]kvikmyndastiklu"
msgctxt "#31331"
msgid "Album details"
@ -362,7 +402,7 @@ msgstr "Kvikmyndavalmynd"
msgctxt "#31356"
msgid "Download subtitles"
msgstr "Sækja þýðingartexta"
msgstr "Sækja skjátexta"
msgctxt "#31360"
msgid "Watch as 2D"
@ -398,7 +438,7 @@ msgstr "Þessi flipi þýðir að það er valblað við hliðina á þessum glu
msgctxt "#31413"
msgid "Local subtitle available"
msgstr "Staðvær þýðingartexti tiltækur"
msgstr "Staðvær skjátexti tiltækur"
msgctxt "#31420"
msgid "Login"
@ -416,9 +456,37 @@ msgctxt "#31423"
msgid "Select the profile that will be used at startup when the login screen is disabled."
msgstr "Veldu uppsetninguna sem verður notuð í ræsingu þegar innskráningarglugginn hefur verið gerður óvirkur."
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
msgstr "[B]SPILARASTILLINGAR[/B][CR][CR]Stilla aðgerðir sem hægt er að nota á meðan afspilun stendur · Stilla hvernig margmiðlunarefni er spilað"
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]STILLINGAR SAFNS[/B][CR][CR]Stilla hvernig safn/skráavafri birtir efni · Stilla hvernig flakkað er um safnalista/skráasýnir · Stilla valkosti margmiðlunargagnagrunns"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
msgstr "[B]UPPTÖKUSTILLINGAR[/B][CR][CR]Stilla hvernig sjónvarpsrásir og sjónvarpsdagskrá eru meðhöndlaðar - Stilla hvernig farið er með beinar útsendingar og upptökur"
msgctxt "#31433"
msgid "[B]ADD-ONS SETTINGS[/B][CR][CR]Configure your installed add-ons · Browse for and install add-ons from kodi.tv"
msgstr "[B]STILLINGAR VIÐBÓTA[/B][CR][CR]Stilla uppsettar viðbætur · Leita að og setja upp viðbætur frá kodi.tv"
msgctxt "#31434"
msgid "[B]SERVICES SETTINGS[/B][CR][CR]Configure & manage media sharing services · Configure web server · Configure & manage the weather service"
msgstr "[B]STILLINGAR Á ÞJÓNUSTUM[/B][CR][CR]Stilla og sýsla með margmiðlunarþjónustur · Stilla vefþjón · Stilla og sýsla með veðurþjónustu"
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]KERFISSTILLINGAR[/B][CR][CR]Stilla skjá · Stilla hljóð · Stilla internetaðgang · Stilla orkusparnað · Stilla atvikaskráningu"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]VIÐMÓTSSTILLINGAR[/B][CR][CR]Stilla skinn · Stilla landsvæði · Stilla stýringar · Stilla skjáhvílu · Stilla aðallás"
msgctxt "#31501"
msgid "Scheduled time"
msgstr "Uppsettur tími"
msgstr "Áætlaður tími"
msgctxt "#31502"
msgid "TV"
@ -426,7 +494,7 @@ msgstr "Sjónvarp"
msgctxt "#31503"
msgid "Add group"
msgstr "Bæta við hóp"
msgstr "Bæta við hópi"
msgctxt "#31504"
msgid "Rename group"
@ -434,7 +502,7 @@ msgstr "Endurnefna hóp"
msgctxt "#31505"
msgid "Delete group"
msgstr "Eyða hóp"
msgstr "Eyða hópi"
msgctxt "#31506"
msgid "Available[CR]Groups"
@ -442,11 +510,11 @@ msgstr "Tiltækir[CR]Hópar"
msgctxt "#31509"
msgid "Channel group"
msgstr "Rásarhópur"
msgstr "Rásahópur"
msgctxt "#31510"
msgid "Timer set"
msgstr "Stilling teljara"
msgstr "Tímataka virk"
msgctxt "#31511"
msgid "Channel options"
@ -458,7 +526,7 @@ msgstr "36 klst veðurspá"
msgctxt "#31902"
msgid "Hourly forecast"
msgstr "Klukkustunda veðurspá"
msgstr "Veðurspá fyrir klukkustundir"
msgctxt "#31903"
msgid "Weekend forecast"
@ -466,7 +534,7 @@ msgstr "Veðurspá helgarinnar"
msgctxt "#31904"
msgid "Daily forecast"
msgstr "Dagleg veðurspá"
msgstr "Veðurspá fyrir daga"
msgctxt "#31905"
msgid "Forecast"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Cambia Il Tuo"
msgctxt "#31001"
msgid "GAMES"
msgstr "GIOCHI"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]IMPOSTAZIONI GIOCHI[/B][CR][CR]Configura il supporto al riavvolgimento e le opzioni · Configura l'uso della tastiera e il numero di giocatori tastiera"
msgctxt "#31003"
msgid "Power options"
msgstr "Opzioni Alimentazione"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memoria usata"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuto"
msgctxt "#31023"
msgid "Playing"
msgstr "In riproduzione"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Kodi"
msgctxt "#31001"
msgid "GAMES"
msgstr "ŽAIDIMAI"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]ŽAIDIMŲ NUSTATYMAI[/B][CR][CR]Konfigūruoti atsukimo palaikymą ir parinktis · Konfigūruoti klaviatūros naudojimą ir žaidėjų su klaviatūra skaičių"
msgctxt "#31003"
msgid "Power options"
msgstr "Maitinimo parinktys"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Naudojama atminties"
msgctxt "#31015"
msgid "Minute"
msgstr "Minutė"
msgctxt "#31023"
msgid "Playing"
msgstr "Atkuriama"

View File

@ -160,6 +160,10 @@ msgctxt "#31128"
msgid "Lyrics"
msgstr "Стихови на песни"
msgctxt "#31132"
msgid "Lyrics add-on"
msgstr "Додаток за текстови на песни"
msgctxt "#31140"
msgid "Music OSD"
msgstr "Музички OSD"
@ -176,6 +180,10 @@ msgctxt "#31206"
msgid "Found"
msgstr "Најдено"
msgctxt "#31301"
msgid "Last updated"
msgstr "Последно ажурирање"
msgctxt "#31303"
msgid "Data provider"
msgstr "Провајдер на податоци"
@ -184,6 +192,10 @@ msgctxt "#31322"
msgid "Aired"
msgstr "Емитирано"
msgctxt "#31325"
msgid "Playlist options"
msgstr "Опции за списоци"
msgctxt "#31326"
msgid "Created"
msgstr "Креирано"
@ -192,6 +204,10 @@ msgctxt "#31327"
msgid "Resolution"
msgstr "Резолуција"
msgctxt "#31328"
msgid "Recently added"
msgstr "Неодамна додадени"
msgctxt "#31329"
msgid "[B]Timer set![/B] [COLOR=grey2] - System auto shutdown in[/COLOR]"
msgstr "[B]Одбројувањето е поставено![/B] [COLOR=grey2] - Системот ќе се искучи за[/COLOR]"
@ -204,6 +220,10 @@ msgctxt "#31352"
msgid "Stop"
msgstr "Сопри"
msgctxt "#31353"
msgid "Fast forward"
msgstr "Забрзано нанапред"
msgctxt "#31354"
msgid "Rewind"
msgstr "Премотај наназад"
@ -252,6 +272,18 @@ msgctxt "#31502"
msgid "TV"
msgstr "ТВ"
msgctxt "#31503"
msgid "Add group"
msgstr "Додај група"
msgctxt "#31504"
msgid "Rename group"
msgstr "Преименувај група"
msgctxt "#31505"
msgid "Delete group"
msgstr "Избриши група"
msgctxt "#31506"
msgid "Available[CR]Groups"
msgstr "Достапни[CR]Групи"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Ubah"
msgctxt "#31001"
msgid "GAMES"
msgstr "GAMES"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]TETAPAN GAME[/B][CR][CR]Konfigurasi sokongon & pilihan gulung semula · Konfigurasi kegunaan papan kekunci dan nombor pemain"
msgctxt "#31003"
msgid "Power options"
msgstr "Pilihan kuasa"
@ -54,7 +62,7 @@ msgstr "Penyahkodan perkakasan"
msgctxt "#31011"
msgid "Inactive"
msgstr "Tak Aktif"
msgstr "Tidak Aktif"
msgctxt "#31012"
msgid "Decoder"
@ -66,7 +74,11 @@ msgstr "Maklumat proses audio"
msgctxt "#31014"
msgid "Memory used"
msgstr "Ingatan digunakan"
msgstr "Memori diguna"
msgctxt "#31015"
msgid "Minute"
msgstr "Minit"
msgctxt "#31023"
msgid "Playing"
@ -74,7 +86,7 @@ msgstr "Bermain"
msgctxt "#31024"
msgid "Page"
msgstr "Muka surat"
msgstr "Mukasurat"
msgctxt "#31025"
msgid "Items"
@ -214,7 +226,7 @@ msgstr "Laluan latar belakang:"
msgctxt "#31111"
msgid "Hide"
msgstr "Sembunyi"
msgstr "Sembunyikan"
msgctxt "#31112"
msgid "Options"
@ -234,7 +246,7 @@ msgstr "Submenu program laman rumah"
msgctxt "#31119"
msgid "Hide background fanart"
msgstr "Sembunyi seni peminat latar belakang"
msgstr "Sembunyikan latar belakang seni peminat"
msgctxt "#31122"
msgid "Hide EPG if RDS is present on channel window"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Endre dine"
msgctxt "#31001"
msgid "GAMES"
msgstr "SPILL"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]Spillinnstillinger[/B][CR][CR]Sett opp tilbakespolingsstøtte og valg · Sett opp tastaturbruk og antall tastaturspillere"
msgctxt "#31003"
msgid "Power options"
msgstr "Strømalternativer"
@ -38,7 +46,7 @@ msgstr "Visningsalt."
msgctxt "#31007"
msgid "Video process information"
msgstr "Video prosesss informasjon"
msgstr "Videoprosesssinformasjon"
msgctxt "#31008"
msgid "Full screen"
@ -62,12 +70,16 @@ msgstr "Dekoder"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Lyd prosess informasjon"
msgstr "Lydprosessinformasjon"
msgctxt "#31014"
msgid "Memory used"
msgstr "Minne brukt"
msgctxt "#31015"
msgid "Minute"
msgstr "Minutt"
msgctxt "#31023"
msgid "Playing"
msgstr "Spiller"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Verander je"
msgctxt "#31001"
msgid "GAMES"
msgstr "SPELLEN"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]SPEL INSTELLINGEN[/B][CR][CR]Configureer herhaal ondersteuning en & opties · Configureer toetsenbord gebruik en nummer van toetsenbord spelers"
msgctxt "#31003"
msgid "Power options"
msgstr "Energiebeheer"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Geheugen gebruikt"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuut"
msgctxt "#31023"
msgid "Playing"
msgstr "Afspelen"
@ -90,7 +102,7 @@ msgstr "Locatie"
msgctxt "#31028"
msgid "Poster wrap"
msgstr "Poster wrap"
msgstr "Posterwrap"
msgctxt "#31029"
msgid "Fanart"
@ -102,7 +114,7 @@ msgstr "Afbeelding miniaturen"
msgctxt "#31032"
msgid "Image wrap"
msgstr "Afbeelding wrap"
msgstr "Afbeeldingwrap"
msgctxt "#31033"
msgid "Info"
@ -174,7 +186,7 @@ msgstr "Huidige afspeellijst"
msgctxt "#31061"
msgid "Current selected"
msgstr "Huidige geselecteerde"
msgstr "Nu geselecteerd"
msgctxt "#31101"
msgid "Home screen options"
@ -290,7 +302,7 @@ msgstr "Kies je lied"
msgctxt "#31205"
msgid "Lyrics source"
msgstr "Songtekst bron"
msgstr "Songtekstbron"
msgctxt "#31206"
msgid "Found"
@ -434,7 +446,7 @@ msgstr "Log-in"
msgctxt "#31421"
msgid "Select your Kodi user profile[CR]to login and continue"
msgstr "Selecteer jouw Kodi Gebruikersprofiel[CR]om in te loggen en door te gaan"
msgstr "Selecteer je Kodi-gebruikersprofiel[CR]om in te loggen en door te gaan"
msgctxt "#31422"
msgid "Show or hide the login screen at startup."
@ -490,7 +502,7 @@ msgstr "Hernoem groep"
msgctxt "#31505"
msgid "Delete group"
msgstr "Verwijder Groep"
msgstr "Verwijder groep"
msgctxt "#31506"
msgid "Available[CR]Groups"
@ -502,7 +514,7 @@ msgstr "Kanaliseer groep"
msgctxt "#31510"
msgid "Timer set"
msgstr "Timer instellen"
msgstr "Tijdklok instellen"
msgctxt "#31511"
msgid "Channel options"
@ -510,7 +522,7 @@ msgstr "Kanaal opties"
msgctxt "#31901"
msgid "36-hour forecast"
msgstr "36-uurs Voorspelling"
msgstr "36-uurs voorspelling"
msgctxt "#31902"
msgid "Hourly forecast"
@ -518,7 +530,7 @@ msgstr "Uur voorspelling"
msgctxt "#31903"
msgid "Weekend forecast"
msgstr "Weekend voorspelling"
msgstr "Weekendvoorspelling"
msgctxt "#31904"
msgid "Daily forecast"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Zmień"
msgctxt "#31001"
msgid "GAMES"
msgstr "GRY"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]USTAWIENIA GIER[/B][CR][CR]Konfiguracja obsługi przewijania wstecz i opcje · Konfiguracja klawiatury i liczby graczy"
msgctxt "#31003"
msgid "Power options"
msgstr "Opcje zasilania"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Użycie pamięci"
msgctxt "#31015"
msgid "Minute"
msgstr "Chwila"
msgctxt "#31023"
msgid "Playing"
msgstr "Odtwarzanie"
@ -138,7 +150,7 @@ msgstr "PRZEWIJANIE"
msgctxt "#31048"
msgid "Visualisation presets"
msgstr "Wzorce wizualizacji"
msgstr "Szablony wizualizacji"
msgctxt "#31049"
msgid "End time"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Altere suas"
msgctxt "#31001"
msgid "GAMES"
msgstr "JOGOS"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]AJUSTES DE JOGOS [/ B] [CR] [CR]Configure o suporte a retroceder & demais opções· Configure o uso do teclado bem como o número de teclados disponíveis"
msgctxt "#31003"
msgid "Power options"
msgstr "Opções de energia"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Memória usada"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuto"
msgctxt "#31023"
msgid "Playing"
msgstr "Reproduzindo"
@ -446,31 +458,31 @@ msgstr "Selecione o perfil que será utilizado na inicialização quando a tela
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
msgstr "[B]AJUSTES DO REPRODUTOR[B}[CR][CR]Configurar as ações que podem ser usadas durante reprodução - Configurar o modo como o conteúdo de mída é reproduzido."
msgstr "[B]AJUSTES DO REPRODUTOR[/B][CR][CR]Configurar as ações que podem ser usadas durante reprodução - Configurar o modo como o conteúdo de mída é reproduzido."
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]AJUSTES DA COLEÇÃO[BR][CR][CR]Configurar o modo como as listas de mídia são exibidas em modo arquivo ou coleção · Configurar navegabilidade nas coleções - Configurar as opções de banco de dados"
msgstr "[B]AJUSTES DA COLEÇÃO[/B][CR][CR]Configurar o modo como as listas de mídia são exibidas em modo arquivo ou coleção · Configurar navegabilidade nas coleções - Configurar as opções de banco de dados"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
msgstr "[B]AJUSTES DE PVR[B][CR][CR]Configurar como os canais % guia epg são gerenciados - Configurar como TV ao Vivo e gravações são gerenciados."
msgstr "[B]AJUSTES DE PVR[/B][CR][CR]Configurar como os canais % guia epg são gerenciados - Configurar como TV ao Vivo e gravações são gerenciados."
msgctxt "#31433"
msgid "[B]ADD-ONS SETTINGS[/B][CR][CR]Configure your installed add-ons · Browse for and install add-ons from kodi.tv"
msgstr "[B]AJUSTES DE ADDONS[B][CR][CR]Configure seus addons instalados - Navegue por e instale addons via kodi.tv"
msgstr "[B]AJUSTES DE ADDONS[/B][CR][CR]Configure seus addons instalados - Navegue por e instale addons via kodi.tv"
msgctxt "#31434"
msgid "[B]SERVICES SETTINGS[/B][CR][CR]Configure & manage media sharing services · Configure web server · Configure & manage the weather service"
msgstr "[B]AJUSTES DE SERVIÇOS[B][CR][CR]Configure & gerencie serviços de compartilhamento de mídia - Configure servidor web - Configure & gerencie serviços climáticos"
msgstr "[B]AJUSTES DE SERVIÇOS[/B][CR][CR]Configure & gerencie serviços de compartilhamento de mídia - Configure servidor web - Configure & gerencie serviços climáticos"
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]AJUSTES DE SISTEMA[B][CR][CR]Configure display - Configure áudio - Configue acesso internet - Configure economizar energia - Configure depuração"
msgstr "[B]AJUSTES DE SISTEMA[/B][CR][CR]Configure tela - Configure áudio - Configue acesso internet - Configure gerenciar energia - Configure depuração"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]AJUSTES DE INTERFACE[BR][CR][CR]Configure skin - Configure região - Configure controles - Configure protetor de tela - Configure trava de segurança master."
msgstr "[B]AJUSTES DE INTERFACE[/B][CR][CR]Configure skin - Configure regional - Configure controles - Configure proteção de tela - Configure bloqueio-mestre."
msgctxt "#31501"
msgid "Scheduled time"
@ -558,7 +570,7 @@ msgstr "FILMES"
msgctxt "#31955"
msgid "TV SHOWS"
msgstr "SÉRIES DE TV"
msgstr "SERIADOS"
msgctxt "#31956"
msgid "MUSIC"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Modificare"
msgctxt "#31001"
msgid "GAMES"
msgstr "JOCURI"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]STABILIRI JOCURI[/B][CR][CR]Configurați sprijinul pentru dereulare înapoi & opțiuni · Configurați folosirea tastaturii și numărul de jucători de la tastatură"
msgctxt "#31003"
msgid "Power options"
msgstr "Opțiuni de alimentare"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Folosire memorie"
msgctxt "#31015"
msgid "Minute"
msgstr "Minut"
msgctxt "#31023"
msgid "Playing"
msgstr "Redare"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Измените"
msgctxt "#31001"
msgid "GAMES"
msgstr "ИГРЫ"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ ИГРЫ[/B][CR][CR]Настройки перемотки · Настройка конфигурации клавиатуры и числа игроков"
msgctxt "#31003"
msgid "Power options"
msgstr "Настройки питания"
@ -36,6 +44,10 @@ msgctxt "#31006"
msgid "View options"
msgstr "Настройки просмотра"
msgctxt "#31007"
msgid "Video process information"
msgstr "Сведения о видеопроцесе"
msgctxt "#31008"
msgid "Full screen"
msgstr "Полный экран"
@ -48,14 +60,26 @@ msgctxt "#31010"
msgid "Hardware decoding"
msgstr "Аппаратное декодирование"
msgctxt "#31011"
msgid "Inactive"
msgstr "Неактивно"
msgctxt "#31012"
msgid "Decoder"
msgstr "Декодер"
msgctxt "#31013"
msgid "Audio process information"
msgstr "Сведения о аудиопроцесе"
msgctxt "#31014"
msgid "Memory used"
msgstr "Использовано памяти"
msgctxt "#31015"
msgid "Minute"
msgstr "Минута"
msgctxt "#31023"
msgid "Playing"
msgstr "Воспроизведение"
@ -432,6 +456,34 @@ msgctxt "#31423"
msgid "Select the profile that will be used at startup when the login screen is disabled."
msgstr "Выбрать профиль, используемый при запуске, если экран входа отключен."
msgctxt "#31430"
msgid "[B]PLAYER SETTINGS[/B][CR][CR]Configure actions that can be used during playback · Configure how media content is played"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ ПРОИГРЫВАТЕЛЯ[/B][CR][CR]Выберите доступные действия во время игры · Настройте, как должен проигрываться медиаконтент"
msgctxt "#31431"
msgid "[B]LIBRARY SETTINGS[/B][CR][CR]Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ БИБЛИОТЕК[/B][CR][CR]Настройка способа отображения медиафайлов в библиотеке · Настройка навигации по спискам/просмотра библиотек · Настройка параметров базы данных мультимедиа"
msgctxt "#31432"
msgid "[B]PVR SETTINGS[/B][CR][CR]Configure how the channels & guide are managed · Configure how Live TV and recordings are managed"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ ТВ[/B][CR][CR]Управление ТВ и радио каналами · Настройка управления записями · Настройка отображения EPG"
msgctxt "#31433"
msgid "[B]ADD-ONS SETTINGS[/B][CR][CR]Configure your installed add-ons · Browse for and install add-ons from kodi.tv"
msgstr "[B]КОНФИГУРАЦИЯ ДОПОЛНЕНИЙ[/B][CR][CR]Настройка установлиных дополнений · Поиск и установка дополнений с kodi.tv"
msgctxt "#31434"
msgid "[B]SERVICES SETTINGS[/B][CR][CR]Configure & manage media sharing services · Configure web server · Configure & manage the weather service"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ СЛУЖБ[/B][CR][CR]Настройка и управление службами обмена мультимедиа · Настройка веб-сервера · Настройка и управление метеорологическим сервисом"
msgctxt "#31435"
msgid "[B]SYSTEM SETTINGS[/B][CR][CR]Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ СИСТЕМЫ[/B][CR][CR]Настройка и калибровка дисплеев · Настройка вывода аудио · Настройка доступа в интернет · Настройка параметров энергосбережения · Настройка ведение журнала"
msgctxt "#31436"
msgid "[B]INTERFACE SETTINGS[/B][CR][CR]Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock"
msgstr "[B]НАСТРОЙКА ПАРАМЕТРОВ ИНТЕРФЕЙСА[/B][CR][CR]Настройки обложки · Региональные настройки · Настройка заставки · Настройка общей блокировки"
msgctxt "#31501"
msgid "Scheduled time"
msgstr "Запланированное время"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Zmeňte vaše"
msgctxt "#31001"
msgid "GAMES"
msgstr "HRY"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]HERNÉ NASTAVENIA[/B][CR][CR]Konfigurovať podporu pretáčania a možnosti · Konfigurovať použitie klávesnice a počet hráčov na klávesnici"
msgctxt "#31003"
msgid "Power options"
msgstr "Nastavenia napájania"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Použitá pamäť"
msgctxt "#31015"
msgid "Minute"
msgstr "Minúta"
msgctxt "#31023"
msgid "Playing"
msgstr "Práve hrá"

View File

@ -20,6 +20,10 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Spremenite vaše"
msgctxt "#31001"
msgid "GAMES"
msgstr "IGRE"
msgctxt "#31003"
msgid "Power options"
msgstr "Možnosti napajanja"
@ -68,6 +72,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Uporabljen pomnilnik"
msgctxt "#31015"
msgid "Minute"
msgstr "Minuta"
msgctxt "#31023"
msgid "Playing"
msgstr "Predvajam"

View File

@ -20,6 +20,10 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Промените ваше"
msgctxt "#31001"
msgid "GAMES"
msgstr "ИГРИЦЕ"
msgctxt "#31003"
msgid "Power options"
msgstr "Опције напајања"
@ -68,6 +72,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Искоришћена меморија"
msgctxt "#31015"
msgid "Minute"
msgstr "Минута"
msgctxt "#31023"
msgid "Playing"
msgstr "Репродукција"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "Ändra dina"
msgctxt "#31001"
msgid "GAMES"
msgstr "SPEL"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]SPEL INSTÄLLNINGAR[/B][CR][CR]Konfigurera support för tillbakaspolning & alternativ · Konfigurera tangentbordsanvändning och antalet tangentbordsspelare."
msgctxt "#31003"
msgid "Power options"
msgstr "Strömalternativ"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "Använt minne"
msgctxt "#31015"
msgid "Minute"
msgstr "Minut"
msgctxt "#31023"
msgid "Playing"
msgstr "Spelar"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "修改您的"
msgctxt "#31001"
msgid "GAMES"
msgstr "游戏"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]游戏设置[/B][CR][CR]配置倒带支持和选项 · 配置键盘和玩家数"
msgctxt "#31003"
msgid "Power options"
msgstr "电源选项"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "己用内存"
msgctxt "#31015"
msgid "Minute"
msgstr "分钟"
msgctxt "#31023"
msgid "Playing"
msgstr "播放"

View File

@ -20,6 +20,14 @@ msgctxt "#31000"
msgid "Change your"
msgstr "修改你的"
msgctxt "#31001"
msgid "GAMES"
msgstr "遊戲"
msgctxt "#31002"
msgid "[B]GAME SETTINGS[/B][CR][CR]Configure rewind support & options · Configure keyboard use and number of keyboard players"
msgstr "[B]遊戲設定[/B][CR][CR]設定倒轉支援及相關選項 · 設定鍵盤的使用及鍵盤玩家的人數"
msgctxt "#31003"
msgid "Power options"
msgstr "電源選項"
@ -68,6 +76,10 @@ msgctxt "#31014"
msgid "Memory used"
msgstr "已使用記憶體"
msgctxt "#31015"
msgid "Minute"
msgstr "分"
msgctxt "#31023"
msgid "Playing"
msgstr "正在播放"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB