Ariel VIVES wrote: > 196, in read_m3u > playlist_lines = filter(lambda l: l[0] != '#', playlist_lines_dos) > File "/usr/lib/python2.3/site-packages/freevo/playlist.py", line > 196, in <lambda> > playlist_lines = filter(lambda l: l[0] != '#', playlist_lines_dos) > IndexError: string index out of range
I guess you have a broken m3u file in a subdir. The m3u parser is very simple, maybe someone can correct it. I only added an except in cvs to prevent the crash, but it's not correct. > --------------------- > > and when i try too parse my music directory i've got this message : > > "the event MENU_SELECT terminate not normally" > > I've got my answer. > when the path to the directory is too long, freevo crash... What is long? Can you give an example for a too long name? > how can i correct this point ? Maybe it's a linux bug, a max. number of chars or so. Don't know, need your not working path for testing. > another question : > can i play all a directory an not only one song ? Press ENTER not SELECT on the dir. Dischi -- The world is full of willing people -- some willing to work and some willing to let them. - Robert Frost. ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
