digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

deemon refresh ignoring the download path configured with deemon config ARTIST #68

Closed kirkjne closed 2 years ago

kirkjne commented 2 years ago

Even with the download path configured in the artist, it downloads to the location configured in the global configuration

digitalec commented 2 years ago

I will look into this. What version are you using? Does the download path specified for the artist already exist?

kirkjne commented 2 years ago

Version 2.10. The location in the config is /home/user/music/a/ and I created the /home/user/music/a/ folder. Do I need to create the folder with the artist's name?

digitalec commented 2 years ago

Nope, deemix creates the directories when it downloads as long as the download_path exists. I'll take a look, thanks for the info!

digitalec commented 2 years ago

Bug confirmed

digitalec commented 2 years ago

Thanks for reporting this and #67. I discovered that all per-artist settings were being ignored and have resolved both of your reported issues. I just uploaded 2.10.1 but please let me know if there's any further issues.