summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 15 insertions, 4 deletions
diff --git a/README b/README
index 16c11f3..1faba7d 100644
--- a/README
+++ b/README
@@ -53,7 +53,9 @@ Installation:
Install text2skin like any other plugin. In this example I assume that you have
changed to the folder where the VDR sourcecode is located, and that it is
-version 0.0.1 of the plugin you wish to install.
+version 0.0.1 of the plugin you wish to install. During the build process,
+there will be generated two files called SKINS and SKINS.de, the skin format
+documentation.
root@linux # cd PLUGINS/src
root@linux # wget http://www.magoa.net/linux/contrib/vdr-text2skin-0.0.1.tgz
@@ -63,6 +65,13 @@ root@linux # cd ../..
root@linux # make plugins
root@linux # ./vdr -P text2skin
+If you are using VDR 1.3.10, your have to apply a patch to the sources of VDR.
+This patch will hopefully be included in VDR 1.3.11.
+
+root@linux # patch -p1 < PLUGINS/src/text2skin/patches/vdr-1.3.10-scroller.diff
+root@linux # make vdr
+root@linux # ./vdr -P text2skin
+
If you are using VDR 1.3.9, you also have to apply a patch to the sources. This
patch will be included in VDR 1.3.10.
@@ -85,9 +94,11 @@ Inside that "plugins" folder, create a subfolder called "text2skin". Inside
same names as the skins residing in them. Each skin must at least have a file
carrying the same name, but ending in ".skin". Example:
-/video0/plugins/text2skin/demo/demo.skin
-/video0/plugins/text2skin/skin2/skin2.skin
-...
+Example (the Skin is called myskin):
+/video0/plugins/text2skin/
+/video0/plugins/text2skin/myskin/
+/video0/plugins/text2skin/msykin/msykin.skin
+/video0/plugins/text2skin/myskin/channeldisplay.png
The other files inside the skin-folder are additional description files (for
Themeing and Translation), images, logos and symbols.