Local SoundCloud Downloader (with cover->ID3)

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

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
hthienloc
Phiên bản
0.2.1
Đã tạo
22-11-2025
Đã cập nhật
22-11-2025
Kích thước
10 KB
Giấy phép
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