xeruf / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
31 stars 2 forks source link

feat(downloader): add option to enable download dirs variables individually #85

Closed defvs closed 5 years ago

defvs commented 5 years ago

Fixes #84

xeruf commented 5 years ago

no. To disable them simply leave the textfield blank.

defvs commented 5 years ago

What if I want to use a directory like "Singles" to store all my singles ?

xeruf commented 5 years ago

put "Singles" into the textfield?

defvs commented 5 years ago

Yeah you're right. Also what about if I want something like "Singles/%whatever%/" ? The function removes the "/" (or "\" on windows). Do you think it's better to move the check/replace to the variables instead of the whole string ?

xeruf commented 5 years ago

create an issue for it, I'll look