blob: e8e9c5ad7fe04c4046180fcc87efbd501d29384c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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 a complete path while scanning video directory
# "string" can be any substring of a recording path, e.g. "music/"
# -----------------------------------------------------------------
# ignorePath;string
ignore;Galileo
settype;Tatort;series
settype;Sherlock;series
|