[Freevo-devel] Re: Smart Playlist Format...?

2004-01-31 Thread Dirk Meyer
Aubin Paul wrote: > I was thinking about how to do query-based playlists, and I came up > with a rough FXD file format: > > > > > Better http://www.eclipsecon.org/osdn ___ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sour

[Freevo-devel] Re: [PATCH][MMPYTHON]Preliminary Matroska support

2004-01-31 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Hi all. > Here is the first Matroska parser for the mmpython package. > Don't hesitate to test it against your MKV bitstreams. Nice, thanks. Since I don't have matroska files, I downloaded samples from matroska.free.fr/samples/matrix/index.html. The first file should ha

[Freevo-devel] Re: [BUGS] Current Freevo in CVS

2004-01-31 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Here are two bugs found in the current Freevo CVS : > > 1 - audio.playlist (or playlist.py, i don't know) : When i enter in the > playlist menu to see availables playlists, Freevo crash. Here is the > tracelog : > Traceback (most recent call last): > File "/home/freevo/

[Freevo-devel] cvs log list

2004-01-31 Thread Dirk Meyer
Hi, can someone please take a look why the freevo cvs log list is not working anymore. Fisrt I thought it's a sf bug, but the mmpython list works. Dischi -- Imagination is more important than knowledge. (Albert Einstein) --- The SF.Net ema

Re: [Freevo-devel] cvs log list

2004-01-31 Thread Rob Shortt
I'm looking into this right now. Dirk Meyer wrote: Hi, can someone please take a look why the freevo cvs log list is not working anymore. Fisrt I thought it's a sf bug, but the mmpython list works. Dischi --- The SF.Net email is sponsored b

[Freevo-cvslog] testing

2004-01-31 Thread Rob Shortt
Testing this list, sorry for the noise. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org

Re: [Freevo-devel] cvs log list

2004-01-31 Thread Rob Shortt
Well the mailing list itself is working and I took a look at the loginfo & syncmail stuff and if looks ok. I have sent a support request to SF about it, I wouldn't doubt if its related to the CVS move. -Rob Rob Shortt wrote: I'm looking into this right now. Dirk Meyer wrote: Hi, can someone

[Freevo-devel] Re: Smart Playlist Format...?

2004-01-31 Thread Aubin Paul
Hi, Ok, I'll change that... I'm away from home this weekend but I'll try and do something next week. On Sat, Jan 31, 2004 at 12:17:54PM +0100, Dirk Meyer wrote: > Aubin Paul wrote: > > I was thinking about how to do query-based playlists, and I came up > > with a rough FXD file format: > > > > >

[Freevo-devel] Missing Track infos when playing music

2004-01-31 Thread Jan Grewe
Title: Missing Track infos when playing music Hey'all, for quite some time now i don't get the infos like artist, album, etc when playing music, i reported it a week or so ago and it should have been fixed… but it hasn't, yet! I've checked it in other skins then mine, doesn't show up there,

[Freevo-devel] Re: Missing Track infos when playing music

2004-01-31 Thread Dirk Meyer
"Jan Grewe" wrote: > Hey'all, > for quite some time now i don't get the infos like artist, album, etc when > playing music, i reported it a week or so ago and it should have been fixed. > but it hasn't, yet! > I've checked it in other skins then mine, doesn't show up there, too ;( > > Anyone got a

[Freevo-devel] CVS changes, please read

2004-01-31 Thread Dirk Meyer
Hi, i justed change the caching of mmpython objects to just store the information as dict, not as mmpython object. It's now twice as fast as before. On the downside, the old mmpython cache files may not work anymore. It won't crash, but maybe an attribute like title is not found anymore. So if you

AW: [Freevo-devel] Re: Missing Track infos when playing music

2004-01-31 Thread Jan Grewe
I checked freevo out from cvs and it's still not working (detachbar in idlebar is already in it), rebuilding the cache didn't help it either! Anything else i could try? /jan -UrsprĂĽngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dirk Meyer Gesendet: Sa

AW: [Freevo-devel] Re: Missing Track infos when playing music

2004-01-31 Thread Jan Grewe
And two other things i've noticed for some days, first is that choosing "recursive random play" starts playing music, but doesn't show the player, you can only access it through the "show player" in the music menu, and second is that the "show player" still doesn't use it's mimetype ... ;-( /jan

Re: [Freevo-devel] Re: Missing Track infos when playing music

2004-01-31 Thread Aubin Paul
The detachbar can't be in the idlebar because it was never committed... it's not even supposed to be in my CVS tree... Do you mean the 'cover' in the detachbar because that is in CVS On Sat, Jan 31, 2004 at 08:55:08PM +0100, Jan Grewe wrote: > I checked freevo out from cvs and it's still not

[Freevo-devel] manualrecord.rpy bug (31th doesn't exist)

2004-01-31 Thread Erwan Velu
I've found that the 31 of each month doesn't exist in manualrecord.rpy. Line 242: -While iter < 31; +While iter < 32; That fix the troubles. Cheers, --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Deve

[Freevo-devel] (Dummy) Python question

2004-01-31 Thread centraladmin
I try to modify now the headlines plugin, by adding an automatic link resolver : if a link is found in the content of one title, then the link is fetched and the content is displayed. As this content is mainly text-based, i want to convert directly the HTML file to a text string, without any HTML k

[Freevo-devel] Smallest mainmenu plugin to start "outside" application

2004-01-31 Thread Robert Rozman
Hi, I'd like to run external application from mainmenu in Freevo. I wonder what would minimal mainmenu plugin for this be ? Any example, code ? Regards, Robert. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Ope

Re: [Freevo-devel] Smallest mainmenu plugin to start "outside" application

2004-01-31 Thread Michael Ruelle
I have made a plugin in cvs to do this with the commandmmitem.py plugin. It uses the fxd file format that is new in cvs for command.py. There is an example fxd in my WIP. -- Mike Ruelle [EMAIL PROTECTED] http://world.std.com/~mruelle/ On Sat, 2004-01-31 at 19:35, Robert Rozman wrote: > Hi, > >