From ef892c7fd1c07d6f8a9d44330de2e989b24e7407 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 2 Sep 2013 14:28:24 +0200 Subject: introduced possibility to ignore titles, set scrap type and substitute search strings manually --- conf/override.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/override.conf (limited to 'conf') 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 -- cgit v1.2.3