Andrew Katsikas
Andrew Katsikas
https://github.com/crazy-max/ddns-route53/pull/1161 PR opened for this doc update.
I can confirm this issue on Windows. If I make a special build and replace `os.TempDir()` with ``\\.\pipe\mpvsocket`` on https://github.com/navidrome/navidrome/blob/6f7b48202e9135378f3696f28b8f49595f8a8f75/core/playback/mpv/mpv.go#L141 it fixes the issue. On Windows, I believe you need...
I will issue a PR for this later today.
I've opened the PR here - https://github.com/navidrome/navidrome/pull/2774
> > If I make a special build and replace `os.TempDir()` with `\\.\pipe\mpvsocket` > > This will only change the pipe name. > > Start from here: > > https://github.com/navidrome/navidrome/blob/6f7b48202e9135378f3696f28b8f49595f8a8f75/core/playback/mpv/track.go#L44...
@korzhyc - the GitHub actions bot on this PR provides a binaries.zip that includes a Windows build if you want to give it a try https://github.com/navidrome/navidrome/pull/2774#issuecomment-1880207721
> Yeah, it's working now. > > Upd: can we continue here? There's smth wrong going on track switching.... (i'm investigating) Definitely let me know what you find.
> If `mpv.conf: audio-exclusive=yes` is set, Navidrome will panic/crash when the current track ends (however, manual switching is okay): > > ``` > time="2024-01-08T15:04:58+03:00" level=error msg="Error or timeout waiting for...
I noticed two errors being emitted when a track ends and goes to next queued during Jukebox play on Windows, that do not seem to affect playback experience, but are...
> The PR looks totally sensible to me, although i haven't compiled it under Windows. @apkatsikas if you tell/point me on how to build on windows I'll doublecheck for you....