Volumio in Browser Title

Hi,

Back in Volumio 1.XX, the web browser used to disaply “Volumio - Artist - Song Title” this appears have to been taken out of Volumio 2.0. Is there a way to add this back? I use a script that scans for a keyword and then output the artist and title to text.

It works also in Volumio2, altough we use a different way to show it.
If your purpose is to dislay such informations you will results might be better if you use one of our APIs:
volumio.github.io/docs/API/WebSocket_APIs.html

IMy specific case requires artist name and song title outputted to a text file on a different machine. Not sure if I can do that with the API