diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-01-08 20:39:07 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-01-08 20:39:07 +0100 |
commit | 50828c595b4967074a9e0e3cef8cef1b64c9d2e1 (patch) | |
tree | 969e6674a88b9bb835192107cad593154e6e7a06 /doc-src/en/epgsearch.4.txt | |
parent | eedb728f5e2f48607a739d15d3ba1053728684ab (diff) | |
download | vdr-plugin-epgsearch-50828c595b4967074a9e0e3cef8cef1b64c9d2e1.tar.gz vdr-plugin-epgsearch-50828c595b4967074a9e0e3cef8cef1b64c9d2e1.tar.bz2 |
sort search timers by timer priority and search term
Diffstat (limited to 'doc-src/en/epgsearch.4.txt')
-rw-r--r-- | doc-src/en/epgsearch.4.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt index d588d94..72628be 100644 --- a/doc-src/en/epgsearch.4.txt +++ b/doc-src/en/epgsearch.4.txt @@ -207,9 +207,10 @@ time, duration, week day) are checked. =head1 4. How do Search Timers work? -With each update, the plugin searches for new matches of your search -timers. If a new match is found then a new timer is created. For -serial recordings, the subtitle is appended to the recording +With each update, the plugin first sorts the search timers by timer +priority (descending) and search term and then searches for new matches +of your search timers. If a new match is found then a new timer is created. +For serial recordings, the subtitle is appended to the recording directory. Many providers deliver the subtitle just 1-2 days before the event. The plugin uses then a date/time string for the subtitle, but replaces this one later if the subtitle is present. |