1epgsearch.conf(5)           Epgsearch Version 2.4.1          epgsearch.conf(5)
2
3
4

NAME

6       epgsearch.conf - The searchtimers
7

DESCRIPTION

9       This file contains the searchtimers.
10
11       Do not edit it manually, you should use SVDRP.
12

SYNTAX

14       Due to some new features there was a change in the format. The format
15       is now signed with a comment in the first line. The field delimiter is
16       ':':
17
18         1 - unique search timer id
19         2 - the search term
20         3 - use time? 0/1
21         4 - start time in HHMM
22         5 - stop time in HHMM
23         6 - use channel? 0 = no,  1 = Interval, 2 = Channel group, 3 = FTA only
24         7 - if 'use channel' = 1 then channel id[|channel id] in VDR format,
25             one entry or min/max entry separated with |, if 'use channel' = 2
26             then the channel group name
27         8 - match case? 0/1
28         9 - search mode:
29             0 - the whole term must appear as substring
30             1 - all single terms (delimiters are blank,',', ';', '|' or '~')
31                 must exist as substrings.
32             2 - at least one term (delimiters are blank, ',', ';', '|' or '~')
33                 must exist as substring.
34             3 - matches exactly
35             4 - regular expression
36        10 - use title? 0/1
37        11 - use subtitle? 0/1
38        12 - use description? 0/1
39        13 - use duration? 0/1
40        14 - min duration in hhmm
41        15 - max duration in hhmm
42        16 - use as search timer? 0/1
43        17 - use day of week? 0/1
44        18 - day of week (0 = Sunday, 1 = Monday...;
45             -1 Sunday, -2 Monday, -4 Tuesday, ...; -7 Sun, Mon, Tue)
46        19 - use series recording? 0/1
47        20 - directory for recording
48        21 - priority of recording
49        22 - lifetime of recording
50        23 - time margin for start in minutes
51        24 - time margin for stop in minutes
52        25 - use VPS? 0/1
53        26 - action:
54             0 = create a timer
55             1 = announce only via OSD (no timer)
56             2 = switch only (no timer)
57             3 = announce via OSD and switch (no timer)
58             4 = announce via mail
59        27 - use extended EPG info? 0/1
60        28 - extended EPG info values. This entry has the following format
61             (delimiter is '|' for each category, '#' separates id and value):
62             1 - the id of the extended EPG info category as specified in
63                 epgsearchcats.conf
64             2 - the value of the extended EPG info category
65                 (a ':' will be translated to "!^colon^!", e.g. in "16:9")
66        29 - avoid repeats? 0/1
67        30 - allowed repeats
68        31 - compare title when testing for a repeat? 0/1
69        32 - compare subtitle when testing for a repeat? 0/1/2
70             0 - no
71             1 - yes
72             2 - yes or both empty
73        33 - compare description when testing for a repeat? 0/1
74        34 - compare extended EPG info when testing for a repeat?
75             This entry is a bit field of the category IDs.
76        35 - accepts repeats only within x days
77        36 - delete a recording automatically after x days
78        37 - but keep this number of recordings anyway
79        38 - minutes before switch (if action = 2)
80        39 - pause if x recordings already exist
81        40 - blacklist usage mode (0 none, 1 selection, 2 all)
82        41 - selected blacklist IDs separated with '|'
83        42 - fuzzy tolerance value for fuzzy searching
84        43 - use this search in favorites menu (0 no, 1 yes)
85        44 - id of a menu search template
86        45 - auto deletion mode (0 don't delete search timer, 1 delete after given
87             count of recordings, 2 delete after given days after first recording)
88        46 - count of recordings after which to delete the search timer
89        47 - count of days after the first recording after which to delete the search
90             timer
91        48 - first day where the search timer is active (see parameter 16)
92        49 - last day where the search timer is active (see parameter 16)
93        50 - ignore missing EPG categories? 0/1
94        51 - unmute sound if off when used as switch timer
95        52 - percentage of match when comparing the summary of two events (with 'avoid repeats')
96        53 - HEX representation of the content descriptors, each descriptor ID is represented with 2 chars
97        54 - compare date when testing for a repeat? (0=no, 1=same day, 2=same week, 3=same month)
98
99       A ':' in the search term or the directory entry will be translated in a
100       '|'. If a '|' exists in the search term, e.g. when using regular
101       expressions, it will be translated to "!^pipe^!" (I know it's ugly ;-))
102
103       There's no need to fill all fields, only the first 11 fields must
104       exist.
105

EXAMPLE

107        #version 2 - DON'T TOUCH THIS!
108        1:Kommissar Beck:0:::2:�ffRecht:0:0:1:0:0:0:::1:0:0:1:%Category%~%Genre%:50:99:10:60:0:0:0::1:0:1:1:0:0:0:0:0
109        2:* S�gebrecht:0:::2:Hauptsender:0:0:0:0:0:0:::0:0:0:0:%Category%~%Genre%:50:99:10:10:0:0:1:1#|2#|3#|4#|5#|6#Marianne S�gebrecht|7#|8#|9#|10#|11#|12#|13#:1:0:1:0:0:0:0:0:0
110

SEE ALSO

112       epgsearch(1)
113

AUTHOR (man pages)

115       Mike Constabel <epgsearch (at) constabel (dot) net>
116

REPORT BUGS

118       Bug reports (german):
119
120       <http://projects.vdr-developer.org/projects/plg-epgsearch>
121
122       Mailing list:
123
124       <http://www.vdr-developer.org/mailman/listinfo/epgsearch>
125
127       Copyright (C) 2004-2010 Christian Wieninger
128
129       This program is free software; you can redistribute it and/or modify it
130       under the terms of the GNU General Public License as published by the
131       Free Software Foundation; either version 2 of the License, or (at your
132       option) any later version.
133
134       This program is distributed in the hope that it will be useful, but
135       WITHOUT ANY WARRANTY; without even the implied warranty of
136       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
137       General Public License for more details.
138
139       You should have received a copy of the GNU General Public License along
140       with this program; if not, write to the Free Software Foundation, Inc.,
141       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Or, point
142       your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
143
144       The author can be reached at cwieninger@gmx.de
145
146       The project's page is at http://winni.vdr-developer.org/epgsearch
147
148       The MD5 code is derived from the RSA Data Security, Inc. MD5 Message-
149       Digest Algorithm.
150
151
152
153perl v5.34.0                      2022-02-03                 epgsearch.conf(5)
Impressum