blob: b77cd48d02892adc415e3f86cdfbb79bc4eff802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
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/enigmang
Latest version available at: http://andreas.vdr-developer.org/enigmang
See the file COPYING for license information.
Requirements
------------
- VDR version >= 1.4.0.
- Logo pack from http://andreas.vdr-developer.org/enigmang
Description
-----------
"EnigmaNG" is a standalone skin based on the "Enigma" text2skin addon.
Compile time configuration
--------------------------
There are some configuration items you need to set before running
"make plugins" in "Make.config":
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.
SKINENIGMA_NO_MENULOGO = 1
This turns usage of logos in the main menu complete. This might also
improve the performance of the menus. EXPERIMENTAL!!!
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.
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/
> cd /put/your/path/here/VDR
> make
> make plugins
> ./vdr -P skinenigmang
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
- Old themes (only if you didn't change/add them!)
> cd /path/to/vdrconf/themes/
> rm -f EnigmaNG-*.theme
Usage
-----
In VDR go to the OSD settings menu and select the skin "EnigmaNG"
Setup Options
-------------
- Show auxiliary information top/bottom
Here you can set where you want to have the auxiliary information
when you open an event's or recording's info screen. This information
includes for a recording its channel, size, priority, lifetime, audio
languages and some values that selected plugins (epgsearch, VDRAdmin-AM,
pin) have set. For an event the audio languages are shown.
- Show remaining/elapsed time
Here you can set if you want to read the number of minutes an event is
already running (preceded by "+") or the number of minutes an event will
run (preceded by "-") in the channel info.
- Show symbols in lists
This replaces "T", "t", "V"... in the EPG views symbols.
- Show progressbar
This replaces progressbars shown with pipes (e.g. [|| ]) by a graphical
progressbar.
- Show symbols
Here you can enable or disable the large symbols shown in top right corner
of the main menu, the recordings info and the event info and the "background"
symbol of the mode symbol when replaying recordings.
- 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 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.
- Show VPS
Hide or show VPS information in channel info and event info.
- Show channel logos
Hide or show channel logos in channel info.
- Identify channel by name/data
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.
Notes
-----
- Only XPM format is supported for channel logos: 80x80 pixels and
13 colors (6 colors on DXR3) or less recommended.
- If you'll add new channels logos on the fly, remember to flush the
channel logo cache.
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.
http://brougs78.vdr-developer.org/
http://www.vdr-portal.de/board/thread.php?threadid=28730
- Sascha Volkenandt for Text2Skin where I've lent some code.
http://linux.kompiliert.net/
- Speedbomb for the hqlogos.
http://www.speedbomb.de/hobby/myhtpc/index.php?view=logos
- zulu @vdr-portal.de for some symbols.
http://www.vdr-portal.de/board/thread.php?postid=514251#post514251
- Thomas @vdr-portal.de for some logos.
http://senderlogos.vdr-developer.org/
- FrankJepsen @vdr-portal.de for some logos.
http://www.vdr-portal.de/board/thread.php?postid=531412#post531412
- chrisz @vdr-portal.de for some radio logos and original Enigma themes.
WomensLike: http://www.vdr-portal.de/board/thread.php?threadid=59651
WineRed: http://www.vdr-portal.de/board/thread.php?threadid=59416
AppleGreen: http://www.vdr-portal.de/board/thread.php?threadid=59427
- skiller2k1 @vdr-portal.de for Comedy Central logo.
http://www.vdr-portal.de/board/thread.php?postid=567887#post567887
|