artech7 ha revisionato questo gist . Vai alla revisione
1 file changed, 13 insertions
spotdl_compose.yml(file creato)
| @@ -0,0 +1,13 @@ | |||
| 1 | + | services: | |
| 2 | + | spotdl: | |
| 3 | + | container_name: spotdl | |
| 4 | + | image: spotdl/spotify-downloader | |
| 5 | + | restart: unless-stopped | |
| 6 | + | command: web --host 0.0.0.0 --web-use-output-dir --keep-alive --format mp3 | |
| 7 | + | volumes: | |
| 8 | + | - /path/to/your/download/folder:/music:wr | |
| 9 | + | #example: - /volume1/docker/spotdl/downloads:/music:wr# | |
| 10 | + | ports: | |
| 11 | + | - 8800:8800 | |
| 12 | + | ||
| 13 | + | #for nabbing spotify metadata for youtube music songs/artists/albums/playlists# | |
Più nuovi
Più vecchi