dopamine-windows icon indicating copy to clipboard operation
dopamine-windows copied to clipboard

Album track order goes wrong with multiple artists

Open TheNewNo3 opened this issue 4 years ago • 5 comments

I'm submitting a...


[ ] Regression 
[x] Bug report  
[ ] Feature request

I'm using these versions

  • Windows version: 10
  • Dopamine version: 2.0.5

Reproduction steps

  • Go to album view
  • Pick an album with different contributing artists
  • Use By Album sort in the songs pane.

Observed behavior

  • The album will (sometimes) sort by the contributing artist, and then by the disc/track number
  • As an example, the latest McFly album, Young Dumb Thrills, has contributing artist "McFly" for tracks 1-5 and 8-12; "McFly; Rat Boy" for track 6 and "McFly; Mark Hoppus" for track 7 (disc 1 of 1 across the board). The album currently sorts 1 2 3 4 5 8 9 10 11 12 7 6 Capture
  • I have not noted this behaviour consistently - it does it on a Taylor Swift concert I recorded using Audacity, and on this McFly album ripped using Windows Media Player.

Desired behavior

  • Album should sort solely by disc number, then track number, then artist

Log file

TheNewNo3 avatar Nov 12 '20 08:11 TheNewNo3

This is caused by #910

ametj avatar Jun 19 '21 09:06 ametj

Dopamine often doesn't know how to sort by track number... same than in #1215 This should be the default sort order in any case like in all the other players

fenarinarsa avatar Jun 22 '21 09:06 fenarinarsa

Easily the most annoying part of using Dopamine for me right now.

Spirialis avatar Sep 05 '21 02:09 Spirialis

The sorting is done in this order:

First, by album artist Then, by album title Then, by disc number And finally, by track number

When tagging is done right, it works.

What do you mean with "Contributing artist". Dopamine only looks at "artist" and "album artist". It has no knowledge of a tag called "Contributing artist". Are you storing track artists in the "album artists" tag? If yes, that is the problem. For an album, the "album artist" must be the same for each track in the album. It's the tag "artist" that, then, describes which artist(s) are performing each specific track.

Notes:

  1. Sorting solely by track number in that specific view does not work.Because you can select multiple albums in the middle pane, which then appear grouped by album on the right side. If I sort only by track number, you get a list of tracks than show all track numbers 1 from all albums, then all track numbers 2 from all albums, etc... The sorting that was chosen, respects album grouping.

  2. I'd like to not start a discussion about omitting album artist from the album grouping (I've had it tens of times already). An album is defined by a combination of and album title AND album artist (not only by album title). Because different artist can have albums with the same title. We don't want to mix these albums into a single album.

digimezzo avatar Sep 05 '21 07:09 digimezzo

Thanks for the info, at least for me the issue with many albums is when tracks have different "artist" values and the "album artist" field is blank. It seems like "artist" is used in place of "album artist" in that case, and causes that kind of jumbled track order to occur.

Filling in the album artist field solves the issue, which is good to know. Not something i would have thought of trying on my own.

Spirialis avatar Sep 05 '21 14:09 Spirialis