I'm having an issue with transcoding with MusicCabinet using ffmpeg (I've tried various ffpmeg versions from 1.0.3 through to latest git and all had the same issue).
It took a little while to figure it out but it appears to be an issue with playing flac files with embedded pictures. They won't play in music cabinet, but they play fine in other apps. When trying to play in music cabinet the player just hangs (quite often after downloading a file anyway).
I found a related post here: viewtopic.php?f=2&t=9434
Removing the padding and picture via:
- Code: Select all
metaflac --remove --block-type=PICTURE,PADDING --dont-use-padding <my flac file>
Meant that subsonic could play the file again.
I assume this is a bug in the way the flac's are being parsed?
Thanks