Hi guys.
problem #1
default=fallback(track_sensitive=false,transitions=[insert_jingle(jingles),insert_jingle(jingles)],
[switch(track_sensitive=false,transitions=[insert_jingle(jingles),insert_jingle(jingles)],[
But the problem is the fades wont work between scheduled shows.
if a scheduled show in the switch is finished and another one kicks in it will cut to it instantly without the transition rule...
#2
When a scheduled show is scheduled to run for 2 hours and the file itself is less...liquidsoap will replay it again...lol.
how can i make the switch go to general rotation and then kick in the next show at the given time?
example of loading:
tilsessions = playlist(mode='normal',reload=1,reload_mode="rounds", "/srv/tranceilmusic/music/tilsessions/")
the end of the switch:
fallback.skip(input=rotating,rotating,)
])
ignore(output.dummy(default, fallible=true))
Any thoughts?