<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.1">
</HEAD>
<BODY>
On Sun, 2008-05-11 at 19:31 -0400, Mark Chang wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Recently (maybe week or two?) the imdb lookup of plot data started
returning nothing. The rest of it works fine.
Version:
IMDB Query (v1.3.4) by Tim Harvey, Andrei Rjeousski
</PRE>
</BLOCKQUOTE>
<BR>
 I read a response about this issue in the mythbuntu forums. The solution was to edit<BR>
<BR>
/usr/share/mythtv/mythvideo/scripts/imdb.pl<BR>
<BR>
 and look for &quot;&gt;Plot Outline:&lt;/h5&gt; &quot;<BR>
<BR>
 and change that to &quot;&gt;Plot:&lt;/h5&gt;&quot;<BR>
<BR>
Notice &quot;Plot Outline:&quot; has become &quot;Plot:&quot; (imdb has updated their format)<BR>
<BR>
and notice there's no space after the closing h5 tag.<BR>
<BR>
</BODY>
</HTML>