[mythtv] Minor change to imdb.pl

Patrick Gillan patrick at skettle.com
Sat Sep 15 21:24:32 UTC 2007


I don't know use MythTV, but I grabbed imdb.pl for a personal project  
and I made a minor change to add release date to the output; I've  
included the diff below.  What's the official procedure for  
submitting this kind of minor change?

$ diff ../imdb.pl imdb-new.pl
152a153,157
 >    # parse release date
 >    my $releasedate = parseBetween($response, ">Release Date:</h5>  
", "<a ");
 >    $releasedate   = trim($releasedate);
 >    $releasedate   =~s/\(.+\)//;
 >
223a229
 >    print "ReleaseDate:$releasedate\n";


More information about the mythtv-dev mailing list