On Nov 8, 2012, at 12:22 PM, Guy Tarazy wrote:

> My station is set up and operates mostly on modified LS script.
> im having some issues i was hoping to get help resolving,
> 
> My LS script runs shows 24\7 with switch operator and default folder rotation 
> and having these issues:
> 
> 1.every time a show starts its brutally cutting whatever is playing and goes 
> to the file, (same with scheduled shows/webstream in Airtime) how can i tell 
> LS to fade out the current broadcast to a jingle and then start the next 
> file? i need a fade out..not crossfade.
do you insist on track_sensitive:false?
switch and fallback may have transitions (you can read the API reference - 
there is also a cookbook)
jingleF=(...)
jingleS=(...)
def  insert_jingle(j,old,new)
        old = fade.final(old)
        #new = fade.initial(new)
        sequence([old,j,new])
end
> 
> 2.Every time a scheduled show ends in LS or Airtime, LS defaults back to the 
> 24/7 rotation but it jumps into the middle of a track (its like the 24/7 is 
> running in the background all the time) is there  way to tell LS to initiate 
> the 24\7 rotation from the start when a show ends and not let it run in the 
> background?
default=fallback(track_sensitive=false,transitions=[insert_jingle(jingleF)],[switch(track_sensitive=false,transitions=[insert_jingle(jingleS),...],[
...
fallback.skip(input=rotating,rotating)])
> 
> This is my modified script:
> 
> http://forum.sourcefabric.org/discussion/14624/snippet-complete-liquidsoap-schedule
> 
> Thanx for your help guys! 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov_______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to