boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
266 stars 34 forks source link

disc numbers #38

Closed nilsbecker closed 9 years ago

nilsbecker commented 10 years ago

the library browser has problems displaying multi-disc releases properly. i.e. the artist/albumartist and the album are the same but there are multiple discs in the release indicated by a disc tag in the metadata. what happens now is that the discs get pooled and one gets a sub-list of the form

1 - [track1 on disc 1]
1 - [track1 on disc 2]
...
2 - [track2 on disc 1]
2 - [track2 on disc 2]
...

instead of properly grouping by disc. (ncmpcpp does it right for example)

it seems this tag is not supported at all in vimpc? it's not displayed in the track info window.

nilsbecker commented 10 years ago

(bump) here is an example of a release that gets displayed, and when added to the playlist, played, in the wrong order:

http://musicbrainz.org/release/44971fbc-b5dd-3d2b-8fd6-43e084ed24c4

ahti commented 10 years ago

This is a pretty important feature to me, too and I'd love to have it.

connermcd commented 9 years ago

This should work now. Please comment or open another issue if you continue to have issues.

ahti commented 9 years ago

💖

nilsbecker commented 9 years ago

thanks! works!