[mythtv] [PATCH] Broken imdb.pl in mythvideo

zart at phreaker.net zart at phreaker.net
Wed Oct 6 20:35:58 UTC 2004


Hello
I don't know how to make a patch from cvs.. but I think the "genre"
portion of "imdb.pl -D" is broken. Here's a quick fix:

-   $data = parseBetween($response, "<b class=\"ch\">Genre:</b>","<a
    href=\"keywords\">(more)</a>"); 
+   $data = parseBetween($response, "<b class=\"ch\">Genre:</b>","<a
href=\"/rg/title-tease/keywords/title/tt$movieid/keywords\">(more)</a>");

(I can't give line-numbers since i've changed more in the file.. I've
made it retrieve extended cast info and all plot summaries... i've also
added that to mythvideo's interface, but.. how do i make a patch for
those who wants it? :)

- Zart


More information about the mythtv-dev mailing list