-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
39 lines (35 loc) · 1.1 KB
/
config.ini
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
[Lidarr]
api_key = yourlidarrapikeygoeshere
host_url = http://localhost:8686
download_dir = /lidarr/path/to/slskd/downloads
enabled = True
[Readarr]
api_key = yourreadarrapikeygoeshere
host_url = http://localhost:8787
download_dir = /readarr/path/to/slskd/downloads
enabled = True
[Slskd]
api_key = yourslskdapikeygoeshere
host_url = http://localhost:5030
download_dir = /path/to/your/Slskd/downloads
[Release Settings]
use_most_common_tracknum = True
allow_multi_disc = True
accepted_countries = Europe,Japan,United Kingdom,United States,[Worldwide],Australia,Canada
accepted_formats = CD,Digital Media,Vinyl
[Search Settings]
search_timeout = 5000
maximum_peer_queue = 50
minimum_peer_upload_speed = 1
allowed_filetypes = flac,mp3
readarr_allowed_filetypes = epub,mobi
ignored_users = User1,User2,Fred,Bob
search_for_tracks = True
album_prepend_artist = False
book_prepend_author = False
search_type = incrementing_page
number_of_albums_to_grab = 10
number_of_books_to_grab = 10
remove_wanted_on_failure = False
title_blacklist = BlacklistWord1,blacklistword2
readarr_title_blacklist = BlacklistWord1,blacklistword2