bugfixes
This commit is contained in:
parent
3230690fc6
commit
242fc6ef85
|
@ -104,7 +104,7 @@
|
|||
<onclick>noop</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<label>$LOCALIZE[14092]</label>
|
||||
<label>$LOCALIZE[31044]</label>
|
||||
<onclick>noop</onclick>
|
||||
</item>
|
||||
</content>
|
||||
|
@ -192,6 +192,14 @@
|
|||
<onclick>Skin.ToggleSetting(DebugInfo)</onclick>
|
||||
<selected>Skin.HasSetting(DebugInfo)</selected>
|
||||
</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">
|
||||
<visible>Container(8000).Hasfocus(1)</visible>
|
||||
<description>Disable fanart animation effect</description>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<control type="panel" id="50">
|
||||
<visible>container.content(artists) + !container.content(songs) + !container.content(albums)</visible>
|
||||
<posx>col-1-begin</posx>
|
||||
|
@ -29,7 +28,6 @@
|
|||
<onright>60</onright>
|
||||
<ondown>50</ondown>
|
||||
<onup>50</onup>
|
||||
<onback>9000</onback>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<itemlayout width="8-col" height="2-row">
|
||||
<control type="image">
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<onright>60</onright>
|
||||
<ondown>50</ondown>
|
||||
<onup>50</onup>
|
||||
<onback>9000</onback>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<itemlayout width="8-col" height="2-row">
|
||||
<control type="image">
|
||||
|
|
|
@ -47,8 +47,17 @@
|
|||
<width>5-row</width>
|
||||
<height>182</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture fallback="DefaultAlbumCover.png" border="0">$INFO[player.art(thumb)]</texture>
|
||||
<fadetime>500</fadetime>
|
||||
<texture border="0">DefaultAlbumCover.png</texture>
|
||||
<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>
|
||||
<!--track info-->
|
||||
<control type="group">
|
||||
|
|
|
@ -258,6 +258,7 @@
|
|||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>Dialog.Close(all,true)</onclick>
|
||||
<onclick>action(back)</onclick>
|
||||
<onclick>activateWindow(musicplaylist)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -34,14 +34,6 @@
|
|||
|
||||
***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:
|
||||
show parent folder items: system.getbool(showparentdiritems)
|
||||
start PVR minimised: false
|
||||
|
|
|
@ -197,6 +197,14 @@ msgctxt "#31042"
|
|||
msgid "Specific Content type settings"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31043"
|
||||
msgid "Reload Skin"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31044"
|
||||
msgid "Debugging"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31046"
|
||||
msgid "Field:"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue