Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Soularr reads all of your "wanted" albums/artists from Lidarr and downloads them

![Soularr_small](https://github.com/user-attachments/assets/15c47a82-ddf2-40e3-b143-2ad7f570730f)

After the downloads are complete in Slskd the script will tell Lidarr to import the downloaded files, making it a truly hands off process.
As downloads complete in Slskd the script will automatically tell Lidarr to import the files, making it a truly hands off process.

# Setup

Expand Down Expand Up @@ -223,6 +223,8 @@ number_of_albums_to_grab = 10
remove_wanted_on_failure = False
# Blacklist words in album or track titles (case-insensitive)
title_blacklist = Word1,word2
# Blacklist words in search query (case-insensitive)
search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
# Lidarr search source: "missing" or "cutoff_unmet"
search_source = missing
# Enable search denylist to skip albums that repeatedly fail
Expand Down
2 changes: 2 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ url_base = /
download_dir = /downloads
delete_searches = False
stalled_timeout = 3600
remote_queue_timeout = 300

[Release Settings]
use_most_common_tracknum = True
Expand All @@ -33,6 +34,7 @@ search_type = incrementing_page
number_of_albums_to_grab = 10
remove_wanted_on_failure = False
title_blacklist = BlacklistWord1,blacklistword2
search_blacklist = WordToStripFromSearch1,WordToStripFromSearch2
search_source = missing
enable_search_denylist = False
max_search_failures = 3
Expand Down
Loading
Loading