-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
Since the update of mpd to version 0.23.x the playback of flac encoded files from my jellyfin server is broken.
I tracked the problem down to the point where the track url is loaded into the mpd playlist. This is done by the load command (
| return mpdPlugin.sendMpdCommand(`load "${streamUrl}"`, []); |
Before the bump of mpd the code was the same, but mpd 0.21.x seems to report something that helped to also load the .flac file with the addid command.
I removed the load section completely for testing purposes and volumio was able to play .flac files again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels