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 14:59 Uhr schrieb Andreas Kool:

Erstmal danke für den Patch :-),

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.

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

Tom.



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



Home | Main Index | Thread Index