[vdr] Can I disable pause live tv altogher?
Magnus Hörlin
magnus at alefors.se
Tue May 5 12:13:33 CEST 2009
> -----Ursprungligt meddelande-----
> Från: vdr-bounces at linuxtv.org [mailto:vdr-bounces at linuxtv.org] För
> martinez at embl.de
> Skickat: den 5 maj 2009 11:19
> Till: vdr at linuxtv.org
> Ämne: [vdr] Can I disable pause live tv altogher?
>
> Well, keeping the remote control away from my kids is not easy unless I
> han
> g it
> from the ceiling.
>
> Is there some way I can disable live tv pausing all together?
>
> It is causing a lot of trouble and I don´t reallly need that feature...
>
I think removing these lines in vdr.c would do the trick:
// Pausing live video:
case kPause:
if (!cControl::Control()) {
DELETE_MENU;
if (!cRecordControls::PauseLiveVideo())
Skins.Message(mtError, tr("No free DVB device to
record!"));
key = kNone; // nobody else needs to see this key
}
break;
/Magnus H
More information about the vdr
mailing list