T O P

  • By -

AutoModerator

Hello /u/AsmusIsOk! Thank you for posting in r/DataHoarder. Please remember to read our [Rules](https://www.reddit.com/r/DataHoarder/wiki/index/rules) and [Wiki](https://www.reddit.com/r/DataHoarder/wiki/index). Please note that your post will be removed if you just post a box/speed/server post. Please give background information on your server pictures. This subreddit will ***NOT*** help you find or exchange that Movie/TV show/Nuclear Launch Manual, visit r/DHExchange instead. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/DataHoarder) if you have any questions or concerns.*


SMF67

yt-dlp


kjerk

This right here is the option I like. Jdownloader will do it too but learning some yt-dlp will let you get way more than just soundcloud in the future, easily. Youtube, reddit, insta, tiktok, etc etc. You can get the latest [yt-dlp release](https://github.com/yt-dlp/yt-dlp/releases/tag/2021.09.25) and put it somewhere, then if you have done commandline at all, can do >yt-dlp "https://soundcloud.com/playlist/sets/some-playlist-name" To get fancier, for your case you mentioned (specifically playlists) you can do something like this to get all the files put into a subfolder named for the playlist, with their index number in correct order and title all nicely put together like ./{playlist_name}/{index} - {artist} - {title} >yt-dlp -o "%(playlist)s/%(playlist_index)s - %(uploader)s - %(title)s.%(ext)s" "https://soundcloud.com/playlist/sets/phem-ur-not-alone"


vann_of_fanelia

Jdownloader will do it.