Just thought others may like this on their site if they are running a media server like me.
Running RAWR template and I put it right above the shout box
<!-- Search IMDB -->
<center>
<FORM method=GET action="
http://www.imdb.com/find">
<TABLE bgcolor="#87cefa"><tr><td>
<A HREF="
http://www.imdb.com">
<img src="/template/{.!theme.}/images/imdb.icon.jpg" border="0"
ALT="IMDB" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=pt>
<INPUT type=submit name=btnG VALUE="IMDB Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search IMDB -->