<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Aug 20, 2008 at 7:34 AM, Ashley Bostock <span dir="ltr">&lt;<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">2008/8/20 Ashley Bostock &lt;<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>&gt;:<br>
&gt; 2008/8/20 Ashley Bostock &lt;<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>&gt;:<br>
&gt;&gt; 2008/8/20 Damian &lt;<a href="mailto:damian@gingermagic.co.uk">damian@gingermagic.co.uk</a>&gt;:<br>
&gt;&gt;&gt; Brian Phillips wrote:<br>
&gt;&gt;&gt;&gt; Bobby Gill wrote:<br>
&gt;&gt;&gt;&gt;&gt; James, I just glanced at my V poster as well hehe, yeah it&#39;s high-res<br>
&gt;&gt;&gt;&gt;&gt; too.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Yes another source would be good, maybe <a href="http://movieposter.com" target="_blank">movieposter.com</a> or something?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Bob<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If I&#39;m not mistaken, the grabber goes to <a href="http://imdb.com" target="_blank">imdb.com</a> and then goes to the<br>
&gt;&gt;&gt;&gt; &quot;posters&quot; page.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Once on that page it looks for URLs for various sites in a &quot;preference&quot;<br>
&gt;&gt;&gt;&gt; order. &nbsp;IMDB images are the last grabbed (if the previous URLs time out).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;From line 277 of my imdb.pl there&#39;s a comment:<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp;# look for references to <a href="http://impawards.com" target="_blank">impawards.com</a> posters - they are high quality<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Then if it can&#39;t get a poster from that site, it tries &quot;nexbase&quot;, then<br>
&gt;&gt;&gt;&gt; &quot;cinemablend&quot;, then finally <a href="http://imdb.com" target="_blank">imdb.com</a>.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If all of them fail, it doesn&#39;t grab a poster.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Brian<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; So maybe it&#39;s the images on the first search that have changed? Is that<br>
&gt;&gt;&gt; <a href="http://impawards.com" target="_blank">impawards.com</a>?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Damian<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; mythtv-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Looks like imdb have changed their posters page layout. Just edit you<br>
&gt;&gt; imdb.pl file (probably located in<br>
&gt;&gt; /usr/local/share/mythtv/mythvideo/scripts) and change line 282 from...<br>
&gt;&gt;<br>
&gt;&gt; my $impsite = parseBetween($response, &quot;&lt;a href=\&quot;&quot;.$site, &quot;\&quot;&gt;&quot;.$site);<br>
&gt;&gt;<br>
&gt;&gt; ...to...<br>
&gt;&gt;<br>
&gt;&gt; my $impsite = parseBetween($response, &quot;&lt;a href=\&quot;&quot;.$site,<br>
&gt;&gt; &quot;\&quot;&gt;\(Theatrical Movie Posters\)&quot;);<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; That should fix the problem.<br>
&gt;&gt; Ash<br>
&gt;&gt;<br>
&gt;<br>
&gt; Adding this additional line under 282 is also required for other movies...<br>
&gt; $impsite = parseBetween($response, &quot;&lt;a href=\&quot;&quot;.$site, &quot;\&quot;&gt;\(Internet<br>
&gt; Movie Poster Awards&quot;) if ($impsite eq &quot;&quot;);<br>
&gt;<br>
&gt; ...the above should be all on one line (looks like gmail is splitting<br>
&gt; it on to two).<br>
&gt;<br>
&gt; Ash<br>
&gt;<br>
<br>
</div></div>Patch (imdb.pl.patchv2) is attached to this ticket...<br>
<a href="http://svn.mythtv.org/trac/ticket/5633" target="_blank">http://svn.mythtv.org/trac/ticket/5633</a><br>
<div><div></div><div class="Wj3C7c"><br>
Ash<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>Fantastic Ashley, it works! Thanks so much! Just had to rm * from ~/.mythtv/MythVideo and redownload &#39;em, they&#39;re coming in nice and high quality now.<br><br>Thanks!<br>Bob<br></div>