Hi!
I'm using vlc to listen to our radio station. This player add's to the metadata provided by icecast the stream title (you can see this parameter in the icecast status page). By default this is the mount point name. For example now I'm listening to Artist - Title - test_airtime.
This is what I added in ls_lib.liq to solve the issue:
output = output.icecast(host = host,
port = port,
password = pass,
mount = mount_point,
fallible = true,
url = url,
description = description,
genre = genre,
user = !user_ref,
on_error = on_error,
on_connect = on_connect,
name = "My Radio")
I don't know if you noticed this things. maybe it can be solved for future versions, not hardcoded by some users.
Alexandru.