-
-
Notifications
You must be signed in to change notification settings - Fork 315
Expand file tree
/
Copy pathconfig.toml
More file actions
29 lines (24 loc) · 574 Bytes
/
config.toml
File metadata and controls
29 lines (24 loc) · 574 Bytes
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
[default]
cache_dir = "~/.cache/subliminal"
[provider.opensubtitlescom]
username = "subliminal"
password = "subliminal"
apikey = "mij33pjc3kOlup1qOKxnWWxvle2kFbMH"
[provider.addic7ed]
username = "subliminal"
password = "subliminal"
timeout = 20
[refiner.omdb]
apikey = "44d5b275"
[refiner.tmdb]
apikey = "xxxxxxxxx"
[download]
provider = ["addic7ed", "opensubtitlescom", "opensubtitles"]
refiner = ["metadata", "hash", "omdb"]
ignore_refiner = ["tmdb"]
language = ["fr", "en", "pt-br"]
foreign_only = false
encoding = "utf-8"
min_score = 50
archives = true
verbose = 3