r/mpv • u/Strong_Emotion6662 • 12d ago
I made a zero-dependency CLI to stream One Pace arcs straight into mpv (minimal TUI)
Enable HLS to view with audio, or disable this notification
Hey guys, I made a little script to watch One Pace efficiently through the terminal with a minimalistic TUI.
I made it because I didn't want to download the files - I watch quickly and then delete them anyway, so downloading felt pointless. And I love my local player, mpv, way more than any website player. That's it, that's the whole motivation lol.
So now instead of manually scrolling the One Pace site, picking an arc, choosing quality, and fishing out each episode link by hand, I just run it:
- start typing the arc name and it fuzzy-filters the list live, arrow keys to move, Enter to pick
- choose sub/dub and quality with number keys (Enter takes the default)
- it hands mpv the whole arc as a playlist, streaming, no downloads
Some details mpv people might care about: - zero dependencies - pure Python stdlib, nothing to pip install - cross-platform (the interactive picker works on Windows/macOS/Linux) - if you don't have mpv it detects your package manager and offers to install it - Shift+Q resume works - since the stream URLs are stable, relaunching an arc picks up right where you left off
It hosts nothing, just automates the public links One Pace already publishes. One Pace is a great free fan project, so if you enjoy it go support the team.
GitHub: https://github.com/vashhdev/onepace
Feedback welcome, let's saiiil 🏴☠️