On Sat, Nov 12, 2011 at 8:37 PM, TheDarkener <[email protected]> wrote: > I noticed that every time the stream rotates to a sweeper, and then goes > back to the normal "rock" or "heavy" playlist (depending on the time, > see below), the whole rock/heavy playlist is reloaded/shuffled
This is the expected behavior. The playlist sources don't have a thread or timeout to reload at a precise time. Instead, they initiate reloading when they realize that the time has come, when they get a chance to realize this. And this is when the playlist is used, which is when your rotate switches back to it. > ... and may > play tracks that were just played a bit before the sweeper, without > going through the rest of the playlist files first. Not sure what you're saying here. > I would like my script to play the full playlist, even while rotating > between it, the sweepers and the 'secondary' tracks (less popular > tracks), before repeating tracks again. I was about to advise the "round" mode for reloading, which reloads after everything has been played. But then I realize that you have no reloading params set for your playlists, so they should never reload. Did you really paste the code you've been running? Cheers, David ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
