Re: [Freevo-devel] Debs for 1.7.2

2007-07-02 Thread Alex Stansfield
Hi John, > Did you write the section 'A bit of a digression:'? nope, not me. Though when I installed these packages earlier this afternoon I did get a warning that the LOCAL_CONF_VERSION did not match. One was 5.19 and the other 5.17. Cheers Alex -

Re: [Freevo-devel] Debs for 1.7.2

2007-07-02 Thread Alex Stansfield
Bastian Farkas wrote: > that's really great, but could you enlighten us where to get those > packages? :) > http://freevo.sourceforge.net/cgi-bin/doc/FreevoAptUbuntu Cheers, Alex - This SF.net email is sponsored by DB2 Exp

[Freevo-devel] WWW Favorites Patch - Updated

2004-11-10 Thread Alex Stansfield
Hi, I didn't get anything back from the developers about my original WWW favorites patch. This one is updated with 24 hour format support. Thanks to Hans Meine for his advice, I added this to the config.py: # Time Format if (TV_TIMEFORMAT.find("%H") >= 0): FORMAT24HOUR = 1 else: FORMAT24

Re: [Freevo-devel] WWW Favorites Time setting patch

2004-11-10 Thread Alex Stansfield
Hi, > > > A simple option in the config should allow the choice between 12H and 24H > > > format. > > > > Maybe sth. like (config.TV_TIMEFORMAT == '%H:%M') ? > > I know - it's not nice but at least solves most cases.. Or just > > (config.TV_TIMEFORMAT.find("%H") >= 0), that should be quite safe

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

[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] WWW Favorites Time setting patch

2004-11-08 Thread Alex Stansfield
Hi, > > A simple option in the config should allow the choice between 12H and 24H > > format. > > Maybe sth. like (config.TV_TIMEFORMAT == '%H:%M') ? > I know - it's not nice but at least solves most cases.. Or just > (config.TV_TIMEFORMAT.find("%H") >= 0), that should be quite safe already.. w

Re: [Freevo-devel] WWW Favorites Time setting patch

2004-11-08 Thread Alex Stansfield
Hi, > > A simple option in the config should allow the choice between 12H and 24H > > format. > > Maybe sth. like (config.TV_TIMEFORMAT == '%H:%M') ? > I know - it's not nice but at least solves most cases.. Or just > (config.TV_TIMEFORMAT.find("%H") >= 0), that should be quite safe already..

[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

Re: [Freevo-devel] mplayer default filter causes choppy playback

2004-11-02 Thread Alex Stansfield
Hi, > I had the problem, that about 50% of my videos suddenly stopped working and > became choppy at playback (for several months now, but I had no time to check > it earlier). However I didn't know whether that was caused by an update of > mplayer, freevo or any other component. > > Afer some

[Freevo-devel] WWW Favorites Time setting patch

2004-11-01 Thread Alex Stansfield
Hi, this patch is to change the "Time of Day" select box in the edit favorites page of the webpages. The original only allows selection of times that are on the hour or half hour. Should any UK user wish to set a favorite for Neighbours then starting at 13:40 daily no recordings would be scheduled