2012/12/9 Guy Tarazy <guytra...@gmail.com>:
> Hey Guys.

Hi there!

> I customized my liquidsoap to run shows in a scheduled structure.
>
> The script has a default rotation of 24/7 and a schedule (switch)..i have a
> fade in/out that i added between the schedule and the 24/7, but the problem
> is it wont fade between SWITCH shows, if a show in the switch ends and
> another one kicks in it wont fade between them, only between the switch and
> the rotation.
> how can i achieve that?

I think it is a bug that was fixed about two months ago:
  
https://github.com/savonet/liquidsoap/commit/a5cd73bd0b94d84a7488bad8231885792f97035d
There hasn't been any release yet so you'd have to use the latest code
to have it fixed. We are hoping to do a release some time in the near
future..

> Second problem which is very important...when a show in the switch is set to
> 2 hours and the file itself is 119:00 minuetes for example, it will restart
> that file again for that remaining minuete, which is bad..how can i tell
> liquidsoap that if a file ends before the set time then fallback to the 24/7
> rotation?
>
> The switch is not track sensitive because i need shows to start on time and
> interrupt whatever is playing.

I think you should be able to achieve this using the delay operator:
  http://liquidsoap.fm/doc-svn/reference.html#delay
You could use it to prevent the show source from being available
during the next hour (for instance) after the last show/file has
ended..

Good luck with your project!
Romain

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to