Git Product home page Git Product logo

soundcloud-dl's Introduction

Souncloud music downloader

Description

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

System requirements

  • Unix like OS with a proper shell
  • URL (Highly recommended) or wget
  • Tools wich are preinstalled on linux (I don't know for OS X) : sed ; tail ; tr ; echo ; grep ; head ; cut ; sort ; uniq .

Required tools

  • Update the package list : sudo apt-get update
  • Install Recode sudo apt-get install recode
  • Install eyeD3 sudo apt-get install eyeD3
  • Install cURL sudo apt-get install curl

Instructions

  • Clic "Donwload as zip" (at the right)
  • Unzip
  • Place scdl.sh where you want to download the music or add a cd /placewhereyouwanttodownloadmusic at the begining of the script
  • Apply executable permissions chmod +x ./scdl.sh
  • Usage: scdl.sh [TRACK(S) URL] or scdl.sh [USER URL] or scdl.sh [SET(S)URL]

Features

  • Autodetect wich kind of download it is.
  • Download all song of an user's page
  • Download all song of asong 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 have already been downloaded
  • You can use it as a sync script as i do with my Raspberry PI, each night it launch the script with my users profile and if new song as been added it download them and stop when it encounter a song that is already downloaded ;).

Changelog

18/01/2014 :

  • Replaced id3v2 with eyeD3 wich support image tag
  • Added image & genre tags support for each type
  • Added support of playlist in an users page !

don't know the date... :

  • Group page support.

18/03/2014 :

  • User's like download support.

More information

The script cannot handle letters like û cause to recode. But if i remove it, instead of & you will have & (the html code of &) and as i think there is more & than û i prefer to let it...

License

GPL v2, orignal author Luka Pusic

soundcloud-dl's People

Contributors

ivanov avatar elboulangero avatar n07070 avatar jkl1337 avatar macman31 avatar

Stargazers

JOE⚡Cola avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.