quintodrome/core/playback/mpv
Patrick O'Shea a79e05b648
fix(jukebox): jukebox mode doesn't include MusicFolder (#4067)
* fix(configuration.go, mpv.go): Jukebox mode doesn't include MusicFolder in mpv command - #4066

The call to createMPVCommand is not including the MusicFolder path in
mpv command causing it to fail with file not found errors.

Updated default command template and createMPVCommand to use additional
substitution with conf.server.MusicFolder

Signed-off-by: Pat <patso.oshea@gmail.com>

* Revert config.go change, use filepath.Join for cross platform

* Update track.go with mf.AbsolutePath()

---------

Signed-off-by: Pat <patso.oshea@gmail.com>
Co-authored-by: Deluan <deluan@navidrome.org>
2025-06-02 21:02:26 -04:00
..
mpv.go fix(jukebox): fix mpv command and template parsing (#4162) 2025-06-02 20:52:05 -04:00
mpv_suite_test.go fix(jukebox): fix mpv command and template parsing (#4162) 2025-06-02 20:52:05 -04:00
mpv_test.go fix(jukebox): fix mpv command and template parsing (#4162) 2025-06-02 20:52:05 -04:00
sockets.go Fix issue in https://github.com/navidrome/navidrome/issues/2767#issuecomment-2065636352 2024-04-19 12:38:02 -04:00
sockets_win.go feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes (#2709) 2025-02-19 20:35:17 -05:00
track.go fix(jukebox): jukebox mode doesn't include MusicFolder (#4067) 2025-06-02 21:02:26 -04:00