Mailing List archive

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

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



On Sat, May 03, 2003 at 04:57:36PM +0200, Thomas Koch wrote:
>
> Am Samstag, 03.05.03 um 14:59 Uhr schrieb Andreas Kool:
>
> Erstmal danke für den Patch :-),

Bitte ;-)

> >the following patch enables vdradmin-0.24-pre6 to be used with
> >vdr-1.1.29-autopid-2
>
> [...]
>
>
> >-	} elsif($channel_id =~ /^(.*)-.*-(.*)-(.*)$/) {
> >+	} elsif($channel_id =~ /^(.*)-(.*)-(.*)-(.*)$/) {
> > 		for my $channel (@CHAN) {
> >-			if($channel->{source} eq $1 && $channel->{frequency}
> >== $2 && $channel->{service_id} == $3) {
> >+			if($channel->{source} eq $1 && $channel->{nid} == $2
> >&& $channel->{tid} == $3 && $channel->{service_id} == $4) {
> > 				return($channel->{vdr_id});
> > 			}
> > 		}
>
> Das finde ich ein bischen seltsam :-). Wo ist auf einmal die Frequenz
> hin gekommen? Ich habe mal eine pre7 auf linvdr.org gestellt in der ich
> das soweit angepasst habe das es, so hoffe ich, allen Systemen läuft.

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 ...)

> Schau mal ob es bei dir so noch läuft.

I will try it soon!

PS: I like your new look!

> Tom.

Ciao,
Andreas
--
Andreas Kool (akool@akool.de * akool@isdn4linux.de * http://www.akool.de)
PGP: 3FBF2411 Fingerprint: B5 35 34 74 25 60 2A 7A  89 06 92 C4 08 BA A5 BD
(To get my PGP key, send me a mail with subject "send pgp key")
		X <-- Nail here for a new Monitor
Transmission of this message via the Microsoft Network is prohibited


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



Home | Main Index | Thread Index