sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.62k stars 115 forks source link

feat: Support for composer tag #521

Open s-fleck opened 4 months ago

s-fleck commented 4 months ago

While composer (and possibly performer) tags are really obscure in most genres of music, they are pretty essential to keep a classical music collection organized IMHO. Support for these is lackluster, but as far as i could find the opensubsonic API spec includes it (see links below)

https://opensubsonic.netlify.app/docs/responses/child/ https://opensubsonic.netlify.app/docs/responses/artistid3/

Anyways if this would be easy it would be great if it could be implemented so that clients could make use of it :) If gonic already delivers this data and i wasn't aware of it, shame on me :(

s-fleck commented 5 days ago

Some relevant details on how airsonic handles composers (and performers) from a related feature request in supersonic:

https://github.com/dweymouth/supersonic/issues/409