-----Ursprungligt meddelande----- Från: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] För martinez@embl.de Skickat: den 5 maj 2009 11:19 Till: vdr@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