Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Multiple Genres Bug?
#33
Quote:Whether or not it's possible syntactically to have multiple values, I believe such tracks need to be cleaned so that they have a single AlbumArtist entry.

I think it would really be a nice feature to have multiple AlbumArtist values. For instance to find the album "Riding with the King" both under "Eric Clapton" and "B.B. King". Although it's ok for me to use the "... & ..." scheme.

Quote:As for using Album+AlbumArtist as an identifier, that seems common practice. While AlbumArtist isn't well defined, its dominant usage is a sorting key to get the album into the right "bin" (to use the analogy of a physical CD in a bricks-and-mortar store) where more than one artist is involved.

Moode uses the string Album@AlbumArtist as compound key. When AlbumArtist is missing, it is substituted with Artist. Artist exists in any case, either a value that was existent in the track or set to "Unknown" during setting up the Moode library.
If we would have an array of multiple AlbumArtists, for creating the compound key it would be sufficient to fetch the first AlbumArtist in order to make it unique.



Quote:Isn't this the issue for which Tim has accepted your proposed code patch? Am I missing something here?

No, this was for multiple genres.



Quote:It seems to me moOde already covers the case of no AlbumArtist entry when there is only a single Artist entry. Perhaps just choose the first Artist entry if there is more than one?

Currently Moode supports only on single Artist entry per track. If the track has more than one Artist, only the last value survives, because each new value coming in overwrites the previous one. (Same logic as it was for genres.)

There seems to be also one problematic situation: When none of the tracks of an album have the AlbumArtist set and each track has a different Artist, the album is split into many according to this logic. But I have not tested yet whether this really occurs.

Quote:Isn't metadata fun?

Could be  Rolleyes.

If Moode would support both multiple AlbumArtists and multiple Artists, the first should be exclusively used for the Artist column in the tag view, while the latter should only be visible in the track details.
Reply


Messages In This Thread
Multiple Genres Bug? - by Atair - 08-26-2020, 02:07 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-26-2020, 07:50 PM
RE: Multiple Genres Bug? - by Atair - 08-26-2020, 08:56 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-26-2020, 09:14 PM
RE: Multiple Genres Bug? - by Tim Curtis - 08-26-2020, 10:56 PM
RE: Multiple Genres Bug? - by Atair - 08-26-2020, 09:42 PM
RE: Multiple Genres Bug? - by Atair - 08-26-2020, 10:01 PM
RE: Multiple Genres Bug? - by Atair - 08-26-2020, 10:19 PM
RE: Multiple Genres Bug? - by Tim Curtis - 08-26-2020, 10:36 PM
RE: Multiple Genres Bug? - by Atair - 08-27-2020, 07:36 AM
RE: Multiple Genres Bug? - by Atair - 08-27-2020, 08:02 AM
RE: Multiple Genres Bug? - by Tim Curtis - 08-27-2020, 01:10 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-27-2020, 12:39 PM
RE: Multiple Genres Bug? - by Tim Curtis - 08-27-2020, 12:42 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-27-2020, 01:00 PM
RE: Multiple Genres Bug? - by Tim Curtis - 08-27-2020, 01:05 PM
RE: Multiple Genres Bug? - by Atair - 08-27-2020, 05:37 PM
RE: Multiple Genres Bug? - by Tim Curtis - 08-27-2020, 06:43 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-27-2020, 06:08 PM
RE: Multiple Genres Bug? - by Atair - 08-27-2020, 08:50 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-27-2020, 09:17 PM
RE: Multiple Genres Bug? - by Atair - 08-28-2020, 06:42 AM
RE: Multiple Genres Bug? - by Tim Curtis - 08-27-2020, 09:17 PM
RE: Multiple Genres Bug? - by Atair - 08-28-2020, 07:01 AM
RE: Multiple Genres Bug? - by TheOldPresbyope - 08-28-2020, 11:42 AM
RE: Multiple Genres Bug? - by Tim Curtis - 09-01-2020, 02:55 PM
RE: Multiple Genres Bug? - by dwlacroix - 09-01-2020, 03:56 PM
RE: Multiple Genres Bug? - by Tim Curtis - 09-01-2020, 04:56 PM
RE: Multiple Genres Bug? - by dwlacroix - 09-01-2020, 05:34 PM
RE: Multiple Genres Bug? - by Tim Curtis - 09-01-2020, 07:48 PM
RE: Multiple Genres Bug? - by Atair - 09-01-2020, 09:48 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 09-02-2020, 12:30 PM
RE: Multiple Genres Bug? - by Atair - 09-02-2020, 02:18 PM
RE: Multiple Genres Bug? - by Atair - 09-02-2020, 02:36 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 09-02-2020, 03:36 PM
RE: Multiple Genres Bug? - by TheOldPresbyope - 09-02-2020, 04:49 PM
RE: Multiple Genres Bug? - by Atair - 09-02-2020, 05:33 PM

Forum Jump: