-
-
Notifications
You must be signed in to change notification settings - Fork 206
bug: MPV autonext fails with pipe error in Denshi but works in server version #671
Description
Checklist
- My version of the app is the latest available
- I have checked open and closed issues
- I have checked the docs for a fix
Bug Severity
Usability is affected
Bug Area
Denshi (Desktop app)
Bug Description / Steps to Reproduce
When using torrent streaming with MPV as the external player, autonext/autoplay
fails to load the next episode in Seanime Denshi. MPV stays open and idle but
Seanime never sends the next episode to it.
Steps to reproduce:
- Use Seanime Denshi (Electron desktop app) on Windows
- Set MPV as the external media player
- Start playing an episode via torrent streaming
- Wait for autonext to trigger at the end of the episode
The same setup works perfectly on the server version.
Expected Behavior
Autonext should seamlessly load the next torrent stream episode into the
already-open MPV instance, the same way it works in the server version.
Screenshots
No response
Logs
2026-03-31 21:01:36 |ERR| mpv > Failed to establish connection (1/4), retrying... error="can't connect to mpv's socket: open \.\pipe\seanime_mpv: The system cannot find the file specified."
2026-03-31 21:01:40 |ERR| media player > Could not open and play stream error="can't connect to mpv's socket: open \.\pipe\seanime_mpv: The system cannot find the file specified."
2026-03-31 21:01:40 |ERR| playback manager > Failed to start streaming error="could not open and play stream, can't connect to mpv's socket: open \.\pipe\seanime_mpv: The system cannot find the file specified."
Debugging Checklist
- I have included error messages
- I have included server logs
- I have included browser console logs
App Version
3.5.2
Operating System
Windows