diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /userdata |
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')
-rw-r--r-- | userdata/LCD.xml | 38 | ||||
-rw-r--r-- | userdata/ModeLines_template.xml | 22 | ||||
-rw-r--r-- | userdata/PictureIcon/Picon/tuxbox.png | bin | 0 -> 20598 bytes | |||
-rw-r--r-- | userdata/PictureIcon/Readme.txt | 24 | ||||
-rw-r--r-- | userdata/PictureIcon/picon.xml | 9 | ||||
-rw-r--r-- | userdata/RssFeeds.xml | 8 |
6 files changed, 101 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> 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 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<modelines> + <modeline id="ATSC-480-60i" label="480i/60"> + 11.97 640 664 736 760 480 484 492 525 Interlace + </modeline> + + <modeline id="ATSC-480-60" label="480p/60"> + 23.94 640 664 736 760 480 484 492 525 + </modeline> + + <modeline id="ATSC-720-60" label="720p/60"> + 74.25 1280 1320 1376 1650 720 722 728 750 + </modeline> + + <modeline id="ATSC-1080-60i" label="1080i/60"> + 74.25 1920 1960 2016 2200 1080 1082 1088 1125 Interlace + </modeline> + + <modeline id="ATSC-1080-60p" label="1080p/60"> + 148.5 1920 1960 2016 2200 1080 1082 1088 1125 + </modeline> +</modelines> diff --git a/userdata/PictureIcon/Picon/tuxbox.png b/userdata/PictureIcon/Picon/tuxbox.png Binary files differnew file mode 100644 index 0000000000..5f40e8e45e --- /dev/null +++ b/userdata/PictureIcon/Picon/tuxbox.png 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) + <service name="das erste" png="ard.png" /> +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 @@ +<!-- XBMC TuxBox Client - PictureIcon XML!--> +<!-- 15.01.2007 GeminiServer !--> +<picon> + <services> + <!-- name: here comes the channel name !--> + <!-- png: this is the picture icon png file, which must be located in \Picon\*.* folder!--> + <service name="tuxbox" png="tuxbox.png" /> + </services> +</picon>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<rssfeeds> + <!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !--> + <!-- To use different sets in your skin, each must be called from skin with a unique id. !--> + <set id="1"> + <feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed> + </set> +</rssfeeds> |