This commit is contained in:
Chris Bevan 2016-04-04 19:57:11 +01:00
parent 3230690fc6
commit 242fc6ef85
7 changed files with 29 additions and 14 deletions

View File

@ -104,7 +104,7 @@
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="3"> <item id="3">
<label>$LOCALIZE[14092]</label> <label>$LOCALIZE[31044]</label>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
</content> </content>
@ -192,6 +192,14 @@
<onclick>Skin.ToggleSetting(DebugInfo)</onclick> <onclick>Skin.ToggleSetting(DebugInfo)</onclick>
<selected>Skin.HasSetting(DebugInfo)</selected> <selected>Skin.HasSetting(DebugInfo)</selected>
</control> </control>
<control type="button" id="17">
<visible>Container(8000).Hasfocus(3)</visible>
<description>Reload skin</description>
<width>14-col</width>
<label>31043</label>
<onclick>ReloadSkin()</onclick>
<onclick>activateWindow(home)</onclick>
</control>
<control type="radiobutton" id="20"> <control type="radiobutton" id="20">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Disable fanart animation effect</description> <description>Disable fanart animation effect</description>

View File

@ -18,7 +18,6 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>container.content(artists) + !container.content(songs) + !container.content(albums)</visible> <visible>container.content(artists) + !container.content(songs) + !container.content(albums)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -29,7 +28,6 @@
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="2-row"> <itemlayout width="8-col" height="2-row">
<control type="image"> <control type="image">

View File

@ -12,7 +12,6 @@
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="2-row"> <itemlayout width="8-col" height="2-row">
<control type="image"> <control type="image">

View File

@ -47,8 +47,17 @@
<width>5-row</width> <width>5-row</width>
<height>182</height> <height>182</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="DefaultAlbumCover.png" border="0">$INFO[player.art(thumb)]</texture> <texture border="0">DefaultAlbumCover.png</texture>
<fadetime>500</fadetime> <colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-row</width>
<height>182</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[player.art(thumb)]</texture>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<!--track info--> <!--track info-->
<control type="group"> <control type="group">

View File

@ -258,6 +258,7 @@
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>Dialog.Close(all,true)</onclick> <onclick>Dialog.Close(all,true)</onclick>
<onclick>action(back)</onclick>
<onclick>activateWindow(musicplaylist)</onclick> <onclick>activateWindow(musicplaylist)</onclick>
</item> </item>
<item> <item>

View File

@ -34,14 +34,6 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
Photos section not looking good: [CHECK] Fallback thumbs not working
Fullscreen music view: Radio art and RDS support
Optimise settings: use skin helper: on startup: Ask whether to change: Optimise settings: use skin helper: on startup: Ask whether to change:
show parent folder items: system.getbool(showparentdiritems) show parent folder items: system.getbool(showparentdiritems)
start PVR minimised: false start PVR minimised: false

View File

@ -197,6 +197,14 @@ msgctxt "#31042"
msgid "Specific Content type settings" msgid "Specific Content type settings"
msgstr "" msgstr ""
msgctxt "#31043"
msgid "Reload Skin"
msgstr ""
msgctxt "#31044"
msgid "Debugging"
msgstr ""
msgctxt "#31046" msgctxt "#31046"
msgid "Field:" msgid "Field:"
msgstr "" msgstr ""