Fade in/out on switch shows - Liquidsoap
  • 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?

    Post edited by Guytrance at 2012-12-05 06:51:23
  • 2 Comments sorted by
  • Solved problem 2 by adding some singles after each show.

    But problem 1 is still bugging me..

    How can i fade between shows in the switch itself?




  • Anyone?