Re: [Freevo-devel] Problems creating a little plugin for freevo 1.5.3

2005-08-19 Thread Gorka Olaizola
On Fri, Aug 19, 2005 at 06:11:31PM +0200, Martijn Voncken wrote: > > Another approach may be: > Create 1 playlist with all songs in the directory and subdirectory's. > That way you only have to start one playlist. > I've done that way creating a playlist of the randomized and sorted files and it

Re: [Freevo-devel] Problems creating a little plugin for freevo 1.5.3

2005-08-19 Thread Martijn Voncken
On 8/19/05, Gorka Olaizola <[EMAIL PROTECTED]> wrote: > Hello, > I simply iterate over the shuffled directories and call to Playlist.play() > in each directory, but the loop doesn't stop while the playlist is playing > and I get all the playlist playing at the same time. Hi, That is correct. free

[Freevo-devel] Problems creating a little plugin for freevo 1.5.3

2005-08-19 Thread Gorka Olaizola
Hello, I'm trying to code a little plugin for playing directories recursively but i'm very confused about how the playlist do work. My code is attached to the message. I simply iterate over the shuffled directories and call to Playlist.play() in each directory, but the loop doesn't stop while the