Closed haizz94 closed 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.
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.
docker build -t savify .
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.