LaurenceRawlings / savify

Download Spotify songs to mp3 with full metadata and cover art!
MIT License
1.19k stars 80 forks source link

[BUG] no such option: -m #45

Closed haizz94 closed 3 years ago

haizz94 commented 3 years ago

If I use the template config from docker-scripts/template.config.sh for bulk download, the command fails with

no such option: -m

When I remove the additional options Savify is working, but I want to create a playlist from the downloaded files. Which option do I have to use? I am using the docker version.

lucanello commented 3 years ago

Sorry for the late reply, you have to build the Docker image yourself: docker build -t savify . The official Docker image is outdated right now.