After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783888 - Music splits albums incorrectly
Music splits albums incorrectly
Status: RESOLVED DUPLICATE of bug 781903
Product: gnome-music
Classification: Applications
Component: general
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2017-06-17 08:07 UTC by javiermon
Modified: 2017-10-21 10:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tracker info (5.47 KB, text/plain)
2017-06-17 08:07 UTC, javiermon
Details
albums with timestamps (888 bytes, text/plain)
2017-06-17 09:15 UTC, Eli Green
Details

Description javiermon 2017-06-17 08:07:40 UTC
Created attachment 353936 [details]
tracker info

I have a lot of duplicated albums in my collection where the first song is separated from the rest. For example:
Artist Album:
1 Fist song.

Artist Album:
2-10 Songs.

I've looked into this and the difference between both files is the tracker tag 'nmm:musicAlbum', for some reason tracker adds the date at the end of the tag and in the first song it's different. I have no idea where is that date taken from since banshee or easytag do not show that id3tag information. This only happens in gnome-music, banshee, kodi and the app in my android phone have the same file and they all identify all songs belonging to the same album properly.

See attached tracker info output for the first 2 songs of one of my albums where this happens.
Comment 1 Eli Green 2017-06-17 09:15:20 UTC
Possibly a duplicate of 781957 and 781903. I'm seeing the same thing but with a full timestamp appended to the album. It looks like gnome-music is stripping this stuff from the property for display but since it's using sparql grouping the albums are shown separately.
Comment 2 Eli Green 2017-06-17 09:15:45 UTC
Created attachment 353938 [details]
albums with timestamps
Comment 3 Marinus Schraal 2017-07-17 08:39:08 UTC
It is the same basic problem as in #781903 .

The problem is indeed the date tag, but as you say it in comment #1 it doesn't show up in easytag. It can still be there, just be ignored by easytag. Maybe try mutagen or just check the file with a hex editor (ghex should do the trick) and dump what is in the header.
Comment 4 Alexandre Franke 2017-10-21 10:35:36 UTC

*** This bug has been marked as a duplicate of bug 781903 ***