diff options
author | Matthias Kortstiege <mkortstiege@kodi.tv> | 2015-03-06 17:51:24 +0100 |
---|---|---|
committer | Matthias Kortstiege <mkortstiege@kodi.tv> | 2015-03-06 17:52:36 +0100 |
commit | 121b3fc90d1d9400eade4aee9973b3374bcdfae6 (patch) | |
tree | c63d16e10c3468758fb15f73430a26a8b2e32e6d /userdata | |
parent | af23c4e8f233a1070eaabf30b5fa25ccc31dab3d (diff) |
[tuxbox] remove internal tuxbox support
Diffstat (limited to 'userdata')
-rw-r--r-- | userdata/PictureIcon/Picon/tuxbox.png | bin | 20598 -> 0 bytes | |||
-rw-r--r-- | userdata/PictureIcon/Readme.txt | 24 | ||||
-rw-r--r-- | userdata/PictureIcon/picon.xml | 10 |
3 files changed, 0 insertions, 34 deletions
diff --git a/userdata/PictureIcon/Picon/tuxbox.png b/userdata/PictureIcon/Picon/tuxbox.png Binary files differdeleted file mode 100644 index 5f40e8e45e..0000000000 --- a/userdata/PictureIcon/Picon/tuxbox.png +++ /dev/null diff --git a/userdata/PictureIcon/Readme.txt b/userdata/PictureIcon/Readme.txt deleted file mode 100644 index a69a57c421..0000000000 --- a/userdata/PictureIcon/Readme.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index 8a32a26c4a..0000000000 --- a/userdata/PictureIcon/picon.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- 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 |