-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-sample.json
61 lines (61 loc) · 1.81 KB
/
config-sample.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
50
51
52
53
54
55
56
57
58
59
60
61
{
"DateFormat": "yyyy.MM.dd_HH.mm.ss",
"ProcessPath": "C:\\TEMP\\Torrent\\PROCD",
"LogArchivePath": "C:\\TEMP\\Torrent\\PROCD\\_LOGS",
"DownloadRootPath": "C:\\TEMP\\Torrent\\Downloads",
"Label": {
"TV": "TV",
"Movie": "Movie"
},
"Tools": {
"WinRarPath": "C:\\Program Files\\WinRAR\\rar.exe",
"MKVMergePath": "C:\\Program Files\\MKVToolNix\\mkvmerge.exe",
"MKVExtractPath": "C:\\Program Files\\MKVToolNix\\mkvextract.exe",
"SubtitleEditPath": "C:\\GitHub\\SubtitleEdit\\SubtitleEdit.exe"
},
"Mail": {
"To": "[email protected]",
"From": "[email protected]",
"FromName": "TorrentScript",
"SMTPserver": "smtp.mail.com",
"SMTPport": "465",
"SMTPuser": "[email protected]",
"SMTPpass": "Password123"
},
"OpenSub": {
"User": "user",
"Password": "Password123",
"API": "2028C39D",
"hearing_impaired" : "exclude",
"foreign_parts_only" : "exclude",
"machine_translated" : "exclude",
"ai_translated" : "include"
},
"WantedLanguages": [
"eng",
"dut"
],
"SubtitleNamesToRemove": [
"Forced"
],
"qBittorrent": {
"Host": "http://localhost",
"Port": "8080",
"User": "admin",
"Password": "adminadmin"
},
"Medusa": {
"Host": "localhost",
"Port": "8081",
"APIKey": "4D5F5811CBE94B7299174D739DEC497E",
"TimeOutMinutes": "15",
"RemotePath": "C:\\TEMP\\Torrent\\Medusa"
},
"Radarr": {
"Host": "localhost",
"Port": "7878",
"APIKey": "90E0C5B2A1F94D5D81E7D4D5AB62F67E",
"TimeOutMinutes": "15",
"RemotePath": "C:\\TEMP\\Torrent\\Radarr"
}
}