summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-09-04 16:56:31 +0200
committerlouis <louis.braun@gmx.de>2013-09-04 16:56:31 +0200
commit225d6d6c45680b57707490bbc6b6a1d0bc21ff76 (patch)
treebcc7e9dc0e58c673b131c3caa4eca62ae4eab478 /README
parent85428922ca29e5874b5016dd995f41a391f53040 (diff)
downloadvdr-plugin-tvscraper-225d6d6c45680b57707490bbc6b6a1d0bc21ff76.tar.gz
vdr-plugin-tvscraper-225d6d6c45680b57707490bbc6b6a1d0bc21ff76.tar.bz2
added ignorePath in overrides
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
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
<PLGCFGDIR>/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
-----------------