Re: Failed to read channels.conf after adding transponder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux