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.
freevo has 1 gui thread, and most things are handled using callbacks.

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.

note: "import playlist" will not work if you have installed the
playlist.py plugin in /audio/plugins/  rename that plugin to something
else.

Martijn.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to