diff --git a/pypo/files/sleeper_03.mp3 b/pypo/files/sleeper_03.mp3 deleted file mode 100644 index 786d4ccb3..000000000 Binary files a/pypo/files/sleeper_03.mp3 and /dev/null differ diff --git a/pypo/scripts/ls_script.liq b/pypo/scripts/ls_script.liq index 4e3660bc4..5fec857ea 100644 --- a/pypo/scripts/ls_script.liq +++ b/pypo/scripts/ls_script.liq @@ -24,7 +24,7 @@ server.register(namespace="vars", "show_name", fun (s) -> begin show_name := s s server.register(namespace="vars", "station_name", fun (s) -> begin station_name := s s end) -default = audio_to_stereo(single("/opt/pypo/bin/files/sleeper_03.mp3")) +default = amplify(0.00001, noise()) default = rewrite_metadata([("artist","Airtime"), ("title", "offline")],default) s = fallback(track_sensitive=false, [queue, default]) @@ -71,8 +71,7 @@ end if output_icecast_vorbis then #remove metadata from ogg source and merge tracks to fix bug #with vlc and mplayer disconnecting at the end of every track - #silence = add(normalize=false,[blank(), audio_to_stereo(single("/opt/pypo/bin/files/sleeper_03.mp3"))]) - ogg_s = add(normalize=false,[blank(),s]) + ogg_s = add(normalize=false, [amplify(0.00001, noise()),s]) out_vorbis = output.icecast(%vorbis, host = icecast_host, port = icecast_port, password = icecast_pass, mount = mount_point_vorbis,