summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-02-19 12:42:15 +0100
committerAndreas Mair <amair.sob@googlemail.com>2007-02-19 12:42:15 +0100
commitb1fa489fdbd06712add00390966defbe9a96232a (patch)
treea5d1efbbfe4f22e12bea081454502828682be134 /README
parent2ced4d35c533969fdb0ee6fa963a2fef26c50b79 (diff)
downloadvdr-plugin-skinenigmang-b1fa489fdbd06712add00390966defbe9a96232a.tar.gz
vdr-plugin-skinenigmang-b1fa489fdbd06712add00390966defbe9a96232a.tar.bz2
2007-02-19: Version 0.0.2v0.0.2
- Fixed problems in replay OSD when not using small font (Reported by several people). - Only display reruns of current event in EPG info if there are more than two reruns. - New setup option to enable/disable trying a single 8bpp OSD area. - Completed French translation (Submitted by Patrice Staudt). - Completed Finnish translation (Patch by rofafor @vdr-portal.de). - Changed defines: HAVE_EPGSEARCH to SKINENIGMA_HAVE_EPGSEARCH and NO_MENULOGO to SKINENIGMA_NO_MENULOGO (Patch by rofafor @vdr-portal.de). - Fixed crash if loading channel logos by channel id (Reported by zulu @vdr-portal.de). - Fixed gcc warning (Reported by zulu @vdr-portal.de). - Renamed theme WomansLike to WomenLike. - Some smaller fixes.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index 630844c..b77cd48 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ This is the "EnigmaNG" skin for the Video Disk Recorder (VDR).
Written by: Andreas Mair (andreas AT vdr - developer DOT org)
-Project's homepage: http://andreas.vdr-developer.org
+Project's homepage: http://andreas.vdr-developer.org/enigmang
-Latest version available at: http://andreas.vdr-developer.org
+Latest version available at: http://andreas.vdr-developer.org/enigmang
See the file COPYING for license information.
@@ -29,11 +29,11 @@ Compile time configuration
There are some configuration items you need to set before running
"make plugins" in "Make.config":
-HAVE_EPGSEARCH = 1
+SKINENIGMA_HAVE_EPGSEARCH = 1
If you are using the epgsearch plugin and want to see the number of
timer conflicts in the main menu's info area.
-NO_MENULOGO = 1
+SKINENIGMA_NO_MENULOGO = 1
This turns usage of logos in the main menu complete. This might also
improve the performance of the menus. EXPERIMENTAL!!!
@@ -53,6 +53,8 @@ Installation
> cd /put/your/path/here/VDR/PLUGINS/src
> tar -xzf /put/your/path/here/vdr-skinenigmang-X.Y.Z.tgz
> ln -s skinenigmang-X.Y.Z skinenigmang
+OR (for CVS checkout):
+> ln -s EnigmaNG skinenigmang
> cd skinenigmang
> cp -df themes/*.theme /path/to/vdrconf/themes/
@@ -68,10 +70,13 @@ Update
That's the same procedure as "Installation" but you have to remove
some things before:
+- Link to old sources
> cd /put/your/path/here/VDR/PLUGINS/src
> rm -f skinenigmang
-> rm -rf /path/to/vdrconf/plugins/skinenigmang
+- Old themes (only if you didn't change/add them!)
+> cd /path/to/vdrconf/themes/
+> rm -f EnigmaNG-*.theme
Usage
-----
@@ -108,7 +113,7 @@ Setup Options
- Show info area in main menu
This info area is shown in the main menu and it will show the current/next
- timers and the number of timer conflicts (if HAVE_EPGSEARCH has been defined).
+ timers and the number of timer conflicts (if SKINENIGMA_HAVE_EPGSEARCH has been defined).
- Show marker in lists
If enabled a small circle is drawn in front of the selected item in lists.
@@ -124,6 +129,7 @@ Setup Options
Here you can choose if the channel logo should be searched by the channel's
name (e.g. "YLETV2" -> "YLETV2.xpm") or by the channel's unique id (e.g.
"T-8438-4097-33.xpm").
+ NOTE: the available logo packs are named by channel name only!
- Channel logo cache size
The number of logos/symbols to keep in the cache.
@@ -169,5 +175,5 @@ Credits
WineRed: http://www.vdr-portal.de/board/thread.php?threadid=59416
AppleGreen: http://www.vdr-portal.de/board/thread.php?threadid=59427
-- skiller2k @vdr-portal.de for Comedy Central logo.
+- skiller2k1 @vdr-portal.de for Comedy Central logo.
http://www.vdr-portal.de/board/thread.php?postid=567887#post567887