dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
878 stars 45 forks source link

'Comment' tag in now playing and album views #266

Closed TheWrathKing closed 9 months ago

TheWrathKing commented 11 months ago

Hello and thanks for this great player (working fine with Navidrome), Would it be possible to add the id3 "comment" field to the list of available columns in "now playing" and "album" views ? image

dweymouth commented 11 months ago

Hi, glad you are enjoying it so far! The Comment tag was not historically exposed through the Subsonic API, but there is an OpenSubsonic organization leading an ongoing collaborative effort to extend the API. Recently a whole bunch of new fields were approved including Comment, however Navidrome has not yet implemented any of the OpenSubsonic extensions so even if I added it, it would not currently be supported with a Navidrome server.

I will add many of these new fields eventually once more servers start to implement it.

dweymouth commented 9 months ago

This has been added in https://github.com/dweymouth/supersonic/commit/53dc9277ec5c3d78cea0eefb09d0b19f8fff8af0 and will be in the next release (0.9.0)! (The new comment field is now supported by Navidrome, not sure of the status of other OpenSubsonic servers)