Skip to content

Soundcloud music downloader for Unix, Linux and Mac OS X written in BASH. (Private use only!)

Notifications You must be signed in to change notification settings

serra82/soundcloud-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

# Souncloud Music Downloader

Description

This shell script is able to download music from http://www.soundcloud.com. It should work with OS X, any Linux OS.

System requirements

  • Unix like OS with a proper shell
  • Tools we use : sed ; tr ; echo ; grep ; cut ; sort ; uniq.

Required tools

  • You will need eyeD3 ; curl
  • The installer install all the required tools except for Mac Os X.

Instructions

  1. Download this
  2. Unzip
  3. You can use the auto installer : ./install (Support Debian/arch)
  4. Type scdl {URL} {OPTION}
  • MORE : For help type scdl -h or scdl -help or scdl

##OPTIONS available

  • --onlyrepost used with an user's page will download only the user's repost. It will be ignored otherwise.

Features

  • Easy Installer
  • Autodetect wich kind of Soundcloud's link it is
  • Download all song of an user's page
  • Download all repost of an user's page
  • Download all song of a song page
  • Download all song of an user's playlist page
  • Download all song of an user's list of playlist page
  • Download all song of a group page
  • Download all song of an user's liked song
  • Set tags with eyeD3 (skip the tag if eyeD3 is not installed)
  • The script stop when he see one song that is already downloaded
  • You can use it as a sync script as i do with my Raspberry PI, each night it launch the script with my soudncloud and if new song has been reposted it download it and stop when it encounter a song that has already been downloaded.

More information

Changelogs of the latest update : Here

License

GPL v2, orignal author Luka Pusic

About

Soundcloud music downloader for Unix, Linux and Mac OS X written in BASH. (Private use only!)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%