1epgsearchcats.conf(5)   Epgsearch Version 0.9.25.beta17  epgsearchcats.conf(5)
2
3
4

NAME

6       epgsearchcats.conf - Configuration of the additional EPG information
7

DESCRIPTION

9       Some EPG providers deliver additional EPG information like the type of
10       event, the video and audio format, cast,...
11
12       Using tvm2vdr or epg4vdr you can import this into vdr.  To use this
13       information with search timers one has to configure it with the file
14       epgsearchcats.conf in your plugins config directory.
15
16       Sample files for epgsearchcats.conf are delivered with the plugin in
17       the directory 'conf'.
18
19       Simply copy the one that fits for you to your plugins config directory
20       with filename epgsearchcats.conf and then have a look to the search
21       timers edit menu (after a restart of VDR).
22
23       Since setting up a new epgsearchcats.conf is a lot of work, I've added
24       a small tool 'createcats', that makes the biggest part of the job. It
25       should have been compiled with the plugin and exists in the sources
26       directory.
27
28       See createcats(1) for information about how to use it.
29
30       Internals: epgsearch scans the summary of an event for the category
31       name followed by ': ' for all categories that have a corresponding
32       value set in the search timer. The search is case sensitive regarding
33       the category name as also the value.
34

SYNTAX

36        ID|category name|name in menu|values separated by ','(option)|searchmode(option)
37
38        - 'ID' should be a unique positive integer
39          (changing the id later on will force you to re-edit your search timers!)
40        - 'category name' is the name as delivered by the EPG provider, e.g. 'Genre'
41        - 'name in menu' is the name displayed in epgsearch.
42        - 'values' is an optional list of possible values
43        - 'searchmode' specifies the search mode:
44          text comparison:
45           0  - the whole term must appear as substring
46           1  - all single terms (delimiters are ',', ';', '|' or '~')
47                must exist as substrings. This is the default search mode.
48           2  - at least one term (delimiters are ',', ';', '|' or '~')
49                must exist as substring.
50           3  - matches exactly
51           4  - regular expression
52          numerical comparison:
53           10 - less
54           11 - less or equal
55           12 - greater
56           13 - greater or equal
57           14 - equal
58           15 - not equal
59

EXAMPLE

61       (Lines are shortened for correct displaying)
62
63       Example for EPG from Hoerzu, downloaded from epgdata.com with
64       tvmovie2vdr.
65
66        1|Category|Kategorie|Information,Kinder,Musik,Serie,Show,Spielfilm,Sport|2
67
68        2|Genre|Genre|Abenteuer,Action,Wirtschaft,Wissen,Zeichentrick|2
69
70        3|Format|Video-Format|16:9,4:3|2
71
72        4|Audio|Audio|Dolby Surround,Dolby,Hoerfilm,Stereo|2
73
74        5|Year|Jahr||2
75
76        6|Cast|Besetzung||2
77
78        7|Director|Regisseur||2
79
80        8|Moderator|Moderation||2
81
82        9|Rating|Bewertung|Grossartig besonders wertvoll,Annehmbar,Schwach|2
83
84        10|FSK|FSK|6,12,16,18|2
85
86        11|Country|Land||2
87
88        12|Episode|Episode||4
89
90        13|Themes|Thema||4
91

SEE ALSO

93       epgsearch(1), "epgsearchcats.conf(5)", createcats(1)
94

AUTHOR (man pages)

96       Mike Constabel <epgsearch (at) constabel (dot) net>
97

REPORT BUGS

99       Bug reports (german):
100
101       <http://www.vdr-developer.org/mantisbt/>
102
103       Mailing list:
104
105       <http://www.vdr-developer.org/mailman/listinfo/epgsearch>
106
108       Copyright (C) 2004-2010 Christian Wieninger
109
110       This program is free software; you can redistribute it and/or modify it
111       under the terms of the GNU General Public License as published by the
112       Free Software Foundation; either version 2 of the License, or (at your
113       option) any later version.
114
115       This program is distributed in the hope that it will be useful, but
116       WITHOUT ANY WARRANTY; without even the implied warranty of
117       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
118       General Public License for more details.
119
120       You should have received a copy of the GNU General Public License along
121       with this program; if not, write to the Free Software Foundation, Inc.,
122       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Or, point
123       your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
124
125       The author can be reached at cwieninger@gmx.de
126
127       The project's page is at http://winni.vdr-developer.org/epgsearch
128
129       The MD5 code is derived from the RSA Data Security, Inc. MD5 Message-
130       Digest Algorithm.
131
132
133
134perl v5.10.0                      2010-02-01             epgsearchcats.conf(5)
Impressum