JDownloader Bridge
v0.1.0Download audio from URLs via JDownloader 2 directly into Ableton Live
Unverified listing. This repo is new or has little community activity and the developer has not claimed it. Extensions run code inside Live — read the source, check the author, and only install things you trust.
JDownloader Bridge
An Ableton Live extension that downloads audio from a URL straight into a clip slot, using JDownloader 2 as the download engine.
Right-click a clip slot → Download audio from URL… → paste a link → the audio lands in your set.
Requirements
- Ableton Live with Extensions support.
- JDownloader 2 installed and running.
- JDownloader's local API enabled (one-time setup, see below).
- (Optional) ffmpeg — only needed to convert downloads to WAV. Without it, files that Live already supports (
.m4a,.mp3,.flac,.aiff,.wav) still import fine.- macOS:
brew install ffmpeg
- macOS:
One-time JDownloader setup
The extension talks to JDownloader's local API on port 3128. Enable it once:
- In JDownloader: Settings (wrench icon) → Advanced Settings.
- In the search box, type
deprecated. - Set
deprecatedapienabledtotrue. - Restart JDownloader.
"Deprecated" just means it's the older local API — it works perfectly and is what we use. No MyJDownloader account needed; it stays on your machine (localhost only).
Install
Double-click JDownloader-Bridge-<version>.ablx and confirm the install in Live.
Usage
- Make sure JDownloader 2 is open.
- In Live, right-click any Session-view clip slot → Download audio from URL….
- Paste the URL and click Download.
- A progress dialog tracks the download; the audio clip appears when it's done.
Notes & tips
- Format / quality: Downloads are converted to WAV when ffmpeg is present. The source audio quality (and whether YouTube links offer audio-only) is controlled in JDownloader's YouTube plugin settings — bump the audio bitrate there if you want higher quality.
- Clipboard pop-ups are fine: JDownloader auto-detects links you copy, so you may see it react the moment you paste. The extension finds the link either way — no need to do anything in JDownloader.
- One track at a time: designed for single audio links, not playlists.
Troubleshooting
| Message | Fix |
|---|---|
| "JDownloader 2's API is not reachable on port 3128" | JD2 isn't running, or the API isn't enabled. Do the one-time setup above and restart JD2. |
| "Could not find the link in JDownloader after 90s" | The URL isn't supported by JDownloader, or the crawl failed. Try the link directly in JD2 to confirm it works. |
| "ffmpeg is required to convert …" | The download isn't a format Live reads natively (e.g. .opus/.webm). Install ffmpeg (brew install ffmpeg) to auto-convert to WAV. |
Building from source
npm install
npm run package # produces the .ablx
npm start # build + run in Live's extension host (dev)
Rate this extension
One rating per account; you can change it any time.
Comments
No comments yet.