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

2007-05-22 Thread kikoune
Hi Thanks for the answer, I will look forward for the next version. It's in the rev 9569. For the imdb search all feature, I was thinking about what you're explain the for loop in shell. I actually tried to do that with the freevo imdb command line tool, but I can't make it work (I post about tha

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] Padding Patch, First Step

2004-11-10 Thread Alex Stansfield
Hi All, > > set it to None? > > thanks. Python is still pretty new to me :) > > Will change that now. here's the new patch Cheers, Alex (Muttley on #freevo) ? Freevo.e3p ? pyos ? src/www/htdocs/help/wiki Index: src/helpers/recordserver.py =

Re: [Freevo-devel] Padding Patch, First Step

2004-11-10 Thread Alex Stansfield
Hi Florian, > > When the prog class is initiated it pad_start and pad_end are given > > values of -1. When the Prog object reaches the scheduleRecording in > > recordserver.py it checks to see if those two pad settings are still -1. > > If they are then it will set them to the default value specif

Re: [Freevo-devel] Padding Patch, First Step

2004-11-10 Thread Florian Demmer
On Wed, 10 Nov 2004 20:04:22 +, Alex Stansfield <[EMAIL PROTECTED]> wrote: > Hi, > > This is the padding patch I mentioned a few days earlier. I realised I'd > over looked a few things so had to make some changes. > > At the moment this code introduces nothing new functionality wise, but > pa

[Freevo-devel] Padding Patch, First Step

2004-11-10 Thread Alex Stansfield
Hi, This is the padding patch I mentioned a few days earlier. I realised I'd over looked a few things so had to make some changes. At the moment this code introduces nothing new functionality wise, but paves the way for being able to set custom padding. When the prog class is initiated it pad_s

Re: [Freevo-devel] Padding

2004-11-09 Thread Alex Stansfield
Hi Mike, > > If people want I can post the patch that does the above work, although > > they'll see no difference in operation it just paves the way to being able > > to pick custom padding. > > > Sounds good, post it.. great, meant to do it tonight but didn't get a chance. Will try tomorrow. Nex

Re: [Freevo-devel] Padding

2004-11-08 Thread mike lewis
> If people want I can post the patch that does the above work, although > they'll see no difference in operation it just paves the way to being able > to pick custom padding. > Sounds good, post it.. > I just wanted to check that I'm not doing something someone else is doing > or perhaps moving i

[Freevo-devel] Padding

2004-11-08 Thread Alex Stansfield
Hi, I've been working on allowing custom padding for individual recordings or favorites and just wanted to check I wasn't doing something that someone was already working on. Basically I added pad_start and pad_end to the TvProgram class. These are filled by default with what is in config.TV_RECO