mrusse / soularr

A Python script that connects Lidarr with Soulseek!
77 stars 7 forks source link

Make the defaults in config.ini non-destructive #25

Closed mattgoldspink closed 4 weeks ago

mattgoldspink commented 4 weeks ago

I just pulled and ran and then realized it was removing albums it couldn't find from my wanted list. Ideally defaults should not do things that are not easily reversible.

mrusse commented 4 weeks ago

The albums will still be on the wanted list under unmonitored. Filter by unmonitored and you will see the albums. The setting is very easy to change.

mrusse commented 4 weeks ago

Did end up changing the defaults https://github.com/mrusse/soularr/commit/3531ef42b92e256cade0a3be26825c8190be0543

Now they are:

search_type = incrementing_page
remove_wanted_on_failure = False