summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2009-04-24 14:32:32 +0200
committerAndreas Mair <amair.sob@googlemail.com>2009-04-24 14:32:32 +0200
commit95977e11c0a5c1170351f2fafe400519d7b1086b (patch)
tree92259a6c6b8a7dc50ed9a0c3a2a172b204a4f54c /README
parent7b34d920b0043281d7877d1e0ece8642d27f212d (diff)
downloadvdr-plugin-skinenigmang-95977e11c0a5c1170351f2fafe400519d7b1086b.tar.gz
vdr-plugin-skinenigmang-95977e11c0a5c1170351f2fafe400519d7b1086b.tar.bz2
2009-04-25: Version 0.1.0v0.1.0
- Fixed: Calculating width of events' start times in channel info OSD (Reported by tomglx @vdr-poprtal.de). - Changed: pause scrolling when text has scrolled all to the left in scroll behaviour "to the left" (Reported by Andreas Brugger). - Reworked: (simplified) font loading/caching. - Updated Italian translation (Provided by Diego Pierotto). - Removed: ENABLE_COPYFONT define. - Changed: Reduced number of font recreations (Reported by balta @vdr-portal.de). - Added: more CA systems to text mappings in channel info OSD (Submitted by free-x @vdr-portal.de). - Added: symbol in channel info OSD if current channel has subtitles. - Changed: background colors for the DarkBlue theme (Submitted by zulu @vdr-portal.de). - Added: New option "Show CA system as text". - Changed: Reduced number of locks while drawing to OSD which increases display speed especially in menu OSD. - Added: show signal strength and signal-to-noise ratio in channel info OSD (can be disabled by setting SKINENIGMA_DISABLE_SIGNALINFO to 1). - Fixed: compiler error with certain gcc versions (Reported by C-3PO @ vdr-portal.de). - Changed: smooth scrolling text (based on skinelchi by Christoph Haubrich <christoph.haubrich (AT) web.de>). - Removed: SKINENIGMA_DISABLE_ANIMATED_TEXT define. - Changed: Replace "/" by "~" in channel logo names. - Added: new setting "Show scrollbar in menu". - Added: Override VDR's SetTabs() to adopt column widths in menu OSD to selected font size. - Added: Support subtitle tracks in tracks OSD: logo will only be shown if icons/subtitle/subtitle.xpm exists. - Fixed: missing logo in tracks OSD while using single area. - Minor bugfixes and enhancements. - Requires at least VDR v1.6.0.
Diffstat (limited to 'README')
-rw-r--r--README74
1 files changed, 42 insertions, 32 deletions
diff --git a/README b/README
index 913d9f5..6de2800 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ See the file COPYING for license information.
Requirements
------------
-- VDR version >= 1.4.0.
+- VDR version >= 1.6.0.
- Logo pack from http://andreas.vdr-developer.org/enigmang
@@ -49,27 +49,8 @@ HAVE_IMAGEMAGICK = 1
If you have installed ImageMagick and want to use images in event's
and recording's details.
-SKINENIGMA_DISABLE_ANIMATED_TEXT = 1
-Disable any code that is used for scrolling or blinking text.
-NOTE: this is only useful if you want to save some bytes because you
-can disable them in the setup too.
-
-SKINENIGMA_FONTS =
-Set the descriptions for fonts you've patched in VDR. These fonts then
-can be selected in EnigmaNG setup.
-NOTE: This is NOT the path to your TrueType fonts!!!
-
-HAVE_FREETYPE = 1
-If you have installed FreeType2 and want to use TrueTypeFonts.
-
-
-Patches
--------
-
-In the patches directory you'll find patches that might be of interest
-to you before compiling. Just check it out!
-Every patch (*.diff) has a corresponding description (*.txt). Read it
-for more information.
+SKINENIGMA_DISABLE_SIGNALINFO = 1
+Do not include code to show signal strength and signal-to-noise ratio.
Installation
@@ -179,6 +160,14 @@ Setup Options
- Show VPS
Hide or show VPS information in channel info and event info.
+- Show signal info
+ If set to yes the signal strength (top) and signal-to-noise ratio (bottom)
+ will be shown at the bottom right side of the channel info OSD.
+
+- Show CA system as text
+ Show used CA system (e.g. Cryptoworks) as text instead of symbol in the
+ channel info OSD.
+
- Show progressbar
This replaces progressbars shown with pipes (e.g. [|| ]) by a graphical
progressbar.
@@ -194,6 +183,10 @@ Setup Options
Free last line - The same as "Last line" but now the available list items
is reduced by one.
+- Show scrollbar in menu (no/yes/if required)
+ Disable or enable the scrollbar in the menu OSD. If set to "if required" the
+ scrollbar will only be visible if scrolling is possible.
+
* Logos & Symbols
@@ -268,7 +261,6 @@ Setup Options
The number of logos/symbols to keep in the cache.
* Animated Text
- NOTE: only visible if SKINENIGMA_DISABLE_ANIMATED_TEXT is not set
- Enable
This option enables scrolling of long lines and blinking of some text.
@@ -287,12 +279,12 @@ Setup Options
At the moment these areas cover the title and subtitle in the EPGs and
recordings details and the message in the message OSD.
-- Scoll behaviour (to the left/left and right)
+- Scroll behaviour (to the left/left and right)
Text can either scroll from the left to right and then start again at the
left or it can scroll from the left to the right and then back from the
right to the left (ping pong).
-- Scroll delay (ms) (50 - 1000)
+- Scroll delay (ms) (3 - 1000)
The number of milliseconds to wait before the scrolling text is moved.
- Scroll pause (ms) (500 - 2000)
@@ -327,9 +319,9 @@ Setup Options
- Replay: times
- Fixed Font
Set the font for the named area.
- If you have set HAVE_FREETYPE you can set the TrueTypeFont to use by pressing
- the blue key. Then you can select one of the TrueTypeFonts found in EnigmaNG's
- font directory (see above) and set it's size and width.
+ You can set the TrueTypeFont to use by pressing the blue key.
+ Then you can select one of the TrueTypeFonts known to fontconfig
+ and set it's size and width.
* EPGSearch
NOTE: only visible if epgsearch support is compiled in
@@ -373,7 +365,7 @@ Credits
- Rolf Ahrenberg for the Soppalusikka skin where I've lent some code.
http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/
-- Andreas Burger for the original "Enigma" for Text2Skin and his Text2Skin patches.
+- Andreas Brugger for the original "Enigma" for Text2Skin and his Text2Skin patches.
http://brougs78.vdr-developer.org/
http://www.vdr-portal.de/board/thread.php?threadid=28730
http://www.vdr-wiki.de/wiki/index.php/Entwicklung_-_Tipps_und_Tricks
@@ -409,8 +401,26 @@ Credits
http://www.vdr-portal.de/board/thread.php?postid=619867#post619867
- The translation team:
- See i18n-template.c.
-
-- Udo Richter (udo_richter @gmx.de) for po2i18n.pl.
+ English: Andreas Mair <andreas _@_ vdr-developer.org>
+ Deutsch: Andreas Mair <andreas _@_ vdr-developer.org>
+ Italiano: Diego Pierotto <vdr-italian _@_ tiscali.it>
+ Nederlands: Johan Schuring <dorpsgek @vdr-portal.de>
+ Français: Patrice Staudt <pat @vdr-portal.de>
+ Finnish: Rolf Ahrenberg <rofafor @vdr-portal.de>
+ Polski: ???
+ Español: bittor from open7x0.org <bittor7x0 _at_ gmail.com>
+ Svenska: ???
+ Russian: SergArb @vdr-portal.de / neptunvasja @vdr-portal.de
+ Eesti: ???
+ Dansk: ???
+ Czech: ???
+ Türkçe: n/a
+
+- Udo Richter (udo_richter @gmx.de) for po2i18n.pl (used in EnigmaNG < 0.1.0).
http://www.udo-richter.de/vdr/scripts.en.html#po2i18n
+
+- Christoph Haubrich <christoph.haubrich (AT) web.de> for skinelchi where I've
+ lent some code.
+ http://firefly.vdr-developer.org/skinelchi/
+
// vim:et:sw=2:ts=2: