Mailing List archive

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

[vdr] Re: xmltv2epg and DVB-C?



try this one in xml2vdr.pl

sub SVDRPreceive
{
  my $expect = shift | 0;
  my @a = ();
  while (<SOCK>) {
        s/\s*$//; # 'chomp' wouldn't work with "\r\n"
        push(@a, $_);

->>>printf STDOUT $_;

        if (substr($_, 3, 1) ne "-") {
           my $code = substr($_, 0, 3);
           die("expected SVDRP code $expect, but received
$code") if ($code != $expect);
           last;
           }
        }
  return @a;
}

Gerhard

On Fri, 13 Jun 2003 16:52:55 +0200
 Oscar Carlsson <oscar.carlsson@home.se> wrote:
>Hello Gerhard,
>
>i'll  try  to  do this with one channel only and try to
>track down the problem..
>there was some errors when downloading the listning, but i
>thought it got fixed.
>it's  grab_sn  i'm using. i'll also restore my modified
>.pl file to the original
>one since you're telling me it should be working.
>
>isn't  there  any  way  of  seeing the messages svdrp
>returns? i guess it should
>supply errors..
>
>/oscar
>
>Friday, June 13, 2003, 2:39:45 PM, you wrote:
>
>GS> I think there is a problem within vdrs-channel.conf
>and the
>GS> file you are using for xmltv2vdr.
>GS> As I didn't change anything and it works for me
>(DVB-c) I
>GS> couldn't imagine what's the problem.
>
>GS> If you want, please send me your files (vdr
>channel.conf
>GS> and all xmltv2vdr files. I could check it during the
>GS> weekend.
>
>GS> Gerhard
>
>GS> p.s.: Does grab_xx delivers a correct epg-file?
>
>GS> On Fri, 13 Jun 2003 14:03:54 +0200
>GS>  "Oscar Carlsson" <oscar.carlsson@home.se> wrote:
>>>I'm using the latest stable release of everything, plus
>>>AutoPID.
>>>
>>>I'm not very good at it, but according to what i could
>>>tell from the .pl script, it tries to extract the
>>>different values from the channels.conf file, however
>it's
>>>trying to get to many values since (I guess) DVB-S and T
>>>has more values in the channels.conf.
>>>
>>>This gives errors on all channels saying that it wasn't
>>>found.
>>>
>>>And yes, it all _very much_ should be correct, I've
>>>doublechecked it alot of times. I'm at work now, so i
>>>can't attach the files at the moment.
>>>
>>>Oscar
>>>
>>>
>>>
>>>-----Original Message-----
>>>From: "Gerhard Steiner" <steiner@mail.austria.com>
>>>To: vdr@linuxtv.org
>>>Date: Fri, 13 Jun 2003 12:15:44 +0200
>>>Subject: [vdr] Re: xmltv2epg and DVB-C?
>>>
>>>I am using the same configuration and it works fine for
>>>me.
>>>What version of vdr/xmltv2vdr are you using?
>>>Are you using Auto-pid?
>>>
>>>Are you using a correct version of channels.conf for
>>>xmltv2vdr as described in the README
>>>
>>>lg, Gerhard
>>>
>>>On Fri, 13 Jun 2003 11:58:17 +0200
>>> "Oscar Carlsson" <oscar.carlsson@home.se> wrote:
>>>>Is there anyone who's using xmltv2epg with DVB-C and
>who
>>>>could supply me with a patch for it? It doesn't seem to
>>>>work with the DVB-C channels.conf.
>>>>
>>>>/Oscar
>>>>
>>>>
>>>>
>>>>-- 
>>>>Info:
>>>>To unsubscribe send a mail to ecartis@linuxtv.org with
>>>>"unsubscribe vdr" as subject.
>>>>
>>>
>>>----------------------------------------------
>>>Das ist ein Service von austria.com
>>>
>>>
>>>-- 
>>>Info:
>>>To unsubscribe send a mail to ecartis@linuxtv.org with
>>>"unsubscribe vdr" as subject.
>>>
>>>
>>>
>>>
>>>
>>>
>>>-- 
>>>Info:
>>>To unsubscribe send a mail to ecartis@linuxtv.org with
>>>"unsubscribe vdr" as subject.
>>>
>
>GS> ----------------------------------------------
>GS> Das ist ein Service von austria.com
>
>
>
>
>
>-- 
>Best regards,
> Oscar
>                           mailto:oscar.carlsson@home.se
>
>
>
>
>-- 
>Info:
>To unsubscribe send a mail to ecartis@linuxtv.org with
>"unsubscribe vdr" as subject.
>

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