From 20cfd01f80a38acea6144d4c8e24e425507bfc5f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 21 Aug 2012 12:20:15 -0400 Subject: [PATCH] CC-1665: Scheduled stream rebroadcasting and recording -ls_script cleanup --- python_apps/pypo/liquidsoap_scripts/ls_script.liq | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python_apps/pypo/liquidsoap_scripts/ls_script.liq b/python_apps/pypo/liquidsoap_scripts/ls_script.liq index c3bec6818..3696b0d83 100644 --- a/python_apps/pypo/liquidsoap_scripts/ls_script.liq +++ b/python_apps/pypo/liquidsoap_scripts/ls_script.liq @@ -27,7 +27,6 @@ stream_metadata_type = ref 0 default_dj_fade = ref 0. station_name = ref '' show_name = ref '' -#current_media_id = ref '' s1_connected = ref '' s2_connected = ref '' @@ -47,9 +46,6 @@ queue = map_metadata(update=false, append_title, queue) # the crossfade function controls fade in/out queue = crossfade(queue) -#make sure we are clearing all buffered data even when the source isn't being actively used -#output.dummy(queue, fallible=true) -#output.dummy(web_stream, fallible=true) stream_queue = switch(id="stream_queue_switch", track_sensitive=false, transitions=[transition, transition], [({!webstream_enabled},web_stream), ({true}, queue)])