Reply To: rsp transcoding in 1082

#4736
rpedde
Participant

@gordo wrote:

It does work when the Soundbridge connects via daap.

did you compile with –enable-flac?

check your db and see what codectype it sees…


foo@bar$ sqlite /path/to/songs.db
sqlite> select codectype from songs where fname like '%.flac';

It should be “flac” and not “unkn”

— Ron