Moonbase59 / ices0

Enhanced source client for broadcasting to an Icecast/Shoutcast server in MP3 format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Moonbase59 opened this issue · comments

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.