diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2012-09-15 19:16:46 +0200 |
---|---|---|
committer | Daniel Scheller <d.scheller@gmx.net> | 2012-09-29 11:07:07 +0200 |
commit | b695f8656698b31e3459ef257f8e842133d8f4f8 (patch) | |
tree | 7db7e4d8d192da5467802427527992f697c705ef /userdata | |
parent | 8a2d157c2487e1021966ca156b1af4f12fc408e2 (diff) |
LCD: LCD-Modes (skins) for PVR TV and Radio
Diffstat (limited to 'userdata')
-rw-r--r-- | userdata/LCD.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/userdata/LCD.xml b/userdata/LCD.xml index 036bd97921..7d50cc582f 100644 --- a/userdata/LCD.xml +++ b/userdata/LCD.xml @@ -37,4 +37,16 @@ <line>Playing</line> <line>$INFO[System.LaunchXBE]</line> </xbelaunch> + <pvrtv> + <line>$INFO[VideoPlayer.ChannelName]</line> + <line>$INFO[VideoPlayer.Title]</line> + <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line> + <line>$INFO[LCD.ProgressBar]</line> + </pvrtv> + <pvrradio> + <line>$INFO[MusicPlayer.ChannelName]</line> + <line>$INFO[MusicPlayer.Title]</line> + <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line> + <line>$INFO[LCD.ProgressBar]</line> + </pvrradio> </lcd> |