Downloading arcs from onepace.net by hand is a pain — every arc is split across separate links with a daily limit that turns long arcs like Wano into a multi-day project. This grabs them in one go.
Double-click the
.exeand you're in. Nothing to install. Source is in_source/under MIT if you'd rather read or run it yourself.
| Source | What it is | |
|---|---|---|
| One Pace (default) | Pixeldrain | Main fan re-cut. Sub for every arc Romance Dawn → Egghead, Dub for newer arcs. Most users start here. |
| Muhn Pace | Pixeldrain | Fan-made English dub fillers for arcs One Pace hasn't dubbed (Enies Lobby → Wano). Pair with One Pace for a full dub watch. Watch order guide. |
| Nyaa | Torrents | Torrents from nyaa.si, grouped by arc. Hands the magnet to your torrent client. Great when pixeldrain is throttled or you want to seed back. |
| Usenet | NZB | NZB files for One Pace releases via NZBGeek. For users with an existing SABnzbd / NZBGet setup. |
Plus:
- Plex / Jellyfin auto-organize — files renamed into
One Pace/Season N/One Pace - sNNeNN - Title.extwith.nfometadata, ready for your media server - Resume downloads — close mid-download, next launch picks up where it stopped
- Saved tracking — green Saved chips per episode, per-arc progress counts (
12/35) - Built-in DNS fix — one-click Cloudflare/Google DNS switcher for ISPs that block the CDN
|
1. Open the |
|
Total size shown up front so you know what you're committing to. The right column turns into a live status panel while downloading:
Prefer to leave it running on a NAS, mini-PC, or Pi instead of opening the .exe on your desktop? A Docker version is published with the same arcs and the same Plex organize — plus direct API integration with SABnzbd (Usenet) and qBittorrent (torrents), so anything you queue runs server-side and lands straight in your library.
One command:
docker run -d \
--name onepace-downloader \
-p 7654:7654 \
-e PUID=1000 -e PGID=1000 \
-v /path/to/your/media:/media \
-v onepace-config:/config \
ghcr.io/nicolaslahri/onepacedownloader:latestThen open http://YOUR-SERVER-IP:7654.
| Source | How it downloads |
|---|---|
| One Pace / Muhn Pace | Pulled directly into /media, auto-organized into One Pace/Season N/ with .nfo |
| Usenet (NZBGeek) | Sent to your SABnzbd via its API |
| Nyaa torrents | Sent to your qBittorrent via its Web API |
Live progress for all three, a Saved indicator per episode, per-arc download progress (12/35), a Log panel, and an "Update available" pill when a newer image is published — all in the browser.
Full setup (Docker Compose, Portainer instructions, environment variables, volume layout): docker/README.md.
PUID / PGID: matches the linuxserver.io pattern — set them to the owner of your media folder so downloads aren't owned by root. The container makes
/configwritable on startup for you.
Open Settings → Output organization and tick Organize for Plex / Jellyfin.
Every download is automatically renamed and sorted:
downloads/
One Pace/
Season 14/
One Pace - s14e01 - Sir Crocodile, the Pirate.mkv
One Pace - s14e01 - Sir Crocodile, the Pirate.nfo
...
Each .nfo carries the real episode title and plot from SpykerNZ/one-pace-for-plex, so Plex and Jellyfin recognize the show and pull artwork automatically.
Tip: Already downloaded files before enabling the toggle? No problem — saving the setting retroactively organizes everything in your save folder.
Click to expand — only needed if you have a Usenet subscription
Skip this if you don't use Usenet — Pixeldrain (One Pace) and Nyaa (torrents) work for everyone.
- A Usenet provider subscription (~$10/mo) — Newshosting, Eweka, or UsenetServer
- SABnzbd (free) or NZBGet installed and configured with your provider
- An NZBGeek account + API key — the bundled release IDs are NZBGeek-specific
- Settings → scroll to the Usenet card
- Paste
https://api.nzbgeek.infointo Indexer URL (it's the default) - Paste your NZBGeek API key (find it here)
- Save & close
Then switch the source dropdown to Usenet, pick an arc, tick episodes, and hit Download selected.
- Your API key never leaves your machine — it lives in
config.jsonnext to the.exe - Coverage isn't complete — some arcs (Alabasta, Thriller Bark, Gaimon) aren't on NZBGeek. The app shows what's available
- Older releases (pre-2021) may have rotated off your provider's retention
Some ISPs block the CDN — the app opens but downloads never begin.
Two-minute fix — switch Windows DNS to Cloudflare
Manual: Settings → Network & Internet → your connection → DNS server assignment → Edit → Manual → IPv4 on → Preferred 1.1.1.1, Alternate 1.0.0.1 → Save.
Or use the built-in DNS switcher: top-right corner → DNS → pick Cloudflare or Google. UAC prompt, done. Revert from the same panel.
Set-and-forget alternative: Cloudflare WARP. Last resort, any VPN works.
If none of those help, paste the Log panel contents into Discord.
Fair question. Verify yourself.
Most engines clean — Bitdefender, ESET, Sophos, Symantec, Avast, AVG, Malwarebytes, Microsoft Defender all pass. A handful of heuristic scanners (APEX, Bkav, Cylance, SentinelOne, Yandex) sometimes flag PyInstaller --onefile builds based on packed-binary patterns rather than actual malicious behavior — a common false-positive for unsigned solo-dev tools.
Don't trust the badge? Drop the
.exeonto virustotal.com yourself, or read the full Python source — one file, stdlib only, MIT.
- Windows only — single
.exe, nothing to install - SmartScreen warning on first launch — the
.exeisn't signed (certs are expensive). Click More info → Run anyway, or right-click → Properties → tick Unblock
This app is just a downloader — none of the actual content is mine. Huge thanks to:
| One Pace team | Ten-plus years of re-cutting One Piece into the version everyone wishes Toei would air. Every Sub episode comes from their releases. |
| Muhny | Editing Muhn Pace — the dub fillers covering Enies Lobby → Wano. ~184 GB of careful audio work that's saved dub watchers months of waiting. |
| u/KPGNL | Maintaining the dub watch-order guide the app links to. Original version by u/AlternativeAd1098. |
| SpykerNZ | Canonical episode titles, plots, and the Plex/Jellyfin season layout used by the Organize for media server option. |
If you find One Pace or Muhn Pace useful, drop them a thank-you wherever they hang out — that's worth more than anything I could do.
Discord is fastest: discord.gg/KHn6AbevZ2
Or open an issue · ping u/nicolasenjah on Reddit
Made with care by Nicolas




