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

Commit

Permalink
💬 - Fix Up Next labels (#179)
Browse files Browse the repository at this point in the history
Closes #178
  • Loading branch information
drinfernoo authored Feb 12, 2020
1 parent f801c2e commit fb595aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1080i/script-upnext-stillwatching-simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<include content="Object_IconicButton">
<param name="id" value="11" />
<param name="groupid" value="9011" />
<param name="label" value="$ADDON[service.upnext 30010] $ADDON[service.upnext 30036] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR] $ADDON[service.upnext 30035]..." />
<param name="label" value="$ADDON[service.upnext 30035] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR]" />
<param name="icon" value="special://skin/extras/icons/play3.png" />
<param name="visible" value="!Integer.IsGreater(Player.TimeRemaining,59)" />
<onclick>SendClick(3012)</onclick>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/script-upnext-stillwatching.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<include content="Object_IconicButton">
<param name="id" value="11" />
<param name="groupid" value="9011" />
<param name="label" value="$ADDON[service.upnext 30010] $ADDON[service.upnext 30036] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR] $ADDON[service.upnext 30035]" />
<param name="label" value="$ADDON[service.upnext 30035] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR]" />
<param name="icon" value="special://skin/extras/icons/play3.png" />
<param name="visible" value="!Integer.IsGreater(Player.TimeRemaining,59)" />
<onclick>SendClick(3012)</onclick>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/script-upnext-upnext-simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<include content="Object_IconicButton">
<param name="id" value="11" />
<param name="groupid" value="9011" />
<param name="label" value="$ADDON[service.upnext 30037] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR] $ADDON[service.upnext 30035]..." />
<param name="label" value="$ADDON[service.upnext 30037] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR]..." />
<param name="icon" value="special://skin/extras/icons/play3.png" />
<param name="visible" value="!Integer.IsGreater(Player.TimeRemaining,59)" />
<onclick>SendClick(3012)</onclick>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/script-upnext-upnext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<control type="label">
<height>30</height>
<font>font_title_small</font>
<label>$ADDON[service.upnext 30008] $ADDON[service.upnext 30036] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR] $ADDON[service.upnext 30035]...</label>
<label>$ADDON[service.upnext 30037] [COLOR $VAR[ColorHighlight]]$INFO[Player.TimeRemaining(ss),,][/COLOR]...</label>
<textcolor>panel_fg_100</textcolor>
<visible>!Integer.IsGreater(Player.TimeRemaining,59)</visible>
</control>
Expand Down

0 comments on commit fb595aa

Please sign in to comment.