[vdr] Failed to read channels.conf after adding transponder
Tim
rollercoaster at reel-multimedia.com
Wed Jun 18 15:12:55 CEST 2008
Am Mittwoch 18 Juni 2008 schrieb Frank Scherthan:
> Hi
>
> Hanno Zulla schrieb:
> >> Is there an easy fix I could test right now? Can I disable the
> >> channel-checking?
> >
> > Yes, you can. Check the DVB settings menu.
>
> You are wrong. I am not talking about *updating channels*.
> I know about that and as a workaround, I switched it off.
> BUT:
> This is NOT what I am looking for.
>
> I want to disable the check, for invalid channels in channels.conf
> I just don't care, if a channel is not "tuneable".
in config.h, in the function "bool Load()" at about line 123 (vdr 1.4.7)
uncomment 2 lines:
else {
esyslog("ERROR: error in %s, line %d", fileName, line);
delete l;
//RC: we do not want to exit vdr just because of a
simple error
//result = false;
//break;
}
}
}
this will cause vdr to go on starting even if an error accours in a config
file and increase waf. ;)
cheers, Tim
More information about the vdr
mailing list