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
-
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
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
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
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
=
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
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
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
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
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..
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
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
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
13 matches
Mail list logo