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/PictureIcon |
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/PictureIcon')
-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 |
3 files changed, 33 insertions, 0 deletions
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 |