Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

spotdl for Docker

This image allows to use spotdl V3 with Docker

Usage

The spotdl binary is at the entrypoint of the container. You can use it quite easily

# Check the version of spotdl
$ docker run --rm -it -v $(pwd):/music nicolaspotier/spotdl:latest --version 

# Get help 
$ docker run --rm -it -v $(pwd):/music nicolaspotier/spotdl:latest --help

# Download a song 
$ docker run --rm -it -v $(pwd):/music nicolaspotier/spotdl:latest https://open.spotify.com/track/XXXX

Real life example

$ docker run --rm -it -v $(pwd):/music nicolaspotier/spotdl:latest \ 
  https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT

Fetching Song...
Gathering Spotify Metadata for: https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT
Found YouTube URL for "Rick Astley - Never Gonna Give You Up" : https://www.youtube.com/watch?v=lYBUbBu4W08

Rick Astley - Never Gonna Give You Up                               Done               ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00

About

Docker image for spotdl

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages