diff --git a/modules/liquidsoap/library.liq b/modules/liquidsoap/library.liq index 666ec54f5b2c992b5d8ba9e3e2b54611f705894c..c22069541ad1eb30ec0501a2db21b1c82508a336 100644 --- a/modules/liquidsoap/library.liq +++ b/modules/liquidsoap/library.liq @@ -46,9 +46,9 @@ def stream_to_icecast(id, encoding, bitrate, host, port, pass, mount_point, url, user_ref := "source" end - # dumbass liquidsoap cannot handle one output definition for mono and stereo - output_icecast_mono = output.icecast(id = id, host = host, port = port, password = pass, mount = mount_point, fallible = true, url = url, description = description, name = name, genre = genre, user = !user_ref, on_error = on_error, on_connect = on_connect) - output_icecast_stereo = output.icecast(id = id, host = host, port = port, password = pass, mount = mount_point, fallible = true, url = url, description = description, name = name, genre = genre, user = !user_ref, on_error = on_error, on_connect = on_connect) + # Liquidsoap cannot handle one output definition for mono and stereo + output_icecast_mono = output.icecast(id = id, host = host, port = port, password = pass, mount = mount_point, fallible = true, url = url, description = description, name = name, genre = genre, user = !user_ref, on_error = on_error, on_connect = on_connect, icy_metadata = "true") + output_icecast_stereo = output.icecast(id = id, host = host, port = port, password = pass, mount = mount_point, fallible = true, url = url, description = description, name = name, genre = genre, user = !user_ref, on_error = on_error, on_connect = on_connect, icy_metadata = "true") # %ifencoder %aac # if encoding == "aac" then