audacious-1.3.2 does not playback FLAC files anymore. The plugin is installed and activated but when opening a FLAC file in the playlist, it tells me that either the file is not readable or the plugin is not installed. Attached output of emerge --info and emerge -pv audacious audacious-plugins
Created attachment 132304 [details] emerge --info
Created attachment 132305 [details] emerge -pv audacious audacious-plugins
Could I have a sample file attached for testing please? While the FLAC plugin in the 1.3 branch is not perfect and the 1.4 branch will sport a completely rewritten one, I'm not used to it failing in that way.
http://glug.ch/equinoxe.flac flac123 plays the stream: Playing FLAC stream from equinoxe.flac 16 bit, 44100 Hz, 2 channels, 6341484 total samples, 143.80 total seconds
chainsaw@deep-blue /tmp $ file equinoxe.flac equinoxe.flac: Audio file with ID3 version 23.0 tag, MP3 encoding Front-bolted ID3 tag which does not belong there. Clear it, or retag using a sensible tagger.
Any suggestion on how to do this? best would be removing ID3 tag and adding a FLAC tag but I've no idea how to postprocess the file.
Generally a tagger will do most if not all of the work if you tell it to strip the tag, force it to save, then put the information back in and save again. You can use file (like I did) to see if you've been successful.