From 45285e8a9300cd754a760560640b75b09f98035e Mon Sep 17 00:00:00 2001 From: AlTheKiller Date: Wed, 23 Sep 2009 01:49:50 +0000 Subject: 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 --- userdata/LCD.xml | 38 ++++++++++++++++++++++++++++++++++ userdata/ModeLines_template.xml | 22 ++++++++++++++++++++ userdata/PictureIcon/Picon/tuxbox.png | Bin 0 -> 20598 bytes userdata/PictureIcon/Readme.txt | 24 +++++++++++++++++++++ userdata/PictureIcon/picon.xml | 9 ++++++++ userdata/RssFeeds.xml | 8 +++++++ 6 files changed, 101 insertions(+) create mode 100644 userdata/LCD.xml create mode 100644 userdata/ModeLines_template.xml create mode 100644 userdata/PictureIcon/Picon/tuxbox.png create mode 100644 userdata/PictureIcon/Readme.txt create mode 100644 userdata/PictureIcon/picon.xml create mode 100644 userdata/RssFeeds.xml (limited to 'userdata') 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 @@ + + + $INFO[System.CurrentWindow] + $INFO[System.CurrentControl] + Freemem: $INFO[System.FreeMemory] + $INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode] + + + $INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration] + $INFO[MusicPlayer.Title] + $INFO[MusicPlayer.Artist] + $INFO[MusicPlayer.Album] ($INFO[MusicPlayer.Year]) + + + + XBMC running... + $INFO[System.Time] $INFO[System.Date] + Freemem: $INFO[System.FreeMemory] + $INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode] + + + $INFO[System.CurrentWindow] + $INFO[LCD.TimeWide21] + $INFO[LCD.TimeWide22] + Freemem: $INFO[System.FreeMemory] + + + + Playing + $INFO[System.LaunchXBE] + + diff --git a/userdata/ModeLines_template.xml b/userdata/ModeLines_template.xml new file mode 100644 index 0000000000..56d41fbea3 --- /dev/null +++ b/userdata/ModeLines_template.xml @@ -0,0 +1,22 @@ + + + + 11.97 640 664 736 760 480 484 492 525 Interlace + + + + 23.94 640 664 736 760 480 484 492 525 + + + + 74.25 1280 1320 1376 1650 720 722 728 750 + + + + 74.25 1920 1960 2016 2200 1080 1082 1088 1125 Interlace + + + + 148.5 1920 1960 2016 2200 1080 1082 1088 1125 + + diff --git a/userdata/PictureIcon/Picon/tuxbox.png b/userdata/PictureIcon/Picon/tuxbox.png new file mode 100644 index 0000000000..5f40e8e45e Binary files /dev/null and b/userdata/PictureIcon/Picon/tuxbox.png differ diff --git a/userdata/PictureIcon/Readme.txt b/userdata/PictureIcon/Readme.txt new file mode 100644 index 0000000000..a69a57c421 --- /dev/null +++ b/userdata/PictureIcon/Readme.txt @@ -0,0 +1,24 @@ +xbmc tuxbox client + +pictureIcon + +you can define your own picture icon for the channel +1. open and edit the picon.xml file + name: is the channel name + png: is the filename for the channel (defaul picon size: 128x128 pixel) + +2. put the png file into the folder: \Picon\*.* + + +that's all! after connecting to your tuxbox device and listing the channels, +the defined picon in picon.xml will be used. + +you can also use the enigma "Picon plugin" (picon.xml and the icons!) +which can be download from several places. just unpack it and +copy the picon.xml and picon to this folder! + + +15.01.2005 +GeminiServer + + diff --git a/userdata/PictureIcon/picon.xml b/userdata/PictureIcon/picon.xml new file mode 100644 index 0000000000..455d53f1b5 --- /dev/null +++ b/userdata/PictureIcon/picon.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/userdata/RssFeeds.xml b/userdata/RssFeeds.xml new file mode 100644 index 0000000000..c74d461820 --- /dev/null +++ b/userdata/RssFeeds.xml @@ -0,0 +1,8 @@ + + + + + + http://feeds.feedburner.com/xbmc + + -- cgit v1.2.3