Mailing List archive

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

[linux-dvb] Re: Bug report vdr-1.2.5 - error while readingtimers.conf




Hi,

I'm new to this list and subscribed, because i had the same error
messages. The scan utility creates channel files with lines like these:
ProSieben:12480:v:S19.2E:27500:255:256;257:32:0:898:1:0:0
in the channels.conf delivered with vdr, i have:
Pro-7:12480:v:S19.2E:27500:255:256;257:32:0:898:0:0:0

but the nid is unused -> vdr shouldn't care imho.

in man 5 vdr, i read:

       A particular channel can be uniquely identified by its channel ID,
       which is a string that looks like this:

       S19.2E-0-12188-12003-0

       The components of this string are the Source (S19.2E), Frequency
       (12188, MHz) and SID (12003) as defined above. The parts that are  cur-
       rently 0 are reserved for future use (the last part can be omitted if
       it is 0, so the above example could also be written as
       S19.2E-0-12188-12003).


but that's not conform with the 1.2.5 source (channels.c):

const char *tChannelID::ToString(void)
{
  static char buffer[256];
  snprintf(buffer, sizeof(buffer), rid ? "%s-%d-%d-%d-%d" : "%s-%d-%d-%d",
cSource::ToString(source), nid, tid, sid, rid);
  return buffer;
}

where i can't see a frequency.

b.t.w. vdr is a great product!

Flo


On Sun, 12 Oct 2003, Klaus Schmidinger wrote:

> Juergen Sauer wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Moin,
> > My vdr installation tends to crash by itself.
> > I got my channels from the scan util (scan -o vdr) and
> > pasted it to channels.conf.
> >
> > If I add a timer using the vdr menue the vdr destroys
> > it's own timers.conf file, so that vdr crashes/quits,
>
> Please keep very clearly apart whether it _crashes_ or
> _quits_ - there's a fundamental difference here ;-)
>
> > beacuse of 'error while reading timers.conf'
> >
> > Any Ideas to work around/fix it ?
>
> Use only channel definitions that adhere to man vdr.5.
> Maybe the scan utility created some with inconsistent
> NID/TID parameters.
>
> Klaus
>
>
> --
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
>





-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index