diff options
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 |
