Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sedrubal/scdl-firefox
Soundcloud Music Downloader
https://github.com/sedrubal/scdl-firefox
downloader firefox-addon music soundcloud
Last synced: about 2 months ago
JSON representation
Soundcloud Music Downloader
- Host: GitHub
- URL: https://github.com/sedrubal/scdl-firefox
- Owner: sedrubal
- Created: 2016-01-31T22:48:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T23:50:20.000Z (almost 9 years ago)
- Last Synced: 2023-08-19T22:50:51.402Z (over 1 year ago)
- Topics: downloader, firefox-addon, music, soundcloud
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/soundcloud-music-downloader/
- Size: 323 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scdl-firefox
============Soundcloud Music Downloader
---------------------------![logo](data/icon-512.png)
The plugin is able to download music from http://www.soundcloud.com and set id3tag to the downloaded music. It will probably work only with Linux and needs the python script scdl (https://github.com/flyingrub/scdl) installed and configured. Just right click on a song link on https://soundcloud.com/ and select "Download this song". After some seconds it should appear in the download folder you configured for scdl. It is very simple and fully free and opensource: https://github.com/sedrubal/scdl-firefox
Screenshots
-----------![context menu](./screenshots/screenshot1.png)
![notification](./screenshots/screenshot2.png)Install
-------Download from
- [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/soundcloud-music-downloader/)
- [github](https://github.com/sedrubal/scdl-firefox/releases)or build it yourself:
Build
------ install [jpm](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm)
- for testing run `jpm run -b $(which firefox)`
- for building run `jpm xpi`
- for signing run `jpm sign --api-key="your amo api key" --api-secret="and the secret"`Contribution
------------Pull requests are welcome.
License
-------[MIT](http://mit-license.org/)