Skip to content

Commit

Permalink
add example toml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed May 29, 2024
1 parent 7d75cba commit 8d2f09c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[default]
cache_dir = "~/.cache/subliminal"

[provider.opensubtitlescom]
username = "python-subliminal-test"
password = "subliminal"
apikey = "mij33pjc3kOlup1qOKxnWWxvle2kFbMH"

[provider.addic7ed]
username = "subliminal"
password = "subliminal"

[refiner.omdb]
apikey = "44d5b275"

[refiner.tmdb]
apikey = "xxxxxxxxx"

[download]
provider = ["addic7ed", "opensubtitlescom", "opensubtitles"]
refiner = ["metadata", "hash", "omdb", "tvdb"]
language = ["fr", "en", "pt-br"]
encoding = "utf-8"
min_score = 50
archives = true
verbose = 3

0 comments on commit 8d2f09c

Please sign in to comment.