Mailing List archive

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

[vdr] Fw: Message submitted to 'vdr'




----- Original Message -----
From: "Listar" <listar@convergence.de>
To: <vdr-moderators@linuxtv.org>
Sent: Saturday, March 02, 2002 12:41 PM
Subject: Message submitted to 'vdr'


> This message was received for a list you are a moderator on, and
> was marked for moderation due to the following reason:
> Non-member submission to closed-post list.
>
> To approve this message and have it go out on the list, forward this
to
> vdr-repost@linuxtv.org
>
> If you wish to decline the post, change the 'apppost' below to
'delpost'.
> If you wish to edit the post, change it to 'modpost' and edit the
message
> as needed - not all mail programs will work with modpost.
>
> DO NOT DELETE THE FOLLOWING LINE.  Listar needs it.
> // apppost 3C80BA5E:1AB3.1:iqe
>
> From richard.cieply@web.de Sat Mar 02 12:41:18 2002
> Received: from smtp01.web.de ([194.45.170.210] helo=smtp.web.de)
> by chambertin.convergence.de with  esmtp (Exim 3.33 #2 )
> id 16h7t8-0001mC-00
> for <vdr@linuxtv.org>; Sat, 02 Mar 2002 12:41:18 +0100
> Received: from a1as16-p136.stg.tli.de ([195.252.192.136] helo=web.de)
> by smtp.web.de with asmtp (WEB.DE(Exim) 4.29 #47)
> id 16h7t7-00079F-00
> for vdr@linuxtv.org; Sat, 02 Mar 2002 12:41:18 +0100
> Message-ID: <3C80BA5D.7010007@web.de>
> Date: Sat, 02 Mar 2002 12:41:17 +0100
> From: Richard Cieply <richard.cieply@web.de>
> User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22smp i686; en-US; m18)
Gecko/20010110 Netscape6/6.5
> X-Accept-Language: de-de, en-us
> MIME-Version: 1.0
> To: vdr <vdr@linuxtv.org>
> Subject: Master-Timer 0.5.0 broken with vdr.1.0.0-pre2
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> Sender: richard.cieply@web.de
>
> Hi there,
>
> master-time doesn't work any more when used with vdr.1.0.0-pre2.
> Here is a snipplet of the debug output of master-timer:
> (it shows up when *.dat is deleted in .master-timer).
> ----- snipp  -----
> Start deepblack-dump
> No Entries
> End deepblack-dump
> Running parseepgdata.pl
> Debug-Level = 511
> End Config
> epg.data: Parsing data
> epg.data: No new entries found
> Running master-timer.pl
> Debug-Level = 511
> End Config
> Missing program.dat. Did you start parseepgdata.pl? at
> /usr/vdr-tools/master-timer/master-timer.pl line 224, <FI> line 44.
> Error while running master-timer.pl at
> /usr/vdr-tools/master-timer/run-mt.pl line 78, <FI> line 44.
> ----- snipp -----
>
> If old *.dat exist in .master-timer then the script simply ends
without
> an error because of 'no new entries found'.
> Therfor no new timer is being programmed ever.
>
> Crosschecking it, it shows that the problem is introduced by the new
> epg.data format with the new filed <table id>.
> Therefor parseepgdata.pl delivers wrong data.
>
> Here is a small patch against it:
>
> --- parseepgdata.pl.bak Fri Mar  1 14:58:53 2002
> +++ parseepgdata.pl     Fri Mar  1 15:15:58 2002
> @@ -130,7 +130,7 @@
>           last;
>          }
>          # Begin Timer
> -      elsif ($lines[$count-1] =~ /^E\s(\d+)\s+(\d+)\s+(\d+)$/) {
> +      elsif ($lines[$count-1] =~
/^E\s(\d+)\s+(\d+)\s+(\d+)\s+(\d+)$/) {
>           # Undef this Variables because it is possibel that not every
> timer uses this values
>           undef $duration;
>           undef $subtitle;
>
> Hope this helps.
> Have fun.
>     Richard
>
>
>
>
> // eompost 3C80BA5E:1AB3.1:iqe
>
>
>




Home | Main Index | Thread Index