[Freevo-devel] Re: [BUG] Error when trying to play image folder randomly

2004-01-24 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > On a image folder, when i try to play all the items randomly (from the > contextual menu of the folder), i get the following error : > > Traceback (most recent call last): > File "/home/freevo/freevo/src/main.py", line 444, in ? > app.eventhandler(event) > File "/

[Freevo-devel] Re: New Plugin Developer Questions

2004-01-24 Thread Dirk Meyer
Craig McLean wrote: > Hello. > > I'm just learning my way around Freevo plugin development. I've been using > the Headlines plugin as an example. However I have a few questions. > > In the PluginInterface class there is a method called config. This method > is basically used to populate the HEAD

[Freevo-devel] Re: Collection of useful patches and plugins

2004-01-24 Thread Dirk Meyer
Hi, sorry for the late answer. "Karee Brown" wrote: > I am new to this list, but not to Freevo. I have been hacking on it for > approximately six months now and finally decided some of my stuff was > good enough to give back the community. I have attached multiple diffs > that should apply cleanl

Re: [Freevo-devel] SQLite

2004-01-24 Thread Richard van Paasen
On Sat, 2004-01-24 at 04:07, Rob Shortt wrote: > Michael Ruelle wrote: > I agree with this as well, keep DB code and Freevo code seperate. The > use of plugins could play a great role here. It might be a great idea > to start by creating a dbplugin object for any potential database > plugins t

Re: [Freevo-devel] SQLite

2004-01-24 Thread Richard van Paasen
On Sat, 2004-01-24 at 01:48, Michael Ruelle wrote: > On Fri, 2004-01-23 at 17:08, Richard van Paasen wrote: > > Consider this just a incentive to keep the database related code > > separated from the freevo code so that e.g. mysql or postgresql can > > replace sqlite. I've seen projects that incorp

[Freevo-devel] Re: SQLite

2004-01-24 Thread Dirk Meyer
Rob Shortt wrote: > I agree with this as well, keep DB code and Freevo code seperate. Yes. Right now no part of Freevo is using sqlite, some parts only use dbutil.py in util. We should take care that a) It is possible to use a different database than sqlite. Even sqlite sounds good for most

[Freevo-devel] Re: Metadata

2004-01-24 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: > In the mean time, you could use it to remember last image rotation. If > one rotates the image in image viewer, it should stay that way when he > return. Done Dischi -- Linux is for Network Mac is for Artwork Windows is for Solitaire -

[Freevo-devel] Re: dotfiles

2004-01-24 Thread Dirk Meyer
Ben Ford wrote: > I incorporated netatalk (Mac file server) into my set top box running > Freevo and noticed a minor bug. Netatalk litters directories with dot > files that I assume hold the meta stream from the HPFS filesystem. > > The problem is that Freevo happily displays these dotfiles instea

[Freevo-devel] Re: [Patch] AutoDetecting mass storage devices

2004-01-24 Thread Dirk Meyer
Erwan Velu wrote: > I've made a small patch/plugin that helps to automaticaly add usb mass > storage devices (i.e usb keys) in freevo. > This based on the camera.py work. > This is really usefull :o) Thanks, in cvs now. I removed camera.py from cvs because there is no need for a special plugin whe

[Freevo-devel] Re: CRASH on "Random Play All Files"

2004-01-24 Thread Dirk Meyer
"Jan Grewe" wrote: > build > display_type=display_type, random=True).play() > UnboundLocalError: local variable 'display_type' referenced before > assignment > AlertBox.py (169): AlertBox: EVENT = INPUT_ENTER for instance at 0x41f4cb4c> > AlertBox.py (172): HIT OK Fixed. Dischi -- Monday i

[Freevo-devel] Re: [mmpython][patch] Patch that generates unique disc ids based on md5

2004-01-24 Thread Dirk Meyer
Sorry for the late answer. "Wayne A. Hogue II" wrote: > Here is a patch that uses the first few bytes of the disc and > generates a MD5 digest from that data. My tests using over 100 discs > all with same volume and and date generated unique ids. You may find > a pair of discs that contain diff

[Freevo-devel] Re: how to define a key combination event?

2004-01-24 Thread Dirk Meyer
"GuoJunli" wrote: > hi, > Any guy could tell me how to resolve my problem? how can I define a > key combination event in freevo ? If I only know the ascii value of a > key, how can I use it? > thanks very much. Sorry, don't know. We get the keys from pygame (SDL). You should try their do

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

2004-01-24 Thread Dirk Meyer
"Jan Grewe" wrote: > check_password_and_build > self.build(arg=arg, menuw=menuw) > File "/usr/lib/python2.3/site-packages/freevo/directory.py", line 502, in > build > display_type=display_type, random=True).play() > UnboundLocalError: local variable 'display_type' referenced before > assi

[Freevo-devel] Re: [UPDATE] New freevo.po file

2004-01-24 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > This freevo.po file add the FRENCH translation for the shoppingcart plugin. > Location : i18n/fr/LC_MESSAGES Thanks, in cvs Dischi -- A morning without coffee is like something without something else. --- The SF.N

[Freevo-devel] Re: Movie thumbnailing error

2004-01-24 Thread Dirk Meyer
Peter Svensson wrote: > Hi! It just dawned on me that someone has made a 10x feature called "make > thumbnail". I've seen it discussed here a little bit last week, but kind of > forgot about it. Now I completely love it! First xmms and now this. Thanks to the one who put the basics for this on

[Freevo-devel] Re: Problems with CVS

2004-01-24 Thread Dirk Meyer
"Joakim Berglund" wrote: > I've started to get problems with CVS... looks like a vfs issue. > > Clean setup, no vfs nor cache. > > I get this especially when entering a dir without a cover.jpg, if I do have one it > works as it should. > > Traceback (most recent call last): > File "/freevo/freevo

Re: [Freevo-devel] Re: Problems with CVS

2004-01-24 Thread Joakim Berglund
> > And yes... that dir doesn't exists > > And you (the freevo user) have read access to that dir? That's > strange, since this looks like a python not a freevo problem. Only > that dir? Yuppers, rw access. no problem there. And no... it's almost always when dir structure /a/b/c got a cover.jpg in

[Freevo-devel] Re: Problems with CVS

2004-01-24 Thread Dirk Meyer
"Joakim Berglund" wrote: >> > And yes... that dir doesn't exists >> >> And you (the freevo user) have read access to that dir? That's >> strange, since this looks like a python not a freevo problem. Only >> that dir? > > Yuppers, rw access. no problem there. Oops, I should have read your mail bett

[Freevo-devel] mmpython development

2004-01-24 Thread Dirk Meyer
Hi, I guess we need some emhancements for mmpython, two things come to my mind: 1. better length detection for mpeg. Aubin had a link for a tool, but I couldn't compile it. 2. Support more media types: anyone with python skills and knowledge of wmv, wma and all the other strange formats o

Re: [Freevo-devel] mmpython development

2004-01-24 Thread centraladmin
> 2. Support more media types: anyone with python skills and knowledge >of wmv, wma and all the other strange formats out there? I am not a specialist of Pyhton, bu i would like to have Matroska file support. Did someone does the job ?? > > > And last: I added some features in the mmpython cac

[Freevo-devel] Crashing on Player-Exit

2004-01-24 Thread Jan Grewe
Title: Crashing on Player-Exit For some days now i get crashes when i exit a player from playing a media (mp3/video) or even when mplayer reaches the end of it's playlist, This is the trace for a crash when exiting from playing a video: Crash! Traceback (most recent call last):   File "/

[Freevo-devel] Another Crash when selecting a Directory

2004-01-24 Thread Jan Grewe
Title: Another Crash when selecting a Directory And i get this crash when entering a directory, but fortunatetly freevo doesn't shutdown after it: Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 444, in ?     app.eventhandler(event)   Fil

Re: [Freevo-devel] Re: [mmpython][patch] Patch that generates unique disc ids based on md5

2004-01-24 Thread Wayne Hogue
Dirk Meyer wrote: Sorry for the late answer. "Wayne A. Hogue II" wrote: Here is a patch that uses the first few bytes of the disc and generates a MD5 digest from that data. My tests using over 100 discs all with same volume and and date generated unique ids. You may find a pair of discs tha