by samotano » Sun Apr 01, 2007 7:07 pm
Just to follow-up on my previous post. I was able to solve my problem of decoding FLAC tracks in subsonic. If anyone else has this problem, here is what worked for me.
The error log indicated the following:
2007-04-01 11:20:45,189] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\flac) Ibrahim Ferrer - Aquellos Ojos Verdes.flac: ERROR while decoding data
[2007-04-01 11:20:45,189] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\flac) state = FLAC__STREAM_DECODER_READ_FRAME
The file plays just fine in winamp (without subsonic). However, if I try to decode it to .wav or test it in Flac I get the error:
FLAC__STREAM_DECODER_READ_FRAME
by using the -F switch I can decode it "through errors", meaning it will ignore the error and keep on decoding. At the end of the decoding, Flac indicates the following: "ERROR, MD5 signature mismatch". I don't know yet what this error means, but it's not serious enough to make the file unreadable (perhaps the metadata is the culprit?).
In any case, I just needed to add the -F option to my flac>mp3 transcoding settings in subsonic. Yippie!