/spotify-downloader-docker

A quick way to easily use spotdl/spotify-downloader via docker

Primary LanguageDockerfile

A docker implementation of spotdl/spotify-downloader.

Please read the documentation for spotdl.

This isn't a serious thing, I just wanted an easier way to download songs without faffing about with pip on every system I own, mainly because I misplace my venv's every time.

Usage

If you've cloned the whole repo see [Usage with Make](#Usage with Make).

If you're just using the docker image... Idk, I haven't done that and like my shorthands, feel free to contribute to this the easiest method.

  • I recommend downloading docker-compose.yml and starting with that.

Usage with Make

If you aren't in the docker system group, you may have to append sudo to these commands.

Downloaded files will be placed in ./downloads

make run c="song name or spotdl commands"

e.g. to search and download for "Break Stuff"

make run c="break stuff"

To do advanced usage, enter a shell within the container with

make shell

You can then use spotdl from within the container fully.

Legal

Note Users are responsible for their actions and potential legal consequences. We do not support unauthorized downloading of copyrighted material and take no responsibility for user actions.