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
|
epgsearchdirs.conf(5) Epgsearch Version 0.9.24.beta9 epgsearchdirs.conf(5)
NAME
epgsearchdirs.conf - List of directories for selecting in epgsearch
DESCRIPTION
This is one source of the ’Select directory’ menu.
This file contain directories which can be used for search timers or
ordinary timers.
The items displayed are read from the following sources:
* current recording directories
* current timer directories
* directories used in search timers
* directories specified in F<epgsearchdirs.conf>
The menu merges theses directories and displays only distinct directo‐
ries. With key ’yellow’ one can change the depth of the directories
shown. If there are items, that contain category variables like
’%genre%’, these entries are always shown before any other directories.
They are also not level dependent, but are always shown with their full
directory.
If this menu is called from the timer edit menu and an item is selected
that contains the variables "%title%" or "%subtitle" then the ’file’
item of the timer gets cleared, since title or subtitle already exist
in the ’directory’ item.
SYNTAX
Each line contains a directory. You can use every variable, internal
ones those defined in epgsearchuservars.conf and the variables of the
extended EPG.
See "epgsearchcats.conf(5)" and "epgsearchuservars.conf(5)".
Internal ones:
%time% - start time in format HH:MM
%date% - start date in format TT.MM.YY
%datesh% - start date in format TT.MM.
%time_w% - weekday name
%time_d% - start day in format TT
%time_lng% - start time in seconds since 1970-01-01 00:00
%title% - title
%subtitle% - subtitle
EXAMPLE
%Category%~%Genre%
%Category%~%Genre%~%Title%~%Episode%: %Subtitle%
Information~Nature~%Title%~%Episode%: %Subtitle%
%Series%
Movie~Action
Movie~Docu
Movie~Thriller
Music
Sports
SEE ALSO
epgsearch(1), "epgsearchcats.conf(5)", "epgsearchuservars.conf(5)"
AUTHOR (man pages)
Mike Constabel <epgsearch (at) constabel (dot) net>
REPORT BUGS
Bug reports (german):
<http://www.vdr-developer.org/mantisbt/>
Mailing list:
<http://www.vdr-developer.org/mailman/listinfo/epgsearch>
COPYRIGHT and LICENSE
Copyright (C) 2004-2007 Christian Wieninger
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Or, point
your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
The author can be reached at cwieninger@gmx.de
The project’s page is at http://winni.vdr-developer.org/epgsearch
The MD5 code is derived from the RSA Data Security, Inc. MD5 Message-
Digest Algorithm.
perl v5.8.8 2007-11-04 epgsearchdirs.conf(5)
|