Albums with the same name are confused when using albumartist
and not artist
tags to sort library
#663
Labels
Milestone
albumartist
and not artist
tags to sort library
#663
[x]
):Description
Just like in #584, I encountered the same problem but the solution suggested didn't work and here's why:
All my music library on my PC and on my android device (synced with rsync) is sorted and organized with beets. With it, I configured that (besides multi disc albums,) all my albums will be on the main music directory. Besides that, beets is using
albumartist
for tagging the whole album's artist and not just theartist
tag. It uses theartist
tag in addition to thealbumartist
tag. And when an album has multiple artists performing in it, it's tracks'artist
tag will be different from thealbumartist
tag when a foreign artist performing a specific track. IMHO, it's a much better approach towards a correct organization of the music library and Vanilla Music should follow it as well.Besides that, if a release album is divided to multiple discs, beets will tag all of the tracks with the same value for the
album
tag even though it has divided to multiple discs.Steps to reproduce the issue
albumartist
andartist
tag with the valueartist1
and theiralbum
tag with the valueGreatest Hits
.albumartist
andartist
tag with the valueartist2
and theiralbum
tag with the valueGreatest Hits
.Yet another album by artist3
's 2 subdirectories, put some music files and fill theiralbumartist
andartist
tag with the valueartist3
and theiralbum
tag with the valueYet another album by artist3
.albumartist
(notartist
) tag with the valueartist4
, fill theiralbum
tag with the valueThe Best of artist4
and theirartist
tag withartist4
for most of the tracks and for some tracks use the valueartist1
for the tagartist
.With 'Group albums by folder' setting disabled (Setting -> Media Library)
With 'Group albums by folder' setting enabled (Setting -> Media Library)
Once we are inside it, we see only the album's tracks and this is how it should be. In addition, the filter indicator at the bottom of the screen is showing both the
artist
tag value and thealbum
tag value. The problem appears when we press the Back button: we see not only the albums by 'artist4' but also the album 'Greatest Hits - artist1' - that's because Vanilla Music is filtering with theartist
tag and not thealbumartist
.Solution suggestion
Generally, it seems that Vanilla Music is not consistent when choosing to read the
albumartist
's tag value and thealbum
's tag value. Or it could be, that even when 'Group albums by folder' setting is enabled, Vanilla Music assumes that my music library is organized in a<artists>/<albums>/<tracks>
structure, I'm not sure though..I think we should add options to choose what tags will automatically create those filters. Thus it enabling users to adopt Vanilla Music to their tagging habits.
The text was updated successfully, but these errors were encountered: