Sync-SoundCloudPlaylist is a PowerShell Script which downloads playlists easy via youtube-dl using a ; seperated list stored in a Environment Variable. This uses youtube-dl in the background so you could also download everything esle what youtube-dl can.
version: "3"
services:
app:
image: nopenix/sync-soundcloudplaylist
environment:
- playlistUrls=https://soundcloud.com/phil-sponsel/likes
- SleepTimerMinutes=5 # Defaults to 5 if nothing else is provided
volumes:
- data:/data
- sync-soundcloudplaylist-downloads:/downloads
volumes:
data:
sync-soundcloudplaylist-downloads:
version: "3"
services:
app:
image: nopenix/sync-soundcloudplaylist
environment:
- playlistUrls=https://soundcloud.com/phil-sponsel/likes;https://anotherSoundCloudURL
- SleepTimerMinutes=5 # Defaults to 5 if nothing else is provided
volumes:
- data:/data
- sync-soundcloudplaylist-downloads:/downloads
volumes:
data:
sync-soundcloudplaylist-downloads:
Content type
Image
Digest
sha256:7d2bcfa64…
Size
139.9 MB
Last updated
almost 3 years ago
docker pull nopenix/sync-soundcloudplaylist