Quantcast
Channel: Airtime Support Discussions on Sourcefabric Forum
Viewing all articles
Browse latest Browse all 1390

Scheduled shows finnish early..dead air?

$
0
0
Hey guys.

I noticed that when scheduled shows finnish early (example, a 2 hour scheduled show has a file of 118:00 length..2 minuets less) then theres a dead air until the actual scheduled time of termination, then the fallback script i set up kicks in..

how can i setup the fallback script to play exactly when scheduled FILES end?

Script:

#default = amplify(id="silence_src", 0.00001, noise()) 
#default = rewrite_metadata([("artist","TranceIL Radio"), ("title", "Offline")],default) 
music = playlist(mode='randomize',reload=1,reload_mode="rounds", "/home/tranceilmusic/fallback") 
jingles = playlist(mode='randomize',reload=1,reload_mode="rounds", "/home/tranceilmusic/jingles/") 
default = rotate(weights=[1,3,1],[jingles,music,jingles]) 
ignore(output.dummy(default, fallible=true)) 

Viewing all articles
Browse latest Browse all 1390

Trending Articles