PLEASE REMEMBER THAT THE LS-SCRIPTS MODIFICATION IS IN NO WAY SUBSTITUTION FOR USING AIRTIME,YOU SHOULD SCHEDULE AS MUCH AS POSSIBLE IN AIRTIME WHERE YOU CAN GET STATS LIKE HISTORY TO MEET LEGAL OBLIGATIONS
@Ivan Ludice wrote I rember that the correct syntax should be:Fallback(track_sensitive = false,[rotation,security])"
well let me surprise you the correct syntax is
Fallback(track_sensitive = false,[player1,player2])"
that is play player1 and when you are finished play player 2 and as player 1 become available move back.
So there is nothing wrong with Fallback(track_sensitive = false,[player1,player2,player3,......])"
That is why I suggest that you use a single in one of these so that liquidsoap will disperse it and move on
Remember you are loading your songs in cache using "reload" so if you load say 60 songs in player 1 or 2 it will not stop unless something goes wrong then it moves to player 1 or 2 respectively.
The common mistakes we make is that the script written as examples is what's applicable to Airtime.
Liquidsoap is a very customizable language,you can even write your own functions and register them,therefore the examples are just for you to expand
Airtime will always move to the default fallback,a top down approach
so the order is
default = rotate(weights=[1,1], [jingles, rotation])
then
default fallback (it will stay here until something occur )
Then
default = rotate(weights=[1,1], [jingles, rotation])
then
default fallback (it will stay here until something occur )
Ivan Iudice said:I'm refering to icecast status page, at this moment I see "Current song: Unknown". When I was using airtime 2.0.3 (I don 't remember the liquidsoap version) it used ti show "title: $artist - $title" instead to "Unknown".
It looks like you're new here. If you want to get involved, click one of these buttons!