tweaks
This commit is contained in:
parent
b5266d1198
commit
44d46bbe05
|
@ -31,7 +31,7 @@
|
|||
<!--Date / time and weather-->
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-14-begin</posy>
|
||||
<posy>row-22-begin</posy>
|
||||
<animation type="conditional" condition="player.hasaudio + !skin.hassetting(weatherdisplay)">
|
||||
<effect type="slide" start="0,0" end="0,-72" tween="cubic" easing="out" time="0"/>
|
||||
</animation>
|
||||
|
@ -57,11 +57,11 @@
|
|||
</control>
|
||||
<control type="label">
|
||||
<visible>!isempty(Window(Weather).Property(WeatherProvider)) + !skin.hassetting(weatherdisplay) + !String.isempty(weather.location) + !String.isempty(weather.temperature) + !String.isempty(weather.conditions)</visible>
|
||||
<posx>0</posx>
|
||||
<posx>24-col</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>24-col</width>
|
||||
<height>5-row</height>
|
||||
<align>center</align>
|
||||
<align>right</align>
|
||||
<font>regular</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [CAPITALIZE]$INFO[weather.conditions][/CAPITALIZE]</label>
|
||||
|
@ -71,10 +71,10 @@
|
|||
<control type="group">
|
||||
<visible>player.hasaudio</visible>
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-17-begin</posy>
|
||||
<posy>row-27-begin</posy>
|
||||
<control type="grouplist">
|
||||
<posx>0</posx>
|
||||
<posy>18</posy>
|
||||
<posy>-12</posy>
|
||||
<width>24-col</width>
|
||||
<align>right</align>
|
||||
<itemgap>18</itemgap>
|
||||
|
|
|
@ -32,6 +32,16 @@
|
|||
<width>6-col</width>
|
||||
<onclick>sendclick(videos,4)</onclick>
|
||||
</control>
|
||||
<control type="button" id="509">
|
||||
<visible>PVR.HasTVChannels</visible>
|
||||
<description>PVR Channel Group</description>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31222</label>
|
||||
<onclick>sendclick(700,28)</onclick>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
</control>
|
||||
<control type="button" id="508">
|
||||
<visible>PVR.HasTVChannels</visible>
|
||||
<description>PVR Timers</description>
|
||||
|
@ -109,6 +119,16 @@
|
|||
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
|
||||
<onclick>sendclick(music,4)</onclick>
|
||||
</control>
|
||||
<control type="button" id="509">
|
||||
<visible>PVR.HasRadioChannels</visible>
|
||||
<description>PVR Channel Group</description>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31222</label>
|
||||
<onclick>sendclick(700,28)</onclick>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
</control>
|
||||
<control type="button" id="508">
|
||||
<visible>PVR.HasRadioChannels</visible>
|
||||
<description>PVR Timers</description>
|
||||
|
|
|
@ -63,9 +63,12 @@
|
|||
<posy>48</posy>
|
||||
<width>14-col</width>
|
||||
<font>pageSubTitle</font>
|
||||
<label>$INFO[Pvr.BackendChannels] $LOCALIZE[31017]</label>
|
||||
<label>$INFO[Pvr.BackendChannels] $LOCALIZE[31017] ($INFO[control.getlabel(29)])</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<control type="label" id="29">
|
||||
<visible>false</visible>
|
||||
</control>
|
||||
</control>
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
|
|
|
@ -3,11 +3,9 @@
|
|||
[V1.2.4]
|
||||
- [UPDATED] French language file
|
||||
- [UPDATED] Norwegian language file
|
||||
- [UPDATED] Home screen tweaked
|
||||
- [UPDATED] PVR Channel group control added to PVR section
|
||||
|
||||
**TO DO**
|
||||
New Home screen
|
||||
Channel group
|
||||
Check onback for video when small player is active
|
||||
Music playlist view issue (see Github)
|
||||
|
||||
[V1.2.3]
|
||||
|
|
|
@ -913,3 +913,7 @@ msgctxt "#31221"
|
|||
msgid "Play Disc"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31222"
|
||||
msgid "Change Channel Group"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue