-
Notifications
You must be signed in to change notification settings - Fork 4
/
Settings.json
49 lines (49 loc) · 1.27 KB
/
Settings.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"radarr": {
"url" : "http://192.168.1.30:7878",
"apiKey" : "87a3763f384241c2a33dfeea625681c5",
"mappingPath" : "/downloads/",
"downloadsFolder" : "/volume1/video/FilmDownloads",
"importMode" : "Move",
"timeoutSecs" : "5"
},
"sonarr": {
"url" : "http://192.168.1.30:8989",
"apiKey" : "8727e07296064e369Xcb05d3c11b9532",
"mappingPath" : "/downloads/",
"downloadsFolder" : "/volume1/video/Downloads",
"importMode" : "Copy",
"timeoutSecs" : "5",
"trimFolders" : "true",
"transforms" : [
{
"search" : "Gardeners World 2019",
"replace" : "Gardeners World Series 52"
},
{
"search" : "Beechgrove 2019",
"replace" : "The Beechgrove Garden Series 41"
},
{
"search" : "Natural World 2019-2020",
"replace" : "Natural World Series 39"
},
{
"search" : "Natural World 2016-2017",
"replace" : "Natural World Series 36"
},
{
"search" : "Location.Location.Location.S31E",
"replace" : "Location.Location.Location.S33E"
},
{
"search" : "Autumnwatch 2019 - ",
"replace" : "Autumnwatch S2019E"
},
{
"search" : "Series (\\d+) - ",
"replace" : "S$1E"
}
]
}
}