Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jellyfin] Playing flac encoded files end with error 404 #361

Open
eematze opened this issue Oct 18, 2024 · 0 comments
Open

[jellyfin] Playing flac encoded files end with error 404 #361

eematze opened this issue Oct 18, 2024 · 0 comments

Comments

@eematze
Copy link

eematze commented Oct 18, 2024

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}"`, []);
) which should only be used with playlists according to the mpd help. With .mp3 files afterwards the track is loaded by the addid command but not with .flac files.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant