Hello! I have a few tracks that have HTML special characters in the name, such as double-quotes (JAQL – Garage Droppa (Mayhem “Three Car” RMX)) or angled brackets (Mickey P. feat. Kelli Ali – MY<DSMBR). Looks like these names get embedded in HTML without escaping in several places in AudioStreamer, which causes problems.
I fixed this in a few places by adding htmlspecialchars()
when outputting metadata, but it would be great to fix this problem for everyone in an official release 🙂