yourtv.com.au is another good site.
On Mon, 14 Mar 2005 21:39:50 +1100, Damon Searle <[EMAIL PROTECTED]> wrote: > Has anyone still got the old ebroadcast gabber? Maybe we should get around > to making a redundant multi-source grabber using ninemsn, ebroadcast, d1 and > whatever else we can put together... > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:mythtv-users- > > [EMAIL PROTECTED] On Behalf Of Joshua King > > Sent: Monday, 14 March 2005 9:29 PM > > To: Discussion about mythtv <[email protected]> > > Subject: Re: [mythtv-users] [Australian Program Guide Listings - > > FoxtelMissing] > > > > I'm not using this script, so... > > The variable $#pidsrowspansnames just mean (in Perl) "the number of > > elements > > in the array $pidsrowspansnames", so you need to look at the previous bit > > of > > code which sets the $pidsrowspansnames variable, possibly a subroutine > > returning undefined/null. Probably an error condition relating to the lack > > of data everyone is experiencing *again*. > > > > Joshua King > > > > > > On 14/3/05 6:11 PM, "David Whyte" <[EMAIL PROTECTED]> wrote: > > > > > I noticed that I am getting errors as an output of mythfilldatabase > > > that state... > > > > > > 18032005 downloading > > > Use of uninitialized value in string at /usr/local/bin/tv_grab_au line > > 693. > > > 19032005 downloading > > > Use of uninitialized value in string at /usr/local/bin/tv_grab_au line > > 693. > > > 20032005 downloading > > > Use of uninitialized value in string at /usr/local/bin/tv_grab_au line > > 693. > > > queue is complete > > > all threads done > > > building xml structure > > > no pids in /var/local/tv_grab_au/18032005/guide.prn > > > no pids in /var/local/tv_grab_au/19032005/guide.prn > > > no pids in /var/local/tv_grab_au/20032005/guide.prn > > > writing file > > > > > > > > > When I look at this line, there is the following... > > > > > > print PRN "$pidsrowspansnames[$#pidsrowspansnames]"; > > > > > > It is the $#pidsrowspanames variable. I don't know perl, but there > > > has been no changes to this script. Anyone tell me what I should do > > > to this? > > > > > > FYI: The rest of the code around that area... > > > if (open(PRN, ">", $guide_prn_file)) > > > { > > > for (my $count=0; $count<$#pidsrowspansnames; $count++) > > > { > > > print PRN "$pidsrowspansnames[$count]>"; > > > } > > > print PRN "$pidsrowspansnames[$#pidsrowspansnames]"; > > > close(PRN); > > > } > > > else > > > { > > > print "can't open for writing $guide_prn_file\n"; > > > } > > > > > > > > > > > > On Mon, 14 Mar 2005 20:11:09 +1030, Michael Cheshire (Mailing Lists) > > > <[EMAIL PROTECTED]> wrote: > > >> Hmmm, > > >> > > >> Interestingly enough I only have till Thursday for Adelaide also. > > >> > > >> I wonder if its just a temporary problem with ninemsn - they may fix > > it? > > >> > > >> After having a look around at other possible sources, it looks like the > > >> foxtel site is out - they have 1 months worth of data for foxtel, but > > if you > > >> look at the source for the pages with the info, it looks like someone > > has > > >> designed it specifically to stop people harvesting the data (its > > encoded > > >> somehow?). > > >> > > >> However it looks like someone has written some scripts for Windoze > > Media > > >> Centre 2005 which strips the data from here : > > >> > > >> http://www.ebroadcast.com.au > > >> > > >> http://www.ebroadcast.com.au/cgi- > > bin/TV/grid?date=Saturday_19_March&TVperiod= > > >> Night&state=Adelaide&fta=0&fox=1&opt=0&lk=sofcom > > >> > > >> I dont suppose one of those wonderful people who wrote our last data > > harvest > > >> script could have a look at this? > > >> > > >> M. > > >> ----- Original Message ----- > > >> From: "David Whyte" <[EMAIL PROTECTED]> > > >> To: "Discussion about mythtv" <[email protected]> > > >> Sent: Monday, March 14, 2005 7:28 PM > > >> Subject: Re: [mythtv-users] [Australian Program Guide Listings - > > >> FoxtelMissing] > > >> > > >>> I only have four days of data left on free to air, Brisbane. I think > > >>> ninemsn have gotten wise to something. > > >>> > > >>> I would like some more data please :P > > >>> > > >>> > > >>> On Mon, 14 Mar 2005 19:09:45 +1030, Michael Cheshire (Mailing Lists) > > >>> <[EMAIL PROTECTED]> wrote: > > >>>> > > >>>> Has anyone else noticed that tvguide.ninemsn.com.au no longer has > > foxtel > > >>>> listings as of today? (14th) > > >>>> > > >>>> M. > > >>>> _______________________________________________ > > >>>> mythtv-users mailing list > > >>>> [email protected] > > >>>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > >>>> > > >>>> > > >>>> > > >>> > > >>> > > >>> -- > > >>> GMAIL is 'da bomb baby....YEAH > > >>> > > >>> I have GMail invites, if you want one, email me direct. > > >>> > > >> > > >> ----------------------------------------------------------------------- > > ------ > > >> --- > > >> > > >> _______________________________________________ > > >> mythtv-users mailing list > > >> [email protected] > > >> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > >> > > >> > > > > > > > > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > > -- GMAIL is 'da bomb baby....YEAH I have GMail invites, if you want one, email me direct.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
