When I execute below, liquidsoap responds with:
'The variable live defined here is not used anywhere'
That is because the live input is not active.
source=fallback(track_sensitive=false,
[live,radio,jingle_fail])
def append_title(m)=
title=m["title"]
[("title","#{title} - LIVE-ON-AIR")]
end
live=map_metadata(append_title,live)
How can I add metadata to the live input when it becomes active?
It looks like you're new here. If you want to get involved, click one of these buttons!