Skip to content

Commit 65a6f79

Browse files
authored
Merge pull request #177 from mrusse/dev
Merge dev changes to main
2 parents ac95de6 + ccea301 commit 65a6f79

File tree

3 files changed

+1044
-575
lines changed

3 files changed

+1044
-575
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
223223
remove_wanted_on_failure = False
224224
# Blacklist words in album or track titles (case-insensitive)
225225
title_blacklist = Word1,word2
226+
# Blacklist words in search query (case-insensitive)
227+
search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
226228
# Lidarr search source: "missing" or "cutoff_unmet"
227229
search_source = missing
228230
# Enable search denylist to skip albums that repeatedly fail

config.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ url_base = /
1111
download_dir = /downloads
1212
delete_searches = False
1313
stalled_timeout = 3600
14+
remote_queue_timeout = 300
1415

1516
[Release Settings]
1617
use_most_common_tracknum = True
@@ -33,6 +34,7 @@ search_type = incrementing_page
3334
number_of_albums_to_grab = 10
3435
remove_wanted_on_failure = False
3536
title_blacklist = BlacklistWord1,blacklistword2
37+
search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
3638
search_source = missing
3739
enable_search_denylist = False
3840
max_search_failures = 3

0 commit comments

Comments
 (0)