I have two playlists, the main playlist and an ad playlist, I have the ad
playlist called every 20 minutes and it plays one ad from the list just fine.
My problem is I need it to play the FULL playlist not just one track (the list
has 3 URLs pulling from an ad server).
I have tried many different things but it continues to only play the first URL
then back to my main playlist.
Here is what I have:
s = mksafe(playlist(reload=3600, "Punk.m3u" ))
ad = mksafe(playlist("ad.m3u" ))
# (1200 sec = 20 min)
new_ad = delay(120.,ad)
s = fallback([new_ad,s])
Thank you.
--Patrick
------------------------------------------------------------------------------
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_sfd2d_oct
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users