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

[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

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.