From 225d6d6c45680b57707490bbc6b6a1d0bc21ff76 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 4 Sep 2013 16:56:31 +0200 Subject: added ignorePath in overrides --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1180854..03df995 100644 --- a/README +++ b/README @@ -95,7 +95,8 @@ not reasonable to scrap, because they reoccur constantly but deliver wrong results everytime, or tvscraper searchs for a movie instead of a series (for instance german "Tatort"). In such cases it is possible to use /override.conf to adjust the scraping behaviour. Each line in -this file has to start either with "ignore", "settype" or "substitute": +this file has to start either with "ignore", "settype", "substitute" or +"ignorePath": - Ignore specific EPG Events or recordings: just create a line in the format ignore;string @@ -107,6 +108,9 @@ this file has to start either with "ignore", "settype" or "substitute": - Substitute Search String: substitute;string;substitution "string" is replaced by "substitution" in every search. +- Ignore all recordings in a deditcatd directory: + ignorePath;string + "string" can be any substring of a recording path, e.g. "music/" Service Interface ----------------- -- cgit v1.2.3