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, 3 May 2003 17:24:24 +0200
 Andreas Kool <akool@akool.de> wrote:
>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 in channels.c in der Funktion
cChannel::GetChannelID
Dort wird die Freq übergeben, wenn es keine nid gibt.

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

lg, Gerhard
----------------------------------------------
Das ist ein Service von austria.com


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



Home | Main Index | Thread Index