Moonbase59 / ices0

Enhanced source client for broadcasting to an Icecast/Shoutcast server in MP3 format.
GNU General Public License v2.0
25 stars 9 forks source link

ices 0.4.6 doesn't read FLAC tags when using FLAC API v8 or newer #1

Closed Moonbase59 closed 5 years ago

Moonbase59 commented 5 years ago

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.