diff options
| author | louis <louis.braun@gmx.de> | 2013-09-02 14:28:24 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2013-09-02 14:28:24 +0200 |
| commit | ef892c7fd1c07d6f8a9d44330de2e989b24e7407 (patch) | |
| tree | b4269cd83c8d16e56e7a6e51fa2df5091fe6ecff /conf | |
| parent | 3c0a62177d4e343991e26d125272a3ee90c99203 (diff) | |
| download | vdr-plugin-tvscraper-ef892c7fd1c07d6f8a9d44330de2e989b24e7407.tar.gz vdr-plugin-tvscraper-ef892c7fd1c07d6f8a9d44330de2e989b24e7407.tar.bz2 | |
introduced possibility to ignore titles, set scrap type and substitute search strings manually
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/override.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/override.conf b/conf/override.conf new file mode 100644 index 0000000..b9d523c --- /dev/null +++ b/conf/override.conf @@ -0,0 +1,23 @@ +# tvscraper override.conf +# ----------------------------------------------------------------- +# Usage +# ----------------------------------------------------------------- +# ignore EPG Entries or recordings with title "string" completely +# ----------------------------------------------------------------- +# ignore;string +# ----------------------------------------------------------------- +# define scrap type if type of EPG event or recording with title +# "string" is not detected correctly +# type is either "series" or "movie" +# ----------------------------------------------------------------- +# settype;string;type +# ----------------------------------------------------------------- +# always substitute search string of EPG event or recording with +# title "string" with "substitution" +# ----------------------------------------------------------------- +# substitute;string;substitution +# ----------------------------------------------------------------- + +ignore;Galileo +settype;Tatort;series +settype;Sherlock;series |
