digitalec / deemon

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

deemon config ARTIST writes Download Path in lowercase #67

Closed kirkjne closed 2 years ago

kirkjne commented 2 years ago

This causes problems on linux systems because it changes the path.

digitalec commented 2 years ago

Can you elaborate on this to better help me reproduce it?

What command did you run exactly?

What was the output of that command?

What did you expect to happen?

kirkjne commented 2 years ago

First I run deemon monitor --artist-id 843. That is ok. Then I run deemon config 843 and fill in the following data:

deemon Artist Configurator
:: Configuring 'Audioslave' (Artist ID: 843)

Bitrate [None]:
Record Type [None]:
Alerts [None]:
Download Path [None]: /home/user/Music/A/

:: Save these settings? [y|N] y

Artist 'Audioslave' has been updated!

But when I run the command deemon config 843 again, it returns the following:

deemon Artist Configurator
:: Configuring 'Audioslave' (Artist ID: 843)

Bitrate [None]:
Record Type [None]:
Alerts [None]:
Download Path [/home/user/music/a/]:

/home/user/Music/A/ was recorded as /home/user/music/a/.

digitalec commented 2 years ago

Bug confirmed