2012/12/14 Jay Eames <[email protected]>:
> Hi Guys,

Hi Jay!

> I am sure this is a fairly simple thing to achieve, but I seem to be
> struggling with it at the moment.
>
> At the moment I am using:
>
> output = fallback(track_sensitive=false,[switch([({0m}, topofthehour)]),
> playlist])
>
> This will play the top of the hour stuff on the hour - but when the top of
> the hour finishes, it returns to wherever the jukebox playlist left off -
> i.e. it will fade back in half way through a track.
>
> What I would like to achieve is for it to start the next track at the end of
> the top of the hour stuff. Is this possible?

I think the most simple solution would be to create a source for the
top of the hour:

topofthehour = switch([({0m}, topofthehour)])

Then use it with a fallback.skip switch:

output = fallback.skip(input=topofthehour, playlist)

That should do what you expect.

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to