ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
38 stars 2 forks source link

Settings help #72

Closed Baldy18657 closed 7 months ago

Baldy18657 commented 7 months ago

Hello, I got everything installed but cannot change the default music quality or directory. What is the command I need for this to change it to hires please

ebb-earl-co commented 7 months ago

Hi there, thanks for having made an issue. In order to use some other directory as the parent directory for downloads, you pass it as the second argument: e.g.

$ tidal-wave https://listen.tidal.com/album/123456789 ~/Desktop/music/TIDAL/ --loglevel debug
Baldy18657 commented 7 months ago

Okay, thank you. So there is no way to change the default setting you have to override the download location evertime

ebb-earl-co commented 7 months ago

Okay, thank you. So there is no way to change the default setting you have to override the download location evertime

No, not at the moment. You could create a Bash function or similar, but I’m trying to resist implementing more toggles than is necessary. KISS and all that