From 5c5359cf94bf9de90d6eb10daa2c83db30cfb06e Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 7 May 2012 19:14:03 +0200 Subject: format specifier in epgsearchcats.conf, thanks to Joe_D for a patch --- doc-src/de/epgsearchcats.conf.5.txt | 4 +++- doc-src/en/epgsearchcats.conf.5.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc-src') diff --git a/doc-src/de/epgsearchcats.conf.5.txt b/doc-src/de/epgsearchcats.conf.5.txt index 884dbe1..69a9bb0 100644 --- a/doc-src/de/epgsearchcats.conf.5.txt +++ b/doc-src/de/epgsearchcats.conf.5.txt @@ -34,10 +34,12 @@ Auszug aus einer F: The order of items determines the order listed in epgsearch. It does not depend on the ID, which is used by epgsearch. Format: - ID|category name|name in menu|values separated by ',' (option)|searchmode + ID|category name(,format)|name in menu|values separated by ',' (option)|searchmode - 'ID' should be a unique positive integer (changing the id later on will force you to reedit your search timers!) - 'category name' is the name in your epg.data + you can optinally add a format specifier for numeric values e.g. + Episode,%02i - 'name in menu' is the name displayed in epgsearch. - 'values' is an optional list of possible values if you omit the list, the entry turns to an edit field in epgsearch, diff --git a/doc-src/en/epgsearchcats.conf.5.txt b/doc-src/en/epgsearchcats.conf.5.txt index 149e269..2aae3a5 100644 --- a/doc-src/en/epgsearchcats.conf.5.txt +++ b/doc-src/en/epgsearchcats.conf.5.txt @@ -32,11 +32,13 @@ the category name as also the value. =head1 SYNTAX - ID|category name|name in menu|values separated by ','(option)|searchmode(option) + ID|category name(,format)|name in menu|values separated by ','(option)|searchmode(option) - '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' + you can optionally provide a format specifier for numeric values, e.g. + Episode,%02i - 'name in menu' is the name displayed in epgsearch. - 'values' is an optional list of possible values - 'searchmode' specifies the search mode: -- cgit v1.2.3