Hi,

I don't know whether this is related or not but my Freevo crashes with the same error (see below) when trying to play MP3s from "recursive" directory. By "recursive" I mean the same name of the directory as parent directory.

I have "The Cure" directory and within that are the albums. Now the latest one is called "The Cure" as well. When trying to play that, it crashes and produces the log below. Renaming the "album" directory to "The Cure (CD)" helps.

Freevo main log:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 315, in eventhandler
app.eventhandler(event)
File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 561, in eventhandler
action( arg=arg, menuw=self )
File "/usr/lib/python2.3/site-packages/freevo/directory.py", line 451, in cwd
self.check_password_and_build(arg=None, menuw=menuw)
File "/usr/lib/python2.3/site-packages/freevo/directory.py", line 506, in check_password_and_build
self.build(arg=arg, menuw=menuw)
File "/usr/lib/python2.3/site-packages/freevo/directory.py", line 659, in build
self.play_items.sort(lambda l, o: cmp(l.sort('advanced').upper(),
File "/usr/lib/python2.3/site-packages/freevo/directory.py", line 659, in <lambda>
self.play_items.sort(lambda l, o: cmp(l.sort('advanced').upper(),
File "/usr/lib/python2.3/site-packages/freevo/audio/audioitem.py", line 142, in sort
except ValuError:
NameError: global name 'ValuError' is not defined
in context menu for key


Cheers,
R

From: Dirk Meyer <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Freevo-users] Re: BUG: freevo crashes on flac tags
Date: Fri, 27 Aug 2004 20:22:28 +0200

"Kari Smolander" wrote:
>     except ValuError:
> NameError: global name 'ValuError' is not defined

Fixed in cvs. In should be ValueError, a bad typo. Fill be fixed in
1.5.1 (this weekend?)


Dischi

--
I feel like a genocidal maniac when emacs asks me if I want to kill
10789 characters.


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to