Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Joel Anderson
> Now I can see what you mean. :) And since you're in a learning mood, > instead of your "to" line, it's preferable to use GetNumSetting like this: > > if (gContext->GetNumSetting("RerecordAutoExpired", 0)) > > No need to submit a patch, I just committed this to CVS now. > > Thanks for tracking

Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Marcel Meier
Am Freitag, 1. April 2005 21.38 schrieb Joel Anderson: > > > > This is a version of a patch that I've been applying to mythtv since > > > > 0.11. It adds an option in the Mythfrontend/Setup/TV/General settings > > > > which causes the backend to delete the oldrecorded entry for any show > > > > wh

Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Chris Pinkham
> So after much investigating (and learning!) it seems that the problem > is that the returned value is a string and not numeric, so this should > do the trick. > > Change: > if (gContext->GetSetting("RerecordAutoExpired", 0)) > to > if (gContext->GetSetting("Rereco

Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Joel Anderson
> > > This is a version of a patch that I've been applying to mythtv since > > > 0.11. It adds an option in the Mythfrontend/Setup/TV/General settings > > > which causes the backend to delete the oldrecorded entry for any show > > > which is auto-expired due to lack of disk space. (I don't think

Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Joel Anderson
> > This is a version of a patch that I've been applying to mythtv since > > 0.11. It adds an option in the Mythfrontend/Setup/TV/General settings > > which causes the backend to delete the oldrecorded entry for any show > > which is auto-expired due to lack of disk space. (I don't think this > >

Re: [mythtv] [PATCH] optionally re-record auto-expired programs

2005-04-01 Thread Joel Anderson
> This is a version of a patch that I've been applying to mythtv since > 0.11. It adds an option in the Mythfrontend/Setup/TV/General settings > which causes the backend to delete the oldrecorded entry for any show > which is auto-expired due to lack of disk space. (I don't think this > effects t