From linuxtv@nzbaxters.com Tue Apr 3 01:49:36 2007 From: Simon Baxter To: vdr@linuxtv.org Subject: [vdr] Problem with epg PUTE Date: Tue, 03 Apr 2007 00:49:05 +0100 Message-ID: <34411.203.144.32.165.1175557745.squirrel@server27.ukservers.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0724819370999259341==" --===============0724819370999259341== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I'm having problems processing epg into VDR. I have the following channels: LSTC 250-1 TV1-Cable:112250:C0:C:0:301:300:305:A1:1796:0:0:0 250-2 TV2-Cable:119250:C0:C:0:301:300:305:A1:1908:0:0:0 250-3 TV3-Cable:126250:C0:C:0:301:300:305:A1:2020:0:0:0 250-4 Prime-Cable:189250:C0:C:0:301:300:305:A1:3028:0:0:0 250-5 C4-Cable:203250:C0:C:0:301:300:305:A1:3252:0:0:0 250-6 Saturn Weather-Cable:147250:C0:C:0:301:300:305:A1:2356:0:0:0 250-7 Unknown-Cable:224250:C0:C:0:301:300:305:A1:3588:0:0:0 250-8 Sky Box Office-Cable:245250:C0:C:0:301:300:305:A1:3924:0:0:0 250-9 Sky Box Office Collage-Cable:252250:C0:C:0:301:300:305:A1:4036:0:0:0 250-10 Saturn Choose-Cable:259250:C0:C:0:301:300:305:A1:4148:0:0:0 250-99 S-Video 1;w_pvrscan:1:C12:C:0:301:300:305:A1:9001:0:0:0 250 100 Composite 1;w_pvrscan:1:C23:C:0:301:300:305:A1:9002:0:0:0 and the current date is: [vdruser(a)media xmltv2vdr-1.0.6]$ date +%s 1175557509 But when I try and input EPG it doesn't show up: PUTE 354 Enter EPG data, end with "." on a line by itself C C-0-112250-1796 TV1-Cable E 0 0 1175578200 0 T Neighbours D Sandy's life lies in Lolly's hands. Boyd fears Janae has been driven to murder. Ringo's secret shame prevents him from kissing Rachel. e c . 250 EPG data processed LSTE 215 End of EPG data This epg data is being processed by xmltv2vdr-1.0.6. Any ideas? --===============0724819370999259341==-- From Klaus.Schmidinger@cadsoft.de Tue Apr 3 17:26:00 2007 From: Klaus Schmidinger To: vdr@linuxtv.org Subject: Re: [vdr] Problem with epg PUTE Date: Tue, 03 Apr 2007 17:25:58 +0200 Message-ID: <46127206.80409@cadsoft.de> In-Reply-To: <34411.203.144.32.165.1175557745.squirrel@server27.ukservers.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2022537770890989899==" --===============2022537770890989899== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Simon Baxter wrote: > I'm having problems processing epg into VDR. >=20 > I have the following channels: >=20 > LSTC > 250-1 TV1-Cable:112250:C0:C:0:301:300:305:A1:1796:0:0:0 > 250-2 TV2-Cable:119250:C0:C:0:301:300:305:A1:1908:0:0:0 > 250-3 TV3-Cable:126250:C0:C:0:301:300:305:A1:2020:0:0:0 > 250-4 Prime-Cable:189250:C0:C:0:301:300:305:A1:3028:0:0:0 > 250-5 C4-Cable:203250:C0:C:0:301:300:305:A1:3252:0:0:0 > 250-6 Saturn Weather-Cable:147250:C0:C:0:301:300:305:A1:2356:0:0:0 > 250-7 Unknown-Cable:224250:C0:C:0:301:300:305:A1:3588:0:0:0 > 250-8 Sky Box Office-Cable:245250:C0:C:0:301:300:305:A1:3924:0:0:0 > 250-9 Sky Box Office Collage-Cable:252250:C0:C:0:301:300:305:A1:4036:0:0:0 > 250-10 Saturn Choose-Cable:259250:C0:C:0:301:300:305:A1:4148:0:0:0 > 250-99 S-Video 1;w_pvrscan:1:C12:C:0:301:300:305:A1:9001:0:0:0 > 250 100 Composite 1;w_pvrscan:1:C23:C:0:301:300:305:A1:9002:0:0:0 >=20 > and the current date is: > [vdruser(a)media xmltv2vdr-1.0.6]$ date +%s > 1175557509 >=20 > But when I try and input EPG it doesn't show up: >=20 > PUTE > 354 Enter EPG data, end with "." on a line by itself > C C-0-112250-1796 TV1-Cable > E 0 0 1175578200 0 man 5 vdr: EPG DATA ... E Try something like E 0 1175578200 3600 0 and make sure each event gets a unique event id (the first number). In Perl, for instance, you could do $Id =3D $time / 60 % 0xFFFF; # this gives us unique ids for every minute of= over 6 weeks Klaus > T Neighbours > D Sandy's life lies in Lolly's hands. Boyd fears Janae has been driven to > murder. Ringo's secret shame prevents him from kissing Rachel. > e > c > . > 250 EPG data processed > LSTE > 215 End of EPG data >=20 >=20 > This epg data is being processed by xmltv2vdr-1.0.6. --===============2022537770890989899==-- From linuxtv@nzbaxters.com Tue Apr 3 21:10:08 2007 From: Simon Baxter To: vdr@linuxtv.org Subject: Re: [vdr] Problem with epg PUTE Date: Wed, 04 Apr 2007 07:09:29 +1200 Message-ID: <000801c77623$9c04ed50$6401010a@ad.sytec.com> In-Reply-To: <46127206.80409@cadsoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5311993911675784343==" --===============5311993911675784343== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > > man 5 vdr: > > EPG DATA > ... > E
> > Try something like > > E 0 1175578200 3600 0 > > and make sure each event gets a unique event id (the first number). > In Perl, for instance, you could do > > $Id = $time / 60 % 0xFFFF; # this gives us unique ids for every minute of over 6 weeks > > Klaus > I'm still getting no entry: [vdruser(a)media ~]$ date +%s 1175627022 [vdruser(a)media ~]$ telnet 127.0.0.1 2001 Trying 127.0.0.1... Connected to media.nzbaxters (127.0.0.1). Escape character is '^]'. 220 media.nzbaxters SVDRP VideoDiskRecorder 1.4.5; Wed Apr 4 07:03:49 2007 LSTE 215 End of EPG data LSTC 250-1 TV1-Cable:112250:C0:C:0:301:300:305:A1:1796:0:0:0 250-2 TV2-Cable:119250:C0:C:0:301:300:305:A1:1908:0:0:0 250-3 TV3-Cable:126250:C0:C:0:301:300:305:A1:2020:0:0:0 250-4 Prime-Cable:189250:C0:C:0:301:300:305:A1:3028:0:0:0 250-5 C4-Cable:203250:C0:C:0:301:300:305:A1:3252:0:0:0 250-6 Saturn Weather-Cable:147250:C0:C:0:301:300:305:A1:2356:0:0:0 250-7 Unknown-Cable:224250:C0:C:0:301:300:305:A1:3588:0:0:0 250-8 Sky Box Office-Cable:245250:C0:C:0:301:300:305:A1:3924:0:0:0 250-9 Sky Box Office Collage-Cable:252250:C0:C:0:301:300:305:A1:4036:0:0:0 250-10 Saturn Choose-Cable:259250:C0:C:0:301:300:305:A1:4148:0:0:0 250-99 S-Video 1;w_pvrscan:1:C12:C:0:301:300:305:A1:9001:0:0:0 250 100 Composite 1;w_pvrscan:1:C23:C:0:301:300:305:A1:9002:0:0:0 PUTE 354 Enter EPG data, end with "." on a line by itself C C-0-112250-1796 TV1-Cable E 0 1175637022 3600 0 T Neighbors D Poos e c . 250 EPG data processed LSTE 215 End of EPG data PUTE 354 Enter EPG data, end with "." on a line by itself C C-0-112250-1796 TV1-Cable E 203020 1175647022 3600 0 T Neighbors D Poos e c . 250 EPG data processed LSTE 215 End of EPG data It looks like I have the wrong channel ID??? Any ideas? --===============5311993911675784343==-- From linuxtv@nzbaxters.com Fri Apr 13 09:40:04 2007 From: Simon Baxter To: vdr@linuxtv.org Subject: Re: [vdr] Problem with epg PUTE (RESOLVED) Date: Fri, 13 Apr 2007 10:53:18 +1200 Message-ID: <000601c77d9e$e0164890$6401010a@ad.sytec.com> In-Reply-To: <000801c77623$9c04ed50$6401010a@ad.sytec.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1088139128818839657==" --===============1088139128818839657== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > > > > man 5 vdr: > > > > EPG DATA > > ... > > E
> > Fixed it - there was a problem with xmltv2vdr matching the wrong fields in the .xml listing..... --===============1088139128818839657==--