Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeunig/scdownload
Blazingly fast SoundCloud downloader with metadata, cover art and etc. 🔥
https://github.com/zeunig/scdownload
soundcloud soundcloud-dl soundcloud-downloader soundcloud-music-downloader
Last synced: 12 days ago
JSON representation
Blazingly fast SoundCloud downloader with metadata, cover art and etc. 🔥
- Host: GitHub
- URL: https://github.com/zeunig/scdownload
- Owner: Zeunig
- License: mit
- Created: 2023-09-15T18:31:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:56:13.000Z (11 months ago)
- Last Synced: 2024-11-01T23:06:54.220Z (12 days ago)
- Topics: soundcloud, soundcloud-dl, soundcloud-downloader, soundcloud-music-downloader
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCDownload
![preview](https://cdn.discordapp.com/attachments/1152297609256521789/1152310916956835921/cmd_3kklI5awUW.gif)
A simple-to-use command line tool for mass downloading tracks, playlists and albums, made with only 4 dependencies (id3,mp3cat,regex,reqwest)## Usage
scdownload
### Example
scdownload playlist zeunig/sets/hardstyle
scdownload artist zeunig
scdownload track zeunig/garou-hardstyle
### Additional arguments
--temp-dir="path" : Changes the cache dir
--download-dir="path" : Changes the download dir
--thread-count=number : Changes the amount of threads (only valid while downloading playlists)
--original-cover-size : Downloads the song's cover image in it's original size
## Features
- Caching
- ID3
- Artist, cover, title parsing
- Track/album/playlist support
- Easy to use
- 4 dependencies only
- Multithreading
- Made in Rust## Contact
[Discord server](https://discord.gg/pJVxS6uRTK)
[Website](https://zeunig.hu)
[E-mail (not very responsive there)](mailto:[email protected])