moritz-weber / mucke

mucke - android music player
GNU General Public License v3.0
224 stars 10 forks source link

[Feature] Manage Artist Separators #178

Open loustact opened 2 months ago

loustact commented 2 months ago

Is your feature request related to a problem? Please describe. It always frustrates me when music players don't split a song/album's artists into different entries when it has 2 or more in its tags (e.g. ”Artist 1 & Artist 2" would be a single artist entry instead of 2 separate entries.)

Describe the solution you'd like There's a few players that deal with it in this way. They manage artist separators by identifying them (e.g. the separators: ”&”, ”;”, ”feat.”, etc.) and split the artists into different entries.

Describe alternatives you've considered N / A

Additional context N / A