Thread safety for ID3v1 genres

Lukáš Lalinský lalinsky at gmail.com
Mon May 2 22:39:42 CEST 2011


On Mon, May 2, 2011 at 10:05 PM, Stephen F. Booth <me at sbooth.org> wrote:
>>> On Mon, May 2, 2011 at 1:27 PM, Stephen F. Booth <me at sbooth.org> wrote:
>>>> I still would suggest the patch above, because no C++ objects are
>>>> being created at static initialization time.
>>>
>>> I have no problem with the patch, the cost of creating the genre
>>> string objects is nothing compared to the rest of the tag parsing.
>>
>> Thinking a bit more about it, I'd prefer something like this (because
>> of ID3v1::genreIndex):
>
> That should improve performance over the patch I suggested, although I
> haven't benchmarked to be sure.
>
> As an aside, does anyone even use ID3v1 tags anymore?  Isn't v1 from like 1996?

Windows users are often forced to ID3v1 because WMP (and therefore
Windows Explorer) *still* can't read ID3v2.4, so if they want to see
at least something in the Explorer and prefer ID3v2.4, they have to
save also ID3v1. But the ID3v1 genre list is far more widely used
outside of ID3v1 tags.

Lukas


More information about the taglib-devel mailing list