Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
0.9.46 - seekbar label dot colour
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Aug 31, 2019
1 parent 798a7f7 commit 623039f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_Labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
</variable>

<variable name="Label_OSD_FinishTime">
<value condition="VideoPlayer.Content(livetv)">$INFO[System.Time,$LOCALIZE[555] ,]$INFO[VideoPlayer.EndTime,[COLOR=panel_fg_100] • $LOCALIZE[31106] ,[/COLOR]]</value>
<value>$INFO[System.Time,$LOCALIZE[555] ,]$INFO[Player.FinishTime,[COLOR=panel_fg_100] • $LOCALIZE[31106] ,[/COLOR]]</value>
<value condition="VideoPlayer.Content(livetv)">$INFO[System.Time,[COLOR=panel_fg_100],$LOCALIZE[555] [/COLOR],]$INFO[VideoPlayer.EndTime, • [COLOR=panel_fg_100]$LOCALIZE[31106] ,[/COLOR]]</value>
<value>$INFO[System.Time,[COLOR=panel_fg_100]$LOCALIZE[555] ,[/COLOR]]$INFO[Player.FinishTime, • [COLOR=panel_fg_100]$LOCALIZE[31106] ,[/COLOR]]</value>
</variable>

<variable name="Label_OSD_Title">
Expand Down
4 changes: 3 additions & 1 deletion 1080i/Includes_OSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,13 +705,15 @@
<control type="label">
<align>center</align>
<scroll>true</scroll>
<textcolor>$VAR[ColorHighlight]</textcolor>
<include>OSD_Menubar_Items</include>
<label>$INFO[VideoPlayer.TvShowTitle,[COLOR=panel_fg_70],[/COLOR][COLOR=panel_fg_30][/COLOR]]$INFO[MusicPlayer.Artist,[COLOR=panel_fg_70],[/COLOR][COLOR=panel_fg_30][/COLOR]]$INFO[VideoPlayer.Season,,x]$INFO[VideoPlayer.Episode,,. ]$INFO[Player.Title]</label>
<label>$INFO[VideoPlayer.TvShowTitle,[COLOR=panel_fg_100],[/COLOR] • ]$INFO[MusicPlayer.Artist,[COLOR=panel_fg_100],[/COLOR] • ]$INFO[VideoPlayer.Season,[COLOR=panel_fg_100],x[/COLOR]]$INFO[VideoPlayer.Episode,[COLOR=panel_fg_100],. [/COLOR]]$INFO[Player.Title,[COLOR=panel_fg_100],[/COLOR]]</label>
<animation effect="fade" end="100" start="0" delay="300" time="1" reversible="false">Visible</animation>
<visible>![!String.IsEmpty(Window(Home).Property(OSDInfo)) | Player.ShowInfo | Window.IsActive(DialogFullScreenInfo.xml) | Skin.HasSetting(ShowInfoPaused)]</visible>
</control>
<control type="label">
<align>center</align>
<textcolor>$VAR[ColorHighlight]</textcolor>
<include>OSD_Menubar_Items</include>
<label>$VAR[Label_OSD_FinishTime]</label>
<visible>!String.IsEmpty(Window(Home).Property(OSDInfo)) | Player.ShowInfo | Window.IsActive(DialogFullScreenInfo.xml) | Skin.HasSetting(ShowInfoPaused)</visible>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.46-alpha5">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.46-alpha6">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Add Up Next support
- Add Next Aired 7.0.1 support
- Corner icon choices for fixed width horizontal menus
- Seekbar dot color

0.9.45
- Updates to Sets info
Expand Down

0 comments on commit 623039f

Please sign in to comment.