https://github.com/npotier/docker-spotdl
Docker image for spotdl
https://github.com/npotier/docker-spotdl
docker-image spotdl spotdl-cli spotify
Last synced: 5 months ago
JSON representation
Docker image for spotdl
- Host: GitHub
- URL: https://github.com/npotier/docker-spotdl
- Owner: npotier
- Created: 2021-08-25T14:09:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T07:00:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T02:34:13.454Z (over 1 year ago)
- Topics: docker-image, spotdl, spotdl-cli, spotify
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spotdl for Docker
This image allows to use [spotdl](https://github.com/spotDL/spotify-downloader) **V3** with Docker
# Usage
The `spotdl` binary is at the entrypoint of the container. You can use it quite easily
```bash
# 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
```bash
$ 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
```