2013/6/7 <[email protected]>: > Hello: Hi,
> I would like to insert a promo picked randomly from a directory, an ad > picked randomly from a directory, another randomly picked ad, and another > randomly picked promo, in that order, every 20 minutes, with track > sensitivity. Is this possible? Sure. You can use a track_sensitive switch with a predicate that is true when you want to play them, combined with playlists in random order. The only trick here is about track sensitivity. If track sensitive, you'll need to allow for a window of time, to let the current track end before you switch to the ads/promo. And even with this, you will still have a chance that a long track (say more than 20 min!) will override the window entirely. Of course, the only other alternative is a strict scheduling that can predict when a track will end and schedule them accordingly.. But sometimes a simpler yet not perfect solution is best to begin with :-) Romain ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
