othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

Breaking up of Aritst name when '&' are in artist name. #19

Closed killhellokitty closed 8 years ago

killhellokitty commented 8 years ago

A good example is 'Siouxsie & the Banshees'. The artist page divides the artist into 2 artists. 'The Banshees' and 'Siouxsie'. Both have the same tracks and track listings under their header. But again they are listed as separate artists even on the 'now playing' page. It seems the '&' breaks the name into 2 artists.

othmar52 commented 8 years ago

this is a feature :) imagine you also have this release in your collection. Isn't it better to display this release as well when navigating to "Siouxsie"'s detail page?

In case you want to display just the collaborative tracks you have to click directly on the ampersand & between those artists.

Especially in electronic music there are tons of collaborative or solo productions and remixes of artists mpd-currentplaylist

killhellokitty commented 8 years ago

I understand your point and it is thoughtful and valid. It does make a huge difference with my techno/house/etc. I'd mark this one as closed.