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

epgsearch.conf - The searchtimers

6

DESCRIPTION

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

SYNTAX

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

EXAMPLE

106        #version 2 - DON'T TOUCH THIS!
107        1:Kommissar Beck:0:::2:XffRecht: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
108        2:* SXgebrecht: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 SXgebrecht|7#|8#|9#|10#|11#|12#|13#:1:0:1:0:0:0:0:0:0
109

SEE ALSO

111       epgsearch(1)
112

AUTHOR (man pages)

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

REPORT BUGS

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