2014/08/03 11:59:59 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:07:47 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:07:49 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:12:35 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:12:37 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:20:05 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:20:07 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:26:57 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:26:59 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:49:58 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:50:00 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:56:26 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:56:28 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 12:58:57 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 12:58:58 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition. 2014/08/03 13:11:50 [master_show_schedule_noise_switch:3] Switch to show_schedule_noise_switch with forgetful transition. 2014/08/03 13:11:52 [master_show_schedule_noise_switch:3] Switch to audio_to_stereo_5690 with transition.
s = if master_live_stream_port != 0 and master_live_stream_mp != "" then master_dj = audio_to_stereo( input.harbor(id="master_harbor", master_live_stream_mp, port=master_live_stream_port, auth=check_master_dj_client, max=40., on_connect=master_dj_connect, on_disconnect=master_dj_disconnect)) ignore(output.dummy(master_dj, fallible=true)) switch(id="master_show_schedule_noise_switch", track_sensitive=false, transitions=[transition, transition], [({!master_dj_enabled}, master_dj), ({true}, s)] ) else s end
#default = amplify(id="silence_src", 0.00001, noise())
well stop doing that as now.Yes stop
default = amplify(id="silence_src", 0.00001, noise())
autodj=mksafe(playlist(mode="random","myplaylist"))
default = fallback(track_sensitive=false,[strip_blank(max_blank=30.,threshold=-45.,default),autodj])
now create any autodj.liq (that is any script you want) in any folder you want link it to the ls_script but you must put this fall back
default = fallback(track_sensitive=false,[strip_blank(max_blank=30.,threshold=-45.,default),autodj])
so using this script #from here http://savonet.sourceforge.net/doc-svn/quick_start.html
######################################Start##################################
# Music
myplaylist = playlist("~/radio/music.m3u")
# Some jingles
jingles = playlist("~/radio/jingles.m3u")
# If something goes wrong, we'll play this
security = single("~/radio/sounds/default.ogg")
# Start building the feed with music
radio = myplaylist
# Now add some jingles
radio = random(weights = [1, 4],[jingles, radio])
# And finally the security
#please watch for the period behind the numbers below they are float
default = fallback(track_sensitive=false,[strip_blank(max_blank=30.,threshold=-45.,default),radio])
#########################################END#####################################
put this in any folder and link like this
sudo ln -s /path-to-my-folder/ /path-to-airtime-script-folder/
It looks like you're new here. If you want to get involved, click one of these buttons!