🎧 dj-soundcloud-digger
The ultimate crate-digging companion for DJs and electronic music collectors. Instantly extract purchase links, free downloads, and download gates from SoundCloud playlists, user likes, or artist profiles—then preview tracks and manage your library in a high-performance terminal interface.
dj-digger https://soundcloud.com/someone/sets/that-playlist
⚡ Highlights & Features
- 🚀 Ultra-Fast API v2 Digging: Reads a 300-track playlist off the API in ~3 seconds using batch hydration calls—no browser scrolling or DOM scraping required. That figure is the SoundCloud half; a crate whose purchase links need following (see Link-Hub Expansion below) then spends as long as those third-party servers take, which on a 484-track playlist is around a minute.
- 🏷️ Smart Store & Gate Classification: Group links automatically into Bandcamp, Beatport, Traxsource, JunoDownload, Record Shops, Download Gates (Hypeddit, Toneden, etc.), Smart links, and Direct SoundCloud Downloads.
- 🎶 In-Memory Audio Preview: Zero-latency streaming and seeking powered by
miniaudio. Pre-fetches upcoming tracks and renders dynamic 16-level block waveforms with reactive audio level meters. - 📦 Multi-Crate Local Library: Save dig sessions as local crates in
~/.local/share/dj-digger/digger.db. Switch, refresh, or search across crates seamlessly. - 🧠 Cross-Crate Track Memory: Track decisions (
got it/skipped) are stored globally by SoundCloud track ID. Buying a track once marks it across all future playlists. - 🔓 Download Gate Automation: Resolves follow-to-download gates (Hypeddit, ToneDen, GateRush, Droploud) by replaying their step-completion calls. Gate resolution itself needs no browser automation or Playwright. What this sends on your behalf: your name and email from Settings, and—unless you turn it off—a repost, a follow and a comment recorded against your SoundCloud account, because that is what the gate is asking for in exchange for the file. The switch is on the Settings screen (
S), which also opens on the first run. Turning it off keeps your account out of it; some gates then hand over nothing. Note that automating a gate is your call to make against SoundCloud's and the gate operator's terms, and the requests go out with a browser's User-Agent. - 🔗 Link-Hub Expansion: A purchase link that turns out to be a list of shops rather than a download—an ampsuite release page, a gate running in smart-link mode—is opened, and the Bandcamp and Beatport links behind it are added to the track directly instead of a
gatebadge. - 🛒 Verified Store Carts: An optional, user-triggered Chromium flow finds the exact linked track on Bandcamp or Beatport, shows a price preflight, and verifies the stable product ID in the cart. Login and checkout stay manual.
- 🆕 New Since Last Refresh: Refreshing a crate marks whatever the playlist gained with
NEWand sorts it to the top. - 📄 Saved-HTML Fallback: Fully supports saved HTML pages (
Ctrl+S) for private or unlisted SoundCloud playlists. - ⚙️ CLI & Non-Interactive Mode: Export crates directly to JSON or CSV for automated pipelines and scripts.
📦 Installation
Recommended (via uv or pipx)
# Install with audio preview and store-cart support
uv tool install --with-executables-from playwright 'dj-soundcloud-digger[play,shop]'
playwright install chromium
or with pipx:
pipx install --include-deps 'dj-soundcloud-digger[play,shop]'
playwright install chromium
From Source (Development)
git clone https://github.com/fbialogrecki/dj-soundcloud-digger.git
cd dj-soundcloud-digger
uv venv
uv pip install -e '.[play,shop,dev]'
uv run playwright install chromium
Requires Python 3.12 or newer.
Note on optional extras:
play: Enables in-memory audio preview viaminiaudio.shop: Enables the Bandcamp/Beatport cart flow via a visible Chromium window. If an extra is absent, the rest of the tool still works and explains how to enable the requested feature.
🔗 Supported Input Links
| Input Type | Supported URL Pattern | What You Get |
|---|---|---|
| Playlist / Set | soundcloud.com/user/sets/playlist-name |
Every track in the playlist |
| User Likes | soundcloud.com/user/likes |
Every track liked by the user |
| Artist Profile | soundcloud.com/user |
All tracks uploaded by the artist |
| Single Track | soundcloud.com/user/track-name |
Single track metadata & purchase links |
| Saved HTML | playlist.html |
Private / unlisted playlist saved locally |
| Interactive Prompt | Run without arguments | Prompts for a link or opens saved crates |
🖥️ Interactive TUI Workflow
Launching dj-digger opens an interactive Textual browser divided into three key areas:
- Crate Sidebar (
Ctrl+B): Switch between saved crates, add new links (d), or refresh existing crates (r). - Track Table: Displays tracks with status badges (
·untouched,○opened,✓got,✗skipped), position, artist/title, available store badges, genre, and duration. - Player & Waveform Bar: Shows playback state, position, volume, real-time VU level meter, and a 16-level waveform display.
▸ 0 all 1 soundcloud·18 2 bandcamp·12 3 gate·53 83/83 tracks · got 0 · skipped 4
Keybinding Reference
Press ? inside the TUI at any time to view the full grouped keybinding modal.
Track Navigation & Status Marks
| Key | Action |
|---|---|
Up / Down / j / k |
Navigate track rows |
o or Enter |
Open the best link (or active store filter) in your default web browser |
w |
Download artist-provided SoundCloud MP3/WAV to your download folder (set it with S) |
g |
Mark track as Got (✓) and move to next track |
s |
Mark track as Skipped (✗) and move to next track |
u |
Clear track status mark (·) |
x |
Remove track from current crate (Ctrl+Z to undo) |
y |
Copy the path of the local file that matches this track (📁 in the row) |
Audio Preview Controls
| Key | Action |
|---|---|
Space |
Play / Pause highlighted track |
[ / ] |
Seek backward / forward 10 seconds |
n / p |
Advance to Next / Previous track |
- / = |
Decrease / Increase playback volume (m to mute/unmute) |
| Mouse Click | Click anywhere on the waveform display to seek immediately |
Filtering, Stores & Library
| Key | Action |
|---|---|
/ |
Live search/filter by artist, title, or genre |
f / F |
Step forward / backward through store filters |
1 – 9 |
Jump directly to store category filter |
0 |
Reset store filter (show all tracks) |
h |
Toggle hiding handled tracks (got / skipped) |
a |
Open all visible store links in browser (asks confirmation for >20 links) |
c |
Verify and add the highlighted exact track to Bandcamp or Beatport |
C |
Preflight visible tracks, then add the confirmed batch sequentially |
e |
Export visible rows to file |
d |
Add a new crate from a SoundCloud URL |
r |
Refresh current crate from SoundCloud (preserves local deletions) |
Ctrl+B |
Toggle Crate Sidebar |
🏷️ Store & Gate Categories
Links are parsed and categorized using strict domain-boundary matching:
| Category | Description / Included Domains |
|---|---|
soundcloud |
Direct artist-provided download link enabled on SoundCloud |
bandcamp |
Official Bandcamp release page |
beatport |
Beatport purchase link |
traxsource |
Traxsource store link |
junodownload |
JunoDownload purchase page |
apple |
Apple Music / iTunes Store link |
shop |
Specialized record stores (Boomkat, Hard Wax, Clone, Decks, Deejay, Red Eye, Juno, Phonica, Rush Hour, Bleep, Gumroad) |
gate |
Follow-to-download gates (Hypeddit, Gaterush, Droploud, Wump, Artist Union, Toneden, Pump Your Sound) |
smartlink |
Landing pages (lnk.to, ffm.to, fanlink, smarturl, orcd.co, DistroKid, Linktree) |
streaming |
Pure streaming platforms (Spotify, YouTube, Deezer, Tidal) |
no-link |
No purchase or download link found |
others |
Unrecognized external web link |
Bandcamp and Beatport carts
Pressing c or C starts a visible Chromium window only when you ask for it. The
app uses a dedicated persistent browser profile, separate from your everyday
browser, so you may need to log in manually the first time. It never reads or
fills your password, chooses a payment method, or completes checkout.
cresolves and adds the highlighted track.Cresolves all currently visible, unhandled tracks, then asks for one batch confirmation. The active Bandcamp or Beatport filter limits the target store.- With no store filter, Bandcamp is tried first. Beatport is used only when the exact track is genuinely unavailable for individual purchase on Bandcamp—not when Bandcamp fails technically.
Batch mode resolves every candidate first and shows exact products, prices, currencies, existing cart items, and skips before any cart is changed. Store pages are rechecked immediately before each click. Ambiguous titles, version mismatches, changed prices or product IDs, CAPTCHA, and changed store UI stop the affected operation instead of guessing. The browser remains open at the used carts for manual format selection and checkout.
Only canonical Bandcamp and Beatport HTTPS domains are automated. Custom artist domains and global store search are intentionally outside this first version. The feature depends on the stores' current visible interfaces; use it in line with their terms. Linux needs a graphical session; WSL users need WSLg or another working display.
🎧 In-Memory Streaming & Waveform Engine
- Zero-Latency Playback: Decodes audio chunks directly off the network socket in memory via
miniaudio. - Pre-Fetching & Gapless Transitions: While listening to a track, the next track's stream URL, waveform data, and initial MBs are buffered 20 seconds prior to track completion.
- SoundCloud Waveform Rendering: Renders SoundCloud's 1800-sample waveform data into a 2-row block ASCII visualizer with logarithmic loudness scaling.
- Reactive Audio VU Metering: Real-time RMS audio signal measurement rendered at 30 FPS.
- Remote SSH / Headless Systems: Automatically degrades to 4 FPS under
TEXTUAL_ANIMATIONS=nonefor smooth operation over SSH connections.
🤖 Non-Interactive CLI & Automation
Add --no-tui to run dj-digger in batch mode for terminal pipelines, cron jobs, or export scripts:
# Export playlist links to CSV
dj-digger https://soundcloud.com/user/sets/playlist --no-tui -f csv -o playlist.csv
# Limit extraction to first 20 tracks and export to JSON
dj-digger https://soundcloud.com/user/likes -n 20 -f json -o likes.json
# Re-open a previously exported JSON crate in the TUI browser
dj-digger open likes.json
# Open all Bandcamp links directly in browser from a saved crate
dj-digger open likes.json --category bandcamp
🏗️ Project Architecture
┌─────────────────────────┐
│ SoundCloud URL / HTML │
└────────────┬────────────┘
│
┌──────────▼──────────┐
│ SoundCloudClient v2 │
│ (Resolve & Hydrate) │
└──────────┬──────────┘
│
┌──────────▼──────────┐
│ Link Categorizer │
│ (Store & Gate Engine│
└──────────┬──────────┘
│
┌────────────────────────┼────────────────────────┐
│ │ │
┌──────────▼──────────┐ ┌──────────▼──────────┐ ┌──────────▼──────────┐
│ Textual TUI App │ │ Local Crate Library│ │ In-Memory Player │
│ (Interactive Grid) │ │ (~/.../crates/) │ │ (Miniaudio & VU) │
└─────────────────────┘ └────────────────────┘ └────────────────────┘
🧪 Testing & Quality Assurance
The codebase includes an extensive offline test suite covering unit tests, API serialization, player buffering, link parsing, cart safety, and TUI reactive widgets.
# Run offline test suite (550+ tests, no network required)
uv run pytest
# Run live integration tests (verifies SoundCloud API v2 contract stability)
uv run pytest -m live
# Open public store pages read-only; never logs in or changes a cart
uv run --extra shop pytest -m shop_live
📄 License
Distributed under the Apache License 2.0. See LICENSE for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj_soundcloud_digger-0.9.0.tar.gz.
File metadata
- Download URL: dj_soundcloud_digger-0.9.0.tar.gz
- Upload date:
- Size: 217.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a3e547e4553f2991314e8c5f0ea4c5517afdf2b6ee635960ecf88cc9cdaa8f
|
|
| MD5 |
42abf5c838f042a034f9de5a9d37ffd3
|
|
| BLAKE2b-256 |
d1f275a78b42c4abf29660a79bd8d7d8647ee64badb7330603e5fdd6370a15ce
|
Provenance
The following attestation bundles were made for dj_soundcloud_digger-0.9.0.tar.gz:
Publisher:
publish.yml on fbialogrecki/dj-soundcloud-digger
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_soundcloud_digger-0.9.0.tar.gz -
Subject digest:
40a3e547e4553f2991314e8c5f0ea4c5517afdf2b6ee635960ecf88cc9cdaa8f - Sigstore transparency entry: 2581500447
- Sigstore integration time:
-
Permalink:
fbialogrecki/dj-soundcloud-digger@a254f06f84b94ac75bedc8d648428381745f603e -
Branch / Tag:
refs/tags/v0.9.0 - Owner: https://github.com/fbialogrecki
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a254f06f84b94ac75bedc8d648428381745f603e -
Trigger Event:
push
-
Statement type:
File details
Details for the file dj_soundcloud_digger-0.9.0-py3-none-any.whl.
File metadata
- Download URL: dj_soundcloud_digger-0.9.0-py3-none-any.whl
- Upload date:
- Size: 127.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f11016304138ed3f7946589ffe691c5607426c023356d96d5c89bfeac40d3cf3
|
|
| MD5 |
684dd9673038aea64be3377f35b0f361
|
|
| BLAKE2b-256 |
76a45af13b2485458909e4f73a502c986be4bee8a0d20d00165647da31e7c6ed
|
Provenance
The following attestation bundles were made for dj_soundcloud_digger-0.9.0-py3-none-any.whl:
Publisher:
publish.yml on fbialogrecki/dj-soundcloud-digger
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_soundcloud_digger-0.9.0-py3-none-any.whl -
Subject digest:
f11016304138ed3f7946589ffe691c5607426c023356d96d5c89bfeac40d3cf3 - Sigstore transparency entry: 2581500471
- Sigstore integration time:
-
Permalink:
fbialogrecki/dj-soundcloud-digger@a254f06f84b94ac75bedc8d648428381745f603e -
Branch / Tag:
refs/tags/v0.9.0 - Owner: https://github.com/fbialogrecki
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a254f06f84b94ac75bedc8d648428381745f603e -
Trigger Event:
push
-
Statement type: