From 955d5eb012227fa6fa70f784d967e831a55e5c1b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 15 Feb 2004 13:35:52 +0100 Subject: Adapted the 'sky' plugin to use the actual channel IDs, and to fetch EPG data from www.bleb.org --- eitscan.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eitscan.c') diff --git a/eitscan.c b/eitscan.c index a2096af9..191a00e6 100644 --- a/eitscan.c +++ b/eitscan.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.c 1.20 2004/01/17 15:38:11 kls Exp $ + * $Id: eitscan.c 1.21 2004/02/14 13:44:31 kls Exp $ */ #include "eitscan.h" @@ -146,8 +146,7 @@ void cEITScanner::Process(void) if (!(Device->Receiving(true) || Device->Replaying())) { const cChannel *Channel = ScanData->GetChannel(); if (Channel) { - //XXX if (Device->ProvidesTransponder(Channel)) { - if ((!Channel->Ca() || Channel->Ca() == Device->DeviceNumber() + 1 || Channel->Ca() >= 0x0100) && Device->ProvidesTransponder(Channel)) { //XXX temporary for the 'sky' plugin + if ((!Channel->Ca() || Channel->Ca() == Device->DeviceNumber() + 1 || Channel->Ca() >= 0x0100) && Device->ProvidesTransponder(Channel)) { if (Device == cDevice::PrimaryDevice() && !currentChannel) { currentChannel = Device->CurrentChannel(); Interface->Info("Starting EPG scan"); -- cgit v1.2.3