[important bug] "nothing scheduled between songs in a scheduled show"
  • Hi,
    as the title says, there is a whole second of silence between songs, and in that second start the "fallback playlist" because airtime say that there is nothing scheduled..
    my modification of ls_script.liq

    #pigreco
    music = playlist(reload = 100, "/var/www/owncloud/data/niculin/files/Random")
    music = skip_blank(threshold=-50.,length=6., music)
    jingles = playlist(reload = 100, "/var/www/owncloud/data/niculin/files/Random/jingles")
    auto = rotate(weights = [1, 4],[jingles, music])
    default = auto

    any solution to fix this?