Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Optional timer / recording info
Browse files Browse the repository at this point in the history
Home and PVR windows
  • Loading branch information
Jeroen committed May 23, 2014
1 parent 257c459 commit a24008d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 720p/Variables.xml
Expand Up @@ -192,8 +192,8 @@
</variable>

<variable name="toast_Bottom">
<value condition="Window.IsActive(pvr) + Skin.HasSetting(overlay.pvr) + PVR.HasNonRecordingTimer">$INFO[Pvr.NextRecordingChannel,,:]$INFO[Pvr.NextRecordingTitle]</value>
<value condition="Window.IsActive(pvr) + Skin.HasSetting(overlay.pvr) + PVR.IsRecording">$INFO[Pvr.NowRecordingChannel,,:]$INFO[Pvr.NowRecordingTitle]</value>
<value condition="[Window.IsActive(PVR) | Window.IsActive(Home)] + Skin.HasSetting(overlay.pvr) + PVR.HasNonRecordingTimer">$INFO[Pvr.NextRecordingChannel,,:]$INFO[Pvr.NextRecordingTitle]</value>
<value condition="[Window.IsActive(PVR) | Window.IsActive(Home)] + Skin.HasSetting(overlay.pvr) + PVR.IsRecording">2222$INFO[Pvr.NowRecordingChannel,,:]$INFO[Pvr.NowRecordingTitle]</value>
<value condition="!Window.IsActive(fullscreenvideo)">$INFO[System.Date(DDD)] $INFO[System.Date(d)] $INFO[System.Date(MMM)]</value>
<value condition="Window.IsActive(fullscreenvideo)">$LOCALIZE[31323] $INFO[Player.FinishTime]</value>
</variable>
Expand Down
2 changes: 1 addition & 1 deletion language/English/strings.po
Expand Up @@ -544,7 +544,7 @@ msgid "Status"
msgstr ""

msgctxt "#31504"
msgid "Show (scheduled) recording in PVR window"
msgid "Show (scheduled) recording in PVR and Home screen"
msgstr ""


Expand Down

0 comments on commit a24008d

Please sign in to comment.