[mythtv-users] Phil Edwards attempt to use Google grabber script

online at marcusandzoe.com online at marcusandzoe.com
Sun Jul 6 15:39:18 UTC 2008


Phil,

Happy to say I managed to get it working after nutting it out with one of the
programmers at work.

I have changed two of the lines to make them less specific

# Get running time & genre changed to handle movies less than 1hr
     if ($line =~ /^<br>.*hr.*min.*$/) to 
     if ($line =~ /^<br>.*min.*$/)

# Get show times changed as it was not reading the line correctly
     if ($line =~/^<br>.*[0-9][0-9]:[0-9][0-9].*$/) to
     if ($line =~/<br>.*[0-9]:[0-9][0-9].*$/) 

Tried a few other postcodes and it seems to hold for now.
Thanks again for all the hard work to write it in the first place.

Marcus




More information about the mythtv-users mailing list