Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotiflyer | 8,537 | 9 days ago | 55 | gpl-3.0 | Kotlin | |||||
Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud. | ||||||||||
Scdl | 2,645 | 5 | 1 | 3 months ago | 49 | May 05, 2022 | 61 | gpl-2.0 | Python | |
Soundcloud Music Downloader | ||||||||||
Youtube Dlc | 1,205 | 2 years ago | n,ull | unlicense | Python | |||||
Command-line program to download various media from YouTube.com and other sites | ||||||||||
Cobalt | 766 | a day ago | 38 | agpl-3.0 | JavaScript | |||||
save what you love | ||||||||||
Scdl | 303 | 8 years ago | gpl-3.0 | Java | ||||||
Soundcloud Downloader App for Android | ||||||||||
Soundcloud Dl | 79 | 2 years ago | 20 | February 20, 2021 | 3 | Python | ||||
A Python project that downloads tracks from soundcloud.com, complete with metadata and album art | ||||||||||
Keeptune | 60 | 3 months ago | other | |||||||
Google Chrome Extension to download on Bandcamp, Soundcloud... | ||||||||||
Covermaster | 49 | 3 years ago | gpl-3.0 | Python | ||||||
Download covers arts from Spotify and Soundcloud and embeds them to your MP3 files. (My first GUI attempt in python.) | ||||||||||
Soundcloud Dl | 30 | 6 years ago | 2 | Python | ||||||
A well documented soundcloud searcher and downloader made in python | ||||||||||
Soundscrape | 28 | 2 | 9 years ago | 13 | February 02, 2014 | 2 | CoffeeScript | |||
SoundCloud command line downloader in Node.js |
This script is able to download music from SoundCloud and set id3tag to the downloaded music. Compatible with Windows, OS X, Linux.
https://github.com/flyingrub/scdl/wiki/Installation-Instruction
There is a configuration file left in ~/.config/scdl/scdl.cfg
# Download track & repost of the user QUANTA
scdl -l https://soundcloud.com/quanta-uk -a
# Download likes of the user Blastoyz
scdl -l https://soundcloud.com/kobiblastoyz -f
# Download one track
scdl -l https://soundcloud.com/jumpstreetpsy/low-extender
# Download one playlist
scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship
# Download only new tracks from a playlist
scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --download-archive archive.txt -c
# Sync playlist
scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --sync archive.txt
# Download your likes (with authentification token)
scdl me -f
-h --help Show this screen
--version Show version
-l [url] URL can be track/playlist/user
-n [maxtracks] Download the n last tracks of a playlist according to the creation date
-s Download the stream of a user (token needed)
-a Download all tracks of user (including reposts)
-t Download all uploads of a user (no reposts)
-f Download all favorites of a user
-C Download all commented by a user
-p Download all playlists of a user
-r Download all reposts of user
-c Continue if a downloaded file already exists
--force-metadata This will set metadata on already downloaded track
-o [offset] Begin with a custom offset
--addtimestamp Add track creation timestamp to filename,
which allows for chronological sorting
--addtofile Add artist to filename if missing
--debug Set log level to DEBUG
--download-archive [file] Keep track of track IDs in an archive file,
and skip already-downloaded files
--error Set log level to ERROR
--extract-artist Set artist tag from title instead of username
--hide-progress Hide the wget progress bar
--hidewarnings Hide Warnings. (use with precaution)
--max-size [max-size] Skip tracks larger than size (k/m/g)
--min-size [min-size] Skip tracks smaller than size (k/m/g)
--no-playlist-folder Download playlist tracks into main directory,
instead of making a playlist subfolder
--onlymp3 Download only the streamable mp3 file,
even if track has a Downloadable file
--path [path] Use a custom path for downloaded files
--remove Remove any files not downloaded from execution
--sync [file] Compare an archive file to a playlist and downloads/removes any changed tracks
--flac Convert original files to .flac
--no-album-tag On some player track get the same cover art if from the same album, this prevent it
--original-art Download original cover art
--original-name Do not change name of original file downloads
--no-original Do not download original file; only mp3 or m4a
--only-original Only download songs with original file available
--name-format [format] Specify the downloaded file name format
--playlist-name-format [format] Specify the downloaded file name format, if it is being downloaded as part of a playlist
--client-id [id] Specify the client_id to use
--auth-token [token] Specify the auth token to use
--overwrite Overwrite file if it already exists
--strict-playlist Abort playlist downloading if one track fails to download