Local SoundCloud Downloader (with cover->ID3)

Download SoundCloud without external service + embed cover art into MP3 ID3 metadata.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/556576/1699828/Local%20SoundCloud%20Downloader%20%28with%20cover-%3EID3%29.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
hthienloc
Версія
0.2.1
Створаны
22.11.2025
Абноўлены
22.11.2025
Памер
9.6 КБ
Ліцэнзія
MIT

Download SoundCloud tracks directly in your browser without external services.
This userscript fetches the progressive MP3 stream, embeds metadata (title, artist, album), and attaches cover art (if available) into the MP3 file before saving.

✨ Features

  • Adds a Download button on SoundCloud track pages.
  • Downloads MP3 files directly (progressive stream).
  • Embeds ID3 metadata:
    • Title (track title)
    • Artist (SoundCloud author)
    • Album (if available)
    • Cover art (if available)
  • Uses StreamSaver.js to support large files.

⚠️ Limitations

  • Entire MP3 file is loaded into memory before saving (needed to inject ID3 tags). Large files may consume significant RAM.
  • Cover art fetch may fail due to CORS restrictions. In that case, file downloads without cover.
  • Only works on SoundCloud track pages (not playlists, stations, etc.).

Original Author: maple3142