owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD audio server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2.09k stars 237 forks source link

Multiple genres per album/track #1464

Open divanikus opened 2 years ago

divanikus commented 2 years ago

Hi. I know there is no standart against tagging with multiple genres, but this feature looks very promising in terms of managing library and creating playlists. Think of it as of tags (hashtags) for your music. One album could be tagged as say Folk Rock and Rock. So if you want to listen some Rock, it would be there, if you want to listen just Folk Rock - it would be there too.

Many tagging software do support having multiple values for Genre field, at least for id3v2.3+ tags. It might be proper multivalue field or just a string with separator, usually ";" or "/" (Folk Rock;Rock, Doom Metal/Metal). Some players and library organizers do recognize multiple values and they really put albums and tracks into multiple genres. I can say for sure, that Volumio does support it, Kodi does support it, MusicBee (for Windows) does support it.

Currently owntone-server does not support multiple genres, they are all seen as long strings with ";" separator in the UI. It would be really cool to have this feature too!

hacketiwack commented 2 years ago

This enhancement is related to #886.