Make 4th stream backwards compatible with the autogenerated
liquidsoap.cfg
This commit is contained in:
parent
d61b75f105
commit
968b739bf4
1 changed files with 3 additions and 0 deletions
|
@ -401,6 +401,7 @@ if s3_enable == true then
|
||||||
s3_connected, s3_description, s3_channels)
|
s3_connected, s3_description, s3_channels)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%ifdef s4_enable
|
||||||
if s4_enable == true then
|
if s4_enable == true then
|
||||||
if s4_output == 'shoutcast' then
|
if s4_output == 'shoutcast' then
|
||||||
s4_namespace := "shoutcast_stream_4"
|
s4_namespace := "shoutcast_stream_4"
|
||||||
|
@ -412,6 +413,8 @@ if s4_enable == true then
|
||||||
s4_mount, s4_url, s4_name, s4_genre, s4_user, s, "4",
|
s4_mount, s4_url, s4_name, s4_genre, s4_user, s, "4",
|
||||||
s4_connected, s4_description, s4_channels)
|
s4_connected, s4_description, s4_channels)
|
||||||
end
|
end
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
command = "/usr/lib/airtime/pypo/bin/liquidsoap_scripts/notify.sh --liquidsoap-started &"
|
command = "/usr/lib/airtime/pypo/bin/liquidsoap_scripts/notify.sh --liquidsoap-started &"
|
||||||
log(command)
|
log(command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue