OK Sergey, I've posted a log with your patch applied + log level 3 - about 3 hours worth There was a recording 16:15 to 16:45, other than that idle I can run it for longer if you need it, though it's creating a fair bit of log. I seem to get a lot of erroneous EPGsearch results at level 3, not sure why. http://pastebin.com/8DbYQdTX
Let me know what it tells you Thanks Richard
On 30/05/2016 15:19, glenvt18 wrote:
Could you attach (or, better, upload to pastebin.com) the whole log file. Are you running vdr with --log=3? I need to see 'idle timer' debug messages and some other debug stuff. Could you also apply this change
diff --git a/eitscan.c b/eitscan.c index 3899e00..b1c8c13 100644 --- a/eitscan.c +++ b/eitscan.c @@ -159,7 +159,7 @@ void cEITScanner::Process(void) Skins.Message(mtInfo, tr("Starting EPG scan")); } }
//dsyslog("EIT scan: device %d source %-8s tp %5d", Device->DeviceNumber() + 1, *cSource::ToString(Channel->Source()), Channel->Transponder());
dsyslog("EIT scan: device %d source %-8s tp %5d", Device->DeviceNumber() + 1, *cSource::ToString(Channel->Source()), Channel->Transponder()); if (lastActivity == 0) // forced scan - set idle timer for each channel switch; // this prevents powering down while scanning a transponder
--
Thanks for testing.
Best, Sergey Chernyavskiy.