Sign inSign up

nopenix/sync-soundcloudplaylist

By nopenix

Updated almost 3 years ago

Image
1

434

nopenix/sync-soundcloudplaylist repository overview

GitHub Workflow Status GitHub issues Docker Stars GitHub Repo stars GitHub top language

Sync-SoundCloudPlaylist

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.

Example docker-compose single playlist:

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:

Example docker-compose multiple playlists:

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:

Tag summary

Content type

Image

Digest

sha256:7d2bcfa64

Size

139.9 MB

Last updated

almost 3 years ago

docker pull nopenix/sync-soundcloudplaylist