| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This step was done automatically by running:
```bash
nix run .#update_shell_lib
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|