[mythtv-users] Mythweather aggressiveness too low even at 15
Christian Hack
christianh at pdd.edmi.com.au
Tue Jul 22 12:24:05 EDT 2003
> -----Original Message-----
> From: Chris Ripp [mailto:chris at ripp.net]
> Sent: Tuesday, 22 July 2003 9:49 AM
> To: Christian Hack; Discussion about mythtv
> Subject: Re: [mythtv-users] Mythweather aggressiveness too
> low even at 15
>
>
> And for those of you not using CVS, just up the aggressivelvl (forget
> the exact setting name) to something like 300 in the database itself,
> and it will cure the problem.
>
Fine - except the code in mythweathercomms.cpp limits the aggressiveness
to a maximum of 15 so your suggestion won't work. From weather.cpp:
config_Aggressiveness =
(gContext->GetSetting("WeatherAggressiveLvl")).toInt();
if (config_Aggressiveness > 15)
config_Aggressiveness = 15;
> (I *told* you guys weeks ago on IRC there was a problem with
> this! :] )
>
Well if you want to take credit....
>
> On Mon, 2003-07-21 at 09:45, Christian Hack wrote:
> > ----- Original Message -----
> > From: "Isaac Richards" <ijr at po.cwru.edu>
> > To: "Discussion about mythtv" <mythtv-users at snowman.net>
> > Sent: Tuesday, July 22, 2003 12:31 AM
> > Subject: Re: [mythtv-users] Mythweather aggressiveness too
> low even at 15
> >
> >
> > > On Monday 21 July 2003 09:28 am, Christian Hack wrote:
> > > > I believe my fix is correct although it hasn't been
> applied. I just mod
> > my
> > > > source myself if it ever changes.
> > >
> > > It's in CVS since yesterday, I believe.
> > >
> >
> > Thanks Isaac. I didn't notice it in the commits digest -
> perhaps it will
> > come in the next one.
> >
> > Yep just checked - it's definitely in CVS - thanks Isaac or
> whoever put it
> > in. So to those having trouble, update to the latest CVS if
> you want to see
> > if that fixes the problem.
> >
More information about the mythtv-users
mailing list