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

Fade in/out on switch shows - Liquidsoap

$
0
0
Hi guys.

problem #1

With the help of @Martin+Konecny i managed to create fades in and out + jingles between sources.

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?


Viewing all articles
Browse latest Browse all 1390

Trending Articles