Skip to content

dmitry-vinogradov/docker-spotify-ripper

 
 

Repository files navigation

Dockerfile for spotify-ripper. https://github.com/hbashton/spotify-ripper; originally from https://github.com/jrnewell/spotify-ripper

Build from docker file

git clone https://github.com/darrenwatt/docker-spotify-ripper.git
cd docker-spotify-ripper
cp -pr example.config.ini config.ini

edit config to suit

vi config.ini
docker build -t spotify-ripper .

Start with

docker run -d -h your_host_name -v /your_download_location:/data --name spotify-ripper spotify-ripper

Send commands with

docker exec spotify-ripper spotify-ripper spotify:track:52xaypL0Kjzk0ngwv3oBPR

Get Spotify URI's for tracks and playlists by right-clicking from Spotify app.

Docker-compose

Donwload image tar and execute following:

docker load -i docker-spotify-ripper-image.tar
docker-compose up -d
docker-compose exec ripper spotify-ripper --flat $(<tracks.txt)

About

Dockerfile for spotify-ripper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.2%
  • Shell 16.8%