Any idea's as to why I am getting the following error? Use of uninitialized value in concatenation (.) or string at /usr/bin/tv_grab_au line 157. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/vendor_perl/5.8.5/Date/Manip.pm line 267.
Using the latest version, 1.31. Cheers, Greg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Smith Sent: Saturday, 6 August 2005 6:42 PM To: Discussion about mythtv Subject: [mythtv-users] tv_grab_au v1.31 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
