GNOME Bugzilla – Bug 734265
flac extractor in some cases adding artist to nmm:musicAlbum
Last modified: 2016-11-21 15:39:18 UTC
Created attachment 282508 [details] Screenshot: Music vs. Rhythmbox It seems that some of my tracks are missing the Composer, Album Artist and Year tags. This causes Music to split the album into two, even tho the Album tag is correct for all the tracks. Rhythmbox handles it well and groups all the tracks to the same album, as seen in the attached screenshot.
We split album songs if they have CD1 / CD2 set - could you check this filed in tracks, probably this is the case?
This is not the case here. There's no Disc Number metadata in the files (Rhythmbox lists it as Unknown) and Transatlanticism is a one-CD album.
I'm having a similar album grouping problem, but mine seems to be caused by an album having different file types within it. Is your problem caused by that as well?
I can confirm what Agustina reports: Different file types tagged with the same Album tag are not grouped together. I'm running GNOME Music 3.14.2.
I'd like to add that I'm getting albums with the same name grouped together. This is problematic for artists with more than one self-titled album. In my case, Peter Gabriel's third and fourth albums (which I own) are being grouped together as one album represented by his first album's art (which I don't own).
Created attachment 298687 [details] More than one album with the same title.
*** Bug 742130 has been marked as a duplicate of this bug. ***
Bulk removing the 3.18 target.
There have been some improvements to the queries selecting albums. Is this still an issue with the current stable 3.20 release?
(In reply to Marinus Schraal from comment #9) > There have been some improvements to the queries selecting albums. Is this > still an issue with the current stable 3.20 release? I just tested with gnome-music/tracker/grilo master. Did a hard reset of the tracker store and started a re-index. I can still reproduce the issue though: Different file types tagged with the same Album tag are not grouped together.
(In reply to Bastian Ilsø from comment #10) > I can still reproduce the issue though: Different file types tagged with the > same Album tag are not grouped together. Well, mixing file formats in one album is slightly unusual isn't it? I'm not sure tracker allows for that. Can you take 2 files from one album with different file types and run 'tracker info <filename>' on both of them and attach the output?
Created attachment 327698 [details] tracker info on flac file and mp3 file (In reply to Marinus Schraal from comment #11) > (In reply to Bastian Ilsø from comment #10) > > I can still reproduce the issue though: Different file types tagged with the > > same Album tag are not grouped together. > > Well, mixing file formats in one album is slightly unusual isn't it? hmm, It mostly happens when I purchase singles online where some stores offer to download in FLAC, others only offer MP3. Some of the electronic music artists I listen to produce music under different record labels who might use different distributors/stores. > Can you take 2 files from one album with different file types and run > 'tracker info <filename>' on both of them and attach the output? I have attached the output of two songs to this reply.
Just from a quick glance i think this is the problem : nmm:musicAlbum = 'urn:album:Singles:Volant' vs nmm:musicAlbum = 'urn:album:Singles' Can you track down the actual tags for both these files and attach?
Created attachment 327722 [details] Media info output on the two songs (flac, mp3) (In reply to Marinus Schraal from comment #13) > Just from a quick glance i think this is the problem : > > nmm:musicAlbum = 'urn:album:Singles:Volant' > vs > nmm:musicAlbum = 'urn:album:Singles' > > Can you track down the actual tags for both these files and attach? Attaching output from mediainfo. The tracks were tagged using EasyTAG (which seem to say the same thing).
The mediainfo output suggests the tags are correct, so that might be a tracker indexing problem. But it doesn't show the actual tags used right now. Just to be sure, can you test with a cmdline tool that shows the real tags (flac: metaflac --list <file>, mp3: there's a plethora of tools out there - id3v2, mp3info, etc) and post back here?
Created attachment 327725 [details] metaflac and id3info on the two songs (In reply to Marinus Schraal from comment #15) > The mediainfo output suggests the tags are correct, so that might be a > tracker indexing problem. But it doesn't show the actual tags used right now. > > Just to be sure, can you test with a cmdline tool that shows the real tags > (flac: metaflac --list <file>, mp3: there's a plethora of tools out there - > id3v2, mp3info, etc) and post back here? here is some output from metaflac and id3info.
(In reply to Marinus Schraal from comment #13) > nmm:musicAlbum = 'urn:album:Singles:Volant' this is wrong (FLAC) > vs > nmm:musicAlbum = 'urn:album:Singles' this is correct (mp3) So, it looks like the flac extractor is at fault here. It shouldn't add the artist to musicAlbum. This isn't noticeable when all the albums songs are the same file-format, but when mixing the two different nmm:musicAlbum names don't add up. Reassigning to tracker.
This is because of bug #707964 . It patches gstreamer, vorbis & flac to add albumArtist to the musicAlbum field if it's available. So it's not so consistent. Clashing of album names is certainly possible, but current inconsistent and incorrect behaviour is questionable as well.
*** This bug has been marked as a duplicate of bug 773697 ***