mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 23:16:01 -05:00
0c43de9735
multiple genres are either supported by format (see flac/orbis) or are handled by convention (see mp3) - ffmpeg presents either case as a single string, seperated by ';' (ie "Pop;Rock") Currently the server/db does not support multiple genres and will store the ffmpeg string as-is which is unlikely the user intention. Introduce 'split_genre' to take the first genre token