| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Setting this to `auto` breaks conversion of songs
|
|
Spotdl sometimes used the wrong video, like a reaction instead of the
intended version.
|
|
|
|
|
|
They resulted in spotdl being unable to access the file. Thus, we simply
assume that the `DOWN_DIR` path does not contain a space and remove the
quotes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Having this set causes some shell library functions to fail, as they
build upon failing commands
|
|
|
|
|
|
|
|
Having it there brakes stuff in the shell library. For example the
`search_flake_base_dir` function fails.
|
|
|
|
|
|
|
|
|
|
|
|
|