> 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; } +