Hi,
How can I disable the EPG scanning in VDR? I've set EPG scan timeout = 0 without any success. Even if I do a svdrpsend.pl CLRE the EPG data still there
I'm using vdr-1.3.32
Thanks
How can I disable the EPG scanning in VDR? I've set EPG scan timeout = 0 without any success. Even if I do a svdrpsend.pl CLRE the EPG data still there
There is NoEPG patch for VDR: http://www.linuxtv.org/vdrwiki/index.php/Noepg-patch
I've tested the noepg_0.3-1.3.29.diff patch. but the EPG data still there ;(
2005/10/2, Andrey Kuzmin maillists@egodot.net:
How can I disable the EPG scanning in VDR? I've set EPG scan timeout = 0 without any success. Even if I do a svdrpsend.pl CLRE the EPG data still there
There is NoEPG patch for VDR: http://www.linuxtv.org/vdrwiki/index.php/Noepg-patch
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I think it should be rather easy to modify this patch to disable epg scan completely.
You are right: Il will remove the test on noEPG list .
thanks all for your help
bool cChannels::keinEPGScan(tChannelID kanalID) { bool rc=false;
- if (strstr(::Setup.noEPG,kanalID.ToString())!=NULL){ rc=true; - } return rc; } +