Bugzilla – Bug 18000
MusicBrainz Track IDs in .m4a files
Last modified: 2014-03-11 09:39:51 UTC
LMS Scanner does not pick up MusicBrainz Track IDs from tags in Apple .m4a files (lossless and lossy) when tagged with Jaikoz, Picard, Foobar2000, MP3Tag etc. The problem seems to be in the Slim/Formats/Movie.pm module, where the tag is mapped by the scanner in a case-sensitive manner, viz: 'MusicBrainz Track Id' => 'MUSICBRAINZ_ID' but the tag is labelled by the above taggers in uppercase ('MUSICBRAINZ TRACK ID') Solution described in this thread: http://forums.slimdevices.com/showthread.php?94909-TrackStat-Custom-Scan-LMS-%C2-%AC-URL-problem/page4&s=7e47e738ff599161d0329fc6ee8f9308
Could you please provide a sample file I could test this with?
Created attachment 7716 [details] Respect upper/lowercase tag name in musicbrainz mapping Could you please give this a try and let me know whether it works as expected or not? Thanks!
Fixed in 90e256231e7c36b659a3db4e6f8274d733fb5e13 (7.8)