Mailing List archive

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

[vdr] Re: PATCH: vdradmin-0.24-pre6 and autopid



Am Samstag, 03.05.03 um 17:24 Uhr schrieb Andreas Kool:

Please have a look at
vdr-1.1.29/channels.c(152):

snprintf(buffer, sizeof(buffer), rid ? "%s-%d-%d-%d-%d" : "%s-%d-%d-%d",
cSource::ToString(source), nid, tid, sid, rid);

There is no frequency in the unique channel id.
(Or i am blind ...)
Im not sure. From the VDR man page vdr.5:

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).
The channel ID is used in the timers.conf and epg.data files to prop-
erly identify the channels.

PS: I like your new look!
Thank you :-), but it's not finished (yet).

Tom.



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



Home | Main Index | Thread Index