diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
commit | 8d4f8607dc1558ce73eb4c376bdbf78ddb65da83 (patch) | |
tree | d0c5dde81a36ab2e8a2edc7c1e6922556518b312 /html/en/epgsearchcats.conf.5.html | |
download | vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.gz vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.bz2 |
Initial commit
Diffstat (limited to 'html/en/epgsearchcats.conf.5.html')
-rw-r--r-- | html/en/epgsearchcats.conf.5.html | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/html/en/epgsearchcats.conf.5.html b/html/en/epgsearchcats.conf.5.html new file mode 100644 index 0000000..28c47d1 --- /dev/null +++ b/html/en/epgsearchcats.conf.5.html @@ -0,0 +1,157 @@ +<?xml version="1.0" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Epgsearch Version 0.9.24.beta9</title> +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<link rev="made" href="mailto:root@localhost" /> +</head> + +<body style="background-color: white"> + +<p><a name="__index__"></a></p> +<!-- INDEX BEGIN --> + +<ul> + + <li><a href="#name">NAME</a></li> + <li><a href="#description">DESCRIPTION</a></li> + <li><a href="#syntax">SYNTAX</a></li> + <li><a href="#example">EXAMPLE</a></li> + <li><a href="#see_also">SEE ALSO</a></li> + <li><a href="#author__man_pages_">AUTHOR (man pages)</a></li> + <li><a href="#report_bugs">REPORT BUGS</a></li> + <li><a href="#copyright_and_license">COPYRIGHT and LICENSE</a></li> +</ul> +<!-- INDEX END --> + +<hr /> +<p> +</p> +<h1><a name="name">NAME</a></h1> +<p><em>epgsearchcats.conf</em> - Configuration of the additional EPG information</p> +<p> +</p> +<hr /> +<h1><a name="description">DESCRIPTION</a></h1> +<p>Some EPG providers deliver additional EPG information like the type of +event, the video and audio format, cast,...</p> +<p>Using tvm2vdr or epg4vdr you can import this into vdr. To use this +information with search timers one has to configure it with the file +epgsearchcats.conf in your plugins config directory.</p> +<p>Sample files for <em>epgsearchcats.conf</em> are delivered with the plugin in +the directory 'conf'.</p> +<p>Simply copy the one that fits for you to your plugins config directory with +filename epgsearchcats.conf and then have a look to the search timers +edit menu (after a restart of VDR).</p> +<p>Since setting up a new <em>epgsearchcats.conf</em> is a lot of work, I've added +a small tool 'createcats', that makes the biggest part of the job. It +should have been compiled with the plugin and exists in the sources +directory.</p> +<p>See <code>createcats(1)</code> for information about how to use it.</p> +<p><strong>Internals:</strong> epgsearch scans the summary of an event for the category +name followed by ': ' for all categories that have a corresponding +value set in the search timer. The search is case sensitive regarding +the category name as also the value.</p> +<p> +</p> +<hr /> +<h1><a name="syntax">SYNTAX</a></h1> +<pre> + ID|category name|name in menu|values separated by ','(option)|searchmode(option)</pre> +<pre> + - 'ID' should be a unique positive integer + (changing the id later on will force you to re-edit your search timers!) + - 'category name' is the name as delivered by the EPG provider, e.g. 'Genre' + - 'name in menu' is the name displayed in epgsearch. + - 'values' is an optional list of possible values + - 'searchmode' specifies the search mode: + text comparison: + 0 - the whole term must appear as substring + 1 - all single terms (delimiters are ',', ';', '|' or '~') + must exist as substrings. This is the default search mode. + 2 - at least one term (delimiters are ',', ';', '|' or '~') + must exist as substring. + 3 - matches exactly + 4 - regular expression + numerical comparison: + 10 - less + 11 - less or equal + 12 - greater + 13 - greater or equal + 14 - equal + 15 - not equal</pre> +<p> +</p> +<hr /> +<h1><a name="example">EXAMPLE</a></h1> +<p>(Lines are shortened for correct displaying)</p> +<p>Example for EPG from Hörzu, downloaded from epgdata.com with tvmovie2vdr.</p> +<pre> + 1|Category|Kategorie|Information,Kinder,Musik,Serie,Show,Spielfilm,Sport|2</pre> +<pre> + 2|Genre|Genre|Abenteuer,Action,Wirtschaft,Wissen,Zeichentrick|2</pre> +<pre> + 3|Format|Video-Format|16:9,4:3|2</pre> +<pre> + 4|Audio|Audio|Dolby Surround,Dolby,Hoerfilm,Stereo|2</pre> +<pre> + 5|Year|Jahr||2</pre> +<pre> + 6|Cast|Besetzung||2</pre> +<pre> + 7|Director|Regisseur||2</pre> +<pre> + 8|Moderator|Moderation||2</pre> +<pre> + 9|Rating|Bewertung|Großartig besonders wertvoll,Annehmbar,Schwach|2</pre> +<pre> + 10|FSK|FSK|6,12,16,18|2</pre> +<pre> + 11|Country|Land||2</pre> +<pre> + 12|Episode|Episode||4</pre> +<pre> + 13|Themes|Thema||4</pre> +<p> +</p> +<hr /> +<h1><a name="see_also">SEE ALSO</a></h1> +<p><code>epgsearch(1)</code>, <code>epgsearchcats.conf(5)</code>, <code>createcats(1)</code></p> +<p> +</p> +<hr /> +<h1><a name="author__man_pages_">AUTHOR (man pages)</a></h1> +<p>Mike Constabel <epgsearch (at) constabel (dot) net></p> +<p> +</p> +<hr /> +<h1><a name="report_bugs">REPORT BUGS</a></h1> +<p>Bug reports (german):</p> +<p><a href="http://www.vdr-developer.org/mantisbt/">http://www.vdr-developer.org/mantisbt/</a></p> +<p>Mailing list:</p> +<p><a href="http://www.vdr-developer.org/mailman/listinfo/epgsearch">http://www.vdr-developer.org/mailman/listinfo/epgsearch</a></p> +<p> +</p> +<hr /> +<h1><a name="copyright_and_license">COPYRIGHT and LICENSE</a></h1> +<p>Copyright (C) 2004-2007 Christian Wieninger</p> +<p>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.</p> +<p>This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.</p> +<p>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 <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</a></p> +<p>The author can be reached at <a href="mailto:cwieninger@gmx.de">cwieninger@gmx.de</a></p> +<p>The project's page is at <a href="http://winni.vdr-developer.org/epgsearch">http://winni.vdr-developer.org/epgsearch</a></p> +<p>The MD5 code is derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.</p> + +</body> + +</html> |