diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2010-12-31 13:16:57 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2010-12-31 13:16:57 +0100 |
commit | 2c3ba62dcfa8b55d7dd658f0596ea13415a59780 (patch) | |
tree | 50ff389b43b3232608bf8310afda15e40ddaaa41 /doc-src/en/epgsearch.1.txt | |
parent | c70415340f58c46e0565acab42ca4ff158a19b8d (diff) | |
download | vdr-plugin-epgsearch-2c3ba62dcfa8b55d7dd658f0596ea13415a59780.tar.gz vdr-plugin-epgsearch-2c3ba62dcfa8b55d7dd658f0596ea13415a59780.tar.bz2 |
support for content descriptors in search timers
Diffstat (limited to 'doc-src/en/epgsearch.1.txt')
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index c1cac52..4fb7680 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -214,6 +214,13 @@ libpcre from www.pcre.org, but it's already part of most distributions). See also C<epgsearch(4)> 'Description of the search process'. +=item - B<Use content descriptor> + +Some providers deliver content descriptors in their EPG, like "Movie/Drama", +"Documentation",...(available with vdr-1.7.11) +Select here the descriptors to search for. Multiple choice is possible, that +must match with all given descriptors (AND operator). + =item - B<Use extended EPG info:> Only available if configured, see below 'Using extended EPG info'. @@ -939,7 +946,13 @@ See C<epgsearch(4)>. =head1 4. Using extended EPG info Some EPG providers deliver additional EPG information like the type of -event, the video and audio format, cast,... +event, the video and audio format, cast,... in the content summary. + +Note: This is different from the content descriptors introduced in vdr-1.7.11, +that are delivered as extra data with a common standard. Unfortunately not +all providers deliver this data, or the set wrong descriptors. So you can +use the approach of 'extended EPG info' here, which is a way to extract that +info from the content summary. Using tvm2vdr or epg4vdr you can import this into vdr. To use this information with search timers one has to configure it |