Skip Menu |

This queue is for tickets about the Music-Tag-FLAC CPAN distribution.

Report information
The Basics
Id: 74014
Status: open
Priority: 0/
Queue: Music-Tag-FLAC

People
Owner: Nobody in particular
Requestors: cpan.org [...] mavit.org.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.4101
Fixed in: (no value)



Music::Tag::FLAC looks for tags with upper-case names, e.g, TITLE and TRACKNUMBER. However, some taggers, for example MusicBrainz' Picard, write these tag names in lower case. Music::Tag::FLAC should treat these as being the same.
From: markus.uckelmann [...] koeln.de
Am So 15. Jan 2012, 11:28:30, MAVIT schrieb: Show quoted text
> Music::Tag::FLAC looks for tags with upper-case names, e.g, TITLE and > TRACKNUMBER. However, some taggers, for example MusicBrainz' Picard, > write these tag names in lower case. Music::Tag::FLAC should treat > these as being the same.
Next I look into the bugs before I try to find the error. I just encountered the same problem. What fixed it for me was a simple hack: root@tipi:~ # diff /usr/local/share/perl/5.14.2/Music/Tag/FLAC.pm /usr/local/share/perl/5.14.2/Music/Tag/FLAC.pm.orig 56d55 < $t = uc($t); I use the version '0.4101'. Markus