aboutsummaryrefslogtreecommitdiff
path: root/userdata/LCD.xml
diff options
context:
space:
mode:
authorAlTheKiller <AlTheKiller@svn>2009-09-23 01:49:50 +0000
committerAlTheKiller <AlTheKiller@svn>2009-09-23 01:49:50 +0000
commit45285e8a9300cd754a760560640b75b09f98035e (patch)
treead9f093885ad5c98e9dd4156674e7691c22ed0a2 /userdata/LCD.xml
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'userdata/LCD.xml')
-rw-r--r--userdata/LCD.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/userdata/LCD.xml b/userdata/LCD.xml
new file mode 100644
index 0000000000..f72fcae469
--- /dev/null
+++ b/userdata/LCD.xml
@@ -0,0 +1,38 @@
+<lcd>
+ <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>
+</lcd>