Hey, I thought I'd give 1.32 a go as whatever the other script I'm using hasn't worked for a week (I've long since given up trying to keep track of what's out there :), so I generated a config file for Brisbane, and it works fine with slow => 0. However with slow 1 (after deleting the cached.pl made with slow=>0, or it will ignore the new slow=>1 directive - not sure if this is intentional behaviour but it baffled me for a bit), the script spits out a stack of:
[EMAIL PROTECTED] .xmltv $ ./tv_grab_au grabbing 5 days into /tmp/tv_grab_au/guide.xml Use of uninitialized value in split at ./tv_grab_au line 440, <> line 1. Use of uninitialized value in string eq at ./tv_grab_au line 444, <> line 1. channel mismatch for 'Jay Jay the Jet Plane' (pid = 12449372) Exiting subroutine via next at ./tv_grab_au line 447, <> line 1. Use of uninitialized value in split at ./tv_grab_au line 440, <> line 1. Use of uninitialized value in string eq at ./tv_grab_au line 444, <> line 1. channel mismatch for 'Rage' (pid = 12396671) I tried looking at the code but I'm not familiar with perl at all so all I saw was the matrix.. The contents of @td seems to be malformed however: - Fire Engine Evan/Tracy's Candy Catastrophe ~~~ Cartoon ~~~ This children's program follows the adventures of Jay Jay and his friends as they take off in search of fun and excitement. ~~~ ~~~ Where ~~~ is my delimeter. I do recall trying to deal with this problem before, but not getting anywhere. What might be causing this? On 8/6/05, Michael Smith <[EMAIL PROTECTED]> wrote: > Hi all. > > The recent problem with the NMSM website (coinciding with pid changes in > Canberra?) has prompted an update to my tv_grab_au. The latest version > is attached and also updated at <http://www.immir.com/tv_grab_au>. > > I've added a (manual) configuration option for program listing > duplication; for example, with the following lines in the config file: > > $channels = { > 'ABC ACT' => 'act.abc.gov.au', > 'SBS EASTERN' => 'eastern.sbs.com.au' > }; > $duplicate = { > 'act.abc.gov.au' => { 'ABC copy 1' => 'blah.abc.gov.au', > 'ABC copy 2' => 'rhubarb.abc.gov.au' }, > 'eastern.sbs.com.au' => { 'SBS HD' => 'hd.eastern.sbs.com.au' } > }; > > will duplicate the program information to new channels with specified > names and XMLTV channel ids. (As usual, this is simply perl code, so be > wary of syntax.) The names (eg, 'ABC Copy1') get incorporated into the > XMLTV channel information; AFAIK these values won't be seen in mythtv at > all. > > Hopefully that's flexible enough for most people. (?) > > Also, the details url is extracted from the link on the guide page > rather than constructed from the pid value; this should prevent problems > like we all had last week when they change the url format. > > Cheers, > Michael. > > _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
