Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deemon config ARTIST writes Download Path in lowercase #67

Closed
kirkjne opened this issue May 13, 2022 · 3 comments
Closed

deemon config ARTIST writes Download Path in lowercase #67

kirkjne opened this issue May 13, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kirkjne
Copy link

kirkjne commented May 13, 2022

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

@digitalec
Copy link
Owner

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?

@digitalec digitalec self-assigned this May 13, 2022
@kirkjne
Copy link
Author

kirkjne commented May 13, 2022

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 digitalec added bug Something isn't working and removed investigating labels May 14, 2022
@digitalec
Copy link
Owner

Bug confirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants