From 1d3cd38e88ae97dd6906f9818d52b9ef07bf057d Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 16 Jun 2004 18:50:57 +0000 Subject: - fixed disappearing Scrolltext when Message was displayed - fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display any other items than "Symbol" - fixed the above for all replay- and channel-symbols (for all display-items that can be symbols there must be path, altpath or both to tell the plugin if that item is to be drawn if the symbol is on, off or in both cases) - fixed various memory leaks and missing destructions (valgrind rox) - fixed the image loaders to respect the alpha value and palette properly (this hopefully also fixes the phenomenon that images "get lost" after some time) - added display-item "Scrollbar" - SKINS and SKINS.de are now generated during the make --- README | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'README') 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. -- cgit v1.2.3