diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2012-11-18 20:39:29 +0100 |
---|---|---|
committer | Daniel Scheller <d.scheller@gmx.net> | 2013-02-05 20:46:29 +0100 |
commit | c0b4df4b6b4835af7aa24547ad12d7eeb623dbf9 (patch) | |
tree | 8be4db40f0cc080a6558d42400f4f5847b73865a /userdata | |
parent | b9f5cb3cdc520512402a946881f9671ecbd7368e (diff) |
Remove LCDproc support from XBMC core
Diffstat (limited to 'userdata')
-rw-r--r-- | userdata/LCD.xml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/userdata/LCD.xml b/userdata/LCD.xml deleted file mode 100644 index 7d50cc582f..0000000000 --- a/userdata/LCD.xml +++ /dev/null @@ -1,52 +0,0 @@ -<lcd> - <!-- set this to video,music to disable the LCD on playback of music and video--> - <disableonplay>video</disableonplay> - <navigation> - <line>$INFO[System.CurrentWindow]</line> - <line>$INFO[System.CurrentControl]</line> - <line>Freemem: $INFO[System.FreeMemory]</line> - <line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line> - </navigation> - <music> - <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line> - <line>$INFO[MusicPlayer.Title]</line> - <line>$INFO[MusicPlayer.Artist]</line> - <line>$INFO[MusicPlayer.Album] ($INFO[MusicPlayer.Year])</line> - </music> - <video> - <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line> - <line>$INFO[VideoPlayer.Title]</line> - <line>$INFO[VideoPlayer.Genre]</line> - <line>$INFO[LCD.ProgressBar]</line> - <line>Freemem: $INFO[System.FreeMemory]</line> - </video> - <general> - <line>XBMC running...</line> - <line>$INFO[System.Time] $INFO[System.Date]</line> - <line>Freemem: $INFO[System.FreeMemory]</line> - <line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line> - </general> - <screensaver> - <line>$INFO[System.CurrentWindow]</line> - <line>$INFO[LCD.TimeWide21]</line> - <line>$INFO[LCD.TimeWide22]</line> - <line>Freemem: $INFO[System.FreeMemory]</line> - </screensaver> - <xbelaunch> - <line></line> - <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> |