File tree Expand file tree Collapse file tree 3 files changed +1044
-575
lines changed
Expand file tree Collapse file tree 3 files changed +1044
-575
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Soularr reads all of your "wanted" albums/artists from Lidarr and downloads them
1717
1818![ Soularr_small] ( https://github.com/user-attachments/assets/15c47a82-ddf2-40e3-b143-2ad7f570730f )
1919
20- After the downloads are complete in Slskd the script will tell Lidarr to import the downloaded files, making it a truly hands off process.
20+ As downloads complete in Slskd the script will automatically tell Lidarr to import the files, making it a truly hands off process.
2121
2222# Setup
2323
@@ -223,6 +223,8 @@ number_of_albums_to_grab = 10
223223remove_wanted_on_failure = False
224224# Blacklist words in album or track titles (case-insensitive)
225225title_blacklist = Word1,word2
226+ # Blacklist words in search query (case-insensitive)
227+ search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
226228# Lidarr search source: "missing" or "cutoff_unmet"
227229search_source = missing
228230# Enable search denylist to skip albums that repeatedly fail
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ url_base = /
1111download_dir = /downloads
1212delete_searches = False
1313stalled_timeout = 3600
14+ remote_queue_timeout = 300
1415
1516[Release Settings]
1617use_most_common_tracknum = True
@@ -33,6 +34,7 @@ search_type = incrementing_page
3334number_of_albums_to_grab = 10
3435remove_wanted_on_failure = False
3536title_blacklist = BlacklistWord1,blacklistword2
37+ search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
3638search_source = missing
3739enable_search_denylist = False
3840max_search_failures = 3
You can’t perform that action at this time.
0 commit comments