Currently running a MPD source to Icecast2 on my Raspberry Pi 3, using HTTPS.
Everything is working smoothly, however upon retrieving metadata from Icecast using the status-json.xsl file (and opening it directly), all I can find as relevant metadata is the artist and title of the song.
I would also like to be able to retrieve the album for the current song; upon browsing the MPD documentation, I uncommented metadata_to_use in /etc/mpd.conf and tailored it to my needs :
metadata_to_use "artist,album,title,name"
This being done, I restarted Icecast2 and MPD, but on the status-json.xsl file, no additional tags are available.
I thought tags, when required, would appear as additional information on the status-json.xsl file, but I was apparently wrong.
I did not find any relevant property in the part of Icecast2 as far as metadata go.
Could someone please clarify where I am supposed to find the additional tags I need?
Or, if I misconfigured anything, what I am supposed to look for?
Thanks a lot!