Re: [Freevo-devel] padding episode number / imdb search all feature

2007-05-21 Thread Christian Lyra
Hi there, I forgot this on my original patch. But already submited a new patch to solve the padding ( %.2d). I guess it´s on svn now. About the "search all" could be a nice feature... I would be glad with a commandline tool also so you can just: for file in *avi; do searchimdb.py $file ; done. B

[Freevo-devel] padding episode number / imdb search all feature

2007-05-21 Thread kikoune
Hi the list I was using the imdb search feature and notice that the episode number for tv episodes was no padded on 2 digits. I'm using the name ordering so the later episode were at the top of the list (like episode 1x10 before episode 1x1). I change the util/fxdimdb.py around line 709 adding th

Re: [Freevo-devel] freevo2: recordItem class

2007-05-21 Thread Tanja
Hi again, of course, there have been errors in the patch :-( Here is a corrected version. I also found some better way for this: # fetch epg data from InProgress object query_data = query_data() for prg in query_data: -items.append(ProgramItem(prg, self))

[Freevo-devel] freevo 1.7.2-svn / Meteo plugin

2007-05-21 Thread Pascal Schirrmann
Hi, I'm very happy having again a working meteo plugin. But I encountered some troubles with the new 'internationalisation feature' : If I select fr, not only is the display somewhat incomplete, but some times, I got a crash in the back process, and no display in freevo. I suspect a misunderst

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2677 - trunk/metadata

2007-05-21 Thread Jason Tackaberry
On Sun, 2007-20-05 at 22:25 +0200, Dirk Meyer wrote: > Log: > make it work without Python.h Why do we want to do this? - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: [Freevo-devel] freevo2: recordItem class

2007-05-21 Thread Tanja
Hi Dischi, > I did a quick look over the patch. Basicly I have no time to work on > it and never put too much toughts into this. This means if you think > it is ok I will add this patch. I hope, it is OK. Maybe Jose can do some tests? > > But I have some questions: > While I was trying to f

Re: [Freevo-devel] freevo 1.7.2 svn - recordings_manager : some troubles.

2007-05-21 Thread Adam Charrett
On Sun, 2007-05-20 at 16:29 +0200, Pascal Schirrmann wrote: > 1) When selecting (un)mark as watched or (un)mark to keep and press OK, > there's no visual differences, altougth the change is in the FXD file, > and, next time I go in the menu, the chane is visible. It seems that > this is a menu r

[Freevo-devel] freevo 1.7.2 svn - recordings_manager : some troubles.

2007-05-21 Thread Pascal Schirrmann
Hi, Just dealing a little with the recordings_manager plugin. I encounter (so far ;-) ) two troubles : 1) When selecting (un)mark as watched or (un)mark to keep and press OK, there's no visual differences, altougth the change is in the FXD file, and, next time I go in the menu, the chane is vi

Re: [Freevo-devel] SoC 2007 webserver based on cherrypy and cheetah

2007-05-21 Thread Alexandre CONRAD
Ky Phan wrote: > I've browsed the website but have not looked at it closely. There are a > lot of minimalistic python framework around. The smallest I've worked > with is webpy and it has treated me well. It doesn't get in my way, I > feel like I'm writing any other Python application. I've also

Re: [Freevo-devel] freevo and rrdtool

2007-05-21 Thread Duncan Webb
> Duncan Webb a écrit : >> I wrote a very horrible sensors.rpy script, :) >> >> Duncan >> >> > Hi Duncan, > > Thanks a lot, your 'horrible' script (I wish I can write such horrible > things :-) ) really helped me a lot. In fact, on the system where I did > my first tests, the python-rrdtool module

Re: [Freevo-devel] freevo and rrdtool

2007-05-21 Thread Pascal Schirrmann
Duncan Webb a écrit : > I wrote a very horrible sensors.rpy script, :) > > Duncan > > Hi Duncan, Thanks a lot, your 'horrible' script (I wish I can write such horrible things :-) ) really helped me a lot. In fact, on the system where I did my first tests, the python-rrdtool module was broken