RE: [Freevo-devel] Re: [BUG] on the topic of sqllite support..

2004-09-14 Thread Mick
AttributeError: 'NoneType' object has no attribute 'rfind' Any tips on whats going on? Wild guess without checking the code: the logger wants to add the filename to the database. Since a cd has no file, filename is None. Good answer. Here is my fix: (in audio/plugins/logger.py wrap the

[Freevo-devel] Re: [PATCH] Idlebar plugins reactivated

2004-09-14 Thread Dirk Meyer
Viggo Fredriksen wrote: Done, all IdleBarPlugins are now seperated into files. Thanks, in cvs Dischi -- Time is a drug. Too much of it kills you. -- in Small Gods (Terry Pratchett) --- This SF.Net email is sponsored by: YOU BE THE

[Freevo-devel] mmpython question...

2004-09-14 Thread Aubin Paul
What is the purpose of this (from mediainfo.py) def correct_data(self): correct trackof to be two digest if self['trackof']: try: if int(self['trackno']) 9: self['trackno'] = '%s' % int(self['trackno'])

[Freevo-devel] Re: mmpython question...

2004-09-14 Thread Dirk Meyer
Aubin Paul wrote: What is the purpose of this (from mediainfo.py) def correct_data(self): correct trackof to be two digest if self['trackof']: try: if int(self['trackno']) 9: self['trackno'] = '%s' %

[Freevo-devel] Re: mmpython question...

2004-09-14 Thread Aubin Paul
On Tue, Sep 14, 2004 at 05:00:48PM +0200, Dirk Meyer wrote: First of all, I guess 1-8 is a bug, 1-9 sounds better to me. Second: I don't see any 0 adding in the ocde, but IIRC that's what it should do. I fixed it in CVS; but actually, I sent you my copy rather than the other one which does