When introducing the "universal" FLAC API handling, I introduced a small bug: When using the FLAC API v8 or newer, ices 0.4.6 would not read the Vorbis tags from FLAC files anymore (Artist, Title and replaygain_track_gain).
I accidentally tried to set a metadata callback after initializing the FLAC decoder. "Set" type operations must be done before init.
When introducing the "universal" FLAC API handling, I introduced a small bug: When using the FLAC API v8 or newer, ices 0.4.6 would not read the Vorbis tags from FLAC files anymore (Artist, Title and replaygain_track_gain).
I accidentally tried to set a metadata callback after initializing the FLAC decoder. "Set" type operations must be done before init.
Fixing this in version 0.4.7.