Re: [Freevo-devel] xmms playback patch

2004-01-16 Thread Michael Ruelle
Thanks, I will look at this tomorrow or sunday. Just from reading your comments. I was about to go in a similar direction but not because of childapp madness but for the lack of a poll function in the playerGUI to update elapsed time. The only thing i am wary of is making sure the thread code is so

[Freevo-devel] xmms playback patch

2004-01-16 Thread Roman Stanchak
this patches WIP/Ruelle/fxmms.py copy it to audio/plugins/ and add plugin.remove('audio.mplayer') plugin.activate('audio.fxmms') to your local_conf.py to use XMMS for audio playback. let me know if you have any problems, this is my first patch. Roman __ Do you

Re: [Freevo-devel] Skin-Problem: Crystal (and Random play)

2004-01-16 Thread Aubin Paul
Looks like you're missing a: ... it's in most of the skins, but not in basic. I can't speak to the other problem, unfortunately. On Fri, Jan 16, 2004 at 08:03:35PM +0100, Jan Grewe wrote: > >Hi all, >I've updated my freevo again to the recent cvs-snapshot, and my >crystal skin doe

[Freevo-devel] skin followup

2004-01-16 Thread Aubin Paul
Dischi, I don't know if you saw my last email, but I was trying to use drop shadows but found I couldn't because the width="max" refers to the cell. Would it be possible to add a width="itemwidth" and height="itemheight" property or something so that we could draw arbitrarily sized rectangle eleme

Re: [Freevo-devel] Metadata

2004-01-16 Thread Aubin Paul
On Fri, Jan 16, 2004 at 06:26:08PM +0100, Dirk Meyer wrote: > now we have many functions/classes to create metadata. This includes > mmpython, the sqlite interface, mmpython and the freevo caching > system. > > To make it better to understand and find in the code, I suggest we > create a new dir

Re: [Freevo-devel] Metadata

2004-01-16 Thread Michael Ruelle
The only question i have is whether it should be src/metadata or src/util/metadata. Do we want to start keeping non mediatype code in its own section with subdirs for organization? Mike On Fri, 2004-01-16 at 12:26, Dirk Meyer wrote: > Hi, > > now we have many functions/classes to create metadata

[Freevo-devel] Skin-Problem: Crystal (and Random play)

2004-01-16 Thread Jan Grewe
Title: Skin-Problem: Crystal (and Random play) Hi all, I've updated my freevo again to the recent cvs-snapshot, and my crystal skin doesn't work anymore, i've changed it to inherit from "basic", didn't work either! I get this error: WARNING: No alternate found in the alias list! Falling

[Freevo-devel] Metadata

2004-01-16 Thread Dirk Meyer
Hi, now we have many functions/classes to create metadata. This includes mmpython, the sqlite interface, mmpython and the freevo caching system. To make it better to understand and find in the code, I suggest we create a new dir metadata in src and put everything in it: o a wrapper for mmpython

[Freevo-cvslog] freevo/src/helpers extendedadd.py,1.2,1.3

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv19215/src/helpers Modified Files: extendedadd.py Log Message: made the db optional Index: extendedadd.py === RCS file: /cvsroot/freevo/freev

[Freevo-cvslog] freevo/src/util extendedmeta.py,1.2,1.3

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv18757 Modified Files: extendedmeta.py Log Message: Many improvements to AudioParser o try to detect if we should overwrite an existing fxd file o Various is not included anymore, the value is not set in the fx

[Freevo-cvslog] freevo/src/util fileops.py,1.12,1.13

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv7564 Modified Files: fileops.py Log Message: add softlink checking Index: fileops.py === RCS file: /cvsroot/freevo/freevo/src/util/fileops.py,v

[Freevo-cvslog] freevo/src/util fxdparser.py,1.12,1.13

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv7483 Modified Files: fxdparser.py Log Message: made a ugly unicode fix...I will never understand python character encoding Index: fxdparser.py =

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-16 Thread Aubin Paul
How does mmpython know if it's already cached? I know when I add a new directory I get the progressbar/icon when it's older, obviously nothing happens. We could use that check. If the tags haven't changed, the the folder, cover and db stuff wouldn't have changed. The cover and db stuff don't clob

[Freevo-cvslog] freevo/WIP/Aubin TODO,NONE,1.1 mp3dir.py,1.12,NONE smartimage.py,1.1,NONE

2004-01-16 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv16347/WIP/Aubin Added Files: TODO Removed Files: mp3dir.py smartimage.py Log Message: (Don't you love it when your neighbours make enough noise to wake you up early on your day off) Just some fixes

[Freevo-cvslog] freevo/src/util dbutil.py,1.1,1.2 extendedmeta.py,1.1,1.2

2004-01-16 Thread outlyer
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv16347/src/util Modified Files: dbutil.py extendedmeta.py Log Message: (Don't you love it when your neighbours make enough noise to wake you up early on your day off) Just some fixes from the code I commited l

[Freevo-cvslog] freevo/src/helpers extendedadd.py,1.1,1.2 musicsqlimport.py,1.5,NONE

2004-01-16 Thread outlyer
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv16347/src/helpers Modified Files: extendedadd.py Removed Files: musicsqlimport.py Log Message: (Don't you love it when your neighbours make enough noise to wake you up early on your day off) Just

[Freevo-cvslog] freevo/src/audio/plugins coversearch.py,1.24,1.25

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv14323 Modified Files: coversearch.py Log Message: o catch all exceptions inside amazon.py o add plugin for 'dir' if album and artist are set Index: coversearch.py ===

[Freevo-cvslog] freevo/src osd.py,1.124,1.125

2004-01-16 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv14276 Modified Files: osd.py Log Message: fix crash when filename already is an image object Index: osd.py === RCS file: /cvsroot/freevo/freevo/src/o

[Freevo-devel] Re: Using parts of Freevo as "standalone" apps

2004-01-16 Thread Dirk Meyer
"Robert Rozman" wrote: > Hi, > > I'd like to use for instance Music as standalone program. How can I do that > ? > > Maybe running Freevo and then automatically switch to Music menu - can this > be done ? No, not without some modifications of the source code. You can remove evrything except music

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-16 Thread Dirk Meyer
Aubin Paul wrote: > On Thu, Jan 15, 2004 at 04:41:40PM +0100, Dirk Meyer wrote: >> if mode == 'r': >>find it in normal dir or overlay dir >> else >>if file exists in normal dir, reuse file to write. >>else create the file: >> if config.VFS_ONLY: >> create it in vfs >>

[Freevo-cvslog] freevo/src/helpers extendedadd.py,NONE,1.1

2004-01-16 Thread outlyer
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv3682/helpers Added Files: extendedadd.py Log Message: Forgot to commit this earlier. This is: extendedmeta: Parser for embedded covers, folder cache, and sqlite scoring dbutil: Helper class for deali

[Freevo-cvslog] freevo/src/util extendedmeta.py,NONE,1.1 dbutil.py,NONE,1.1

2004-01-16 Thread outlyer
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv3682/util Added Files: extendedmeta.py dbutil.py Log Message: Forgot to commit this earlier. This is: extendedmeta: Parser for embedded covers, folder cache, and sqlite scoring dbutil: Helper class for