1createcats(1) Epgsearch Version 2.4.1 createcats(1)
2
3
4
6 createcats - helps you creating your own epgsearchcats.conf
7
9 createcats [OPTIONS] /path_to/epg.data
10
12 This tool is deliverd with the plugin and should exist in the plugins
13 source directory after compilation. It helps you in creating your own
14 epgsearchcats.conf, if the samples in directory 'conf' don't fit your
15 needs.
16
17 createcats takes your epg.data as argument and scans it for suitable
18 EPG infos. Such an info is a set of a category name and a coresponding
19 value at the beginning of a line (represented with '|') and has the
20 form '|category: value', e.g.
21
22 |Genre: Action
23
24 So simply call it with
25
26 createcats /path_to/epg.data
27
28 The output is a file epgsearchcats.conf, that should be copied to your
29 plugins config dir. Before using it, you should do some customizing,
30 since not all things in the file will be suitable to be used as
31 extended EPG info.
32
34 The full set of arguments is:
35
36 usage: createcats [OPTIONS] /path_to/epg.data
37
38 -m N, --minappearance=N the minimum number a category has to appear
39 to be used
40 -v N, --maxvalues=N values of a category are omitted if they exceed
41 this number
42 -l N, --maxlength=N the maximum length of a text to be accepted
43 as a category value
44 -h, --help this help
45
46 Some notes:
47
48 -m N, --minappearance=N
49 createcats counts how often a category is used in your current
50 epg.data. If this is less than N, then this category will not be
51 part of the resulting epgsearchcats.conf.
52
53 -v N, --maxvalues=N
54 if the number of values for a category is more than N then
55 createcats will not output a value list for this category. As a
56 consequence in epgsearch the menu item gets an edit item, that can
57 be filled with every text. Else, the item gets a selection item,
58 that lets you select from a list of values.
59
60 -l N, --maxlength=N
61 if the text length of a value is more than N, this value is not
62 part of the value list.
63
64 Hint: Results are best, if your current EPG is as big as possible. So
65 update it, if you are using an external EPG provider, before calling
66 createcats.
67
68 Please edit this file now, since it will contain also things not
69 suitable.
70
71 After that copy it to your plugins config directory.
72
74 epgsearch(1), epgsearch(4), "epgsearchcats.conf(5)"
75
77 Mike Constabel <epgsearch (at) constabel (dot) net>
78
80 Bugreports (german):
81
82 <http://projects.vdr-developer.org/projects/plg-epgsearch>
83
84 Mailinglist:
85
86 <http://www.vdr-developer.org/mailman/listinfo/epgsearch>
87
89 Copyright (C) 2004-2010 Christian Wieninger
90
91 This program is free software; you can redistribute it and/or modify it
92 under the terms of the GNU General Public License as published by the
93 Free Software Foundation; either version 2 of the License, or (at your
94 option) any later version.
95
96 This program is distributed in the hope that it will be useful, but
97 WITHOUT ANY WARRANTY; without even the implied warranty of
98 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
99 General Public License for more details.
100
101 You should have received a copy of the GNU General Public License along
102 with this program; if not, write to the Free Software Foundation, Inc.,
103 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Or, point
104 your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
105
106 The author can be reached at cwieninger@gmx.de
107
108 The project's page is at http://winni.vdr-developer.org/epgsearch
109
110 The MD5 code is derived from the RSA Data Security, Inc. MD5 Message-
111 Digest Algorithm.
112
113
114
115perl v5.34.0 2022-02-03 createcats(1)