[mythtv-users] Alway's recording Live TV

Michael T. Dean mtdean at thirdcontact.com
Thu Apr 6 02:47:52 UTC 2006


On 04/05/2006 10:35 PM, Marco Nelissen wrote:

>>On 04/05/2006 09:24 PM, Marco Nelissen wrote:
>>
>>>>Ok so my mythbox (rpm 0.19) is alway's recording and saving whatever i
>>>>watch on live tv. This is filling my hd and I keep having to delete
>>>>them all by hand.
>>>>
>>>No you don't. Just change the filter
>>>
>>back to the default
>>    
>>
>Are you sure? When I first installed mythtv a few months ago, it showed
>all the live recording in the list, though I suppose it's possible that
>I accidentally changed the filter when doing the initial setup.
>

static HostCheckBox *LiveTVInAllPrograms()
{
    HostCheckBox *gc = new HostCheckBox("LiveTVInAllPrograms");
    gc->setLabel(QObject::tr("Show 'LiveTV' recordings when using "
                             "\"All Programs\" filter"));
    gc->setValue(false);
    gc->setHelpText(QObject::tr("If this setting is disabled, LiveTV "
                   "recordings will only be visible via the special 
\"LiveTV\" "
                   "Recording Group."));
    return gc;
}

and 3 occurrences of

bool LiveTVInAllPrograms = gContext->GetNumSetting("LiveTVInAllPrograms",0);

(technically, one uses another variable name) and no occurrences that 
use a default of TRUE/1) say, "Yes, I'm sure."  ;)

Mike



More information about the mythtv-users mailing list