<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Aug 21, 2008 at 2:16 PM, Ashley Bostock <span dir="ltr"><<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>></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;">
2008/8/21 Ashley Bostock <<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>>:<br>
<div><div></div><div class="Wj3C7c">> 2008/8/21 Brian Sanders <<a href="mailto:brian.sanders@gmail.com">brian.sanders@gmail.com</a>>:<br>
>> So I just found this thread, and applied the patch this morning. It did<br>
>> actually fix a few problems, but it seems Transformers is still low quality<br>
>> compared to the others. Anyone else seen this specific title look any<br>
>> better?<br>
>><br>
>> On Wed, Aug 20, 2008 at 6:23 PM, Bobby Gill <<a href="mailto:bobbygill@rogers.com">bobbygill@rogers.com</a>> wrote:<br>
>>><br>
>>><br>
>>> On Wed, Aug 20, 2008 at 4:39 PM, Damian <<a href="mailto:damian@gingermagic.co.uk">damian@gingermagic.co.uk</a>> wrote:<br>
>>>><br>
>>>> Bobby Gill wrote:<br>
>>>> ><br>
>>>> ><br>
>>>> > On Wed, Aug 20, 2008 at 7:34 AM, Ashley Bostock <<a href="mailto:abostock@gmail.com">abostock@gmail.com</a><br>
>>>> > <mailto:<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>>> wrote:<br>
>>>> ><br>
>>>> > 2008/8/20 Ashley Bostock <<a href="mailto:abostock@gmail.com">abostock@gmail.com</a><br>
>>>> > <mailto:<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>>>:<br>
>>>> > > 2008/8/20 Ashley Bostock <<a href="mailto:abostock@gmail.com">abostock@gmail.com</a><br>
>>>> > <mailto:<a href="mailto:abostock@gmail.com">abostock@gmail.com</a>>>:<br>
>>>> > >> 2008/8/20 Damian <<a href="mailto:damian@gingermagic.co.uk">damian@gingermagic.co.uk</a><br>
>>>> > <mailto:<a href="mailto:damian@gingermagic.co.uk">damian@gingermagic.co.uk</a>>>:<br>
>>>> > >>> Brian Phillips wrote:<br>
>>>> > >>>> Bobby Gill wrote:<br>
>>>> > >>>>> James, I just glanced at my V poster as well hehe, yeah it's<br>
>>>> > high-res<br>
>>>> > >>>>> too.<br>
>>>> > >>>>><br>
>>>> > >>>>> Yes another source would be good, maybe <a href="http://movieposter.com" target="_blank">movieposter.com</a><br>
>>>> > <<a href="http://movieposter.com" target="_blank">http://movieposter.com</a>> or something?<br>
>>>> > >>>>><br>
>>>> > >>>>> Bob<br>
>>>> > >>>><br>
>>>> > >>>> If I'm not mistaken, the grabber goes to <a href="http://imdb.com" target="_blank">imdb.com</a><br>
>>>> > <<a href="http://imdb.com" target="_blank">http://imdb.com</a>> and then goes to the<br>
>>>> > >>>> "posters" page.<br>
>>>> > >>>><br>
>>>> > >>>> Once on that page it looks for URLs for various sites in a<br>
>>>> > "preference"<br>
>>>> > >>>> order. IMDB images are the last grabbed (if the previous<br>
>>>> > URLs<br>
>>>> > time out).<br>
>>>> > >>>><br>
>>>> > >>>>>From line 277 of my imdb.pl there's a comment:<br>
>>>> > >>>> # look for references to <a href="http://impawards.com" target="_blank">impawards.com</a><br>
>>>> > <<a href="http://impawards.com" target="_blank">http://impawards.com</a>> posters - they are high quality<br>
>>>> > >>>><br>
>>>> > >>>> Then if it can't get a poster from that site, it tries<br>
>>>> > "nexbase", then<br>
>>>> > >>>> "cinemablend", then finally <a href="http://imdb.com" target="_blank">imdb.com</a> <<a href="http://imdb.com" target="_blank">http://imdb.com</a>>.<br>
>>>> > >>>><br>
>>>> > >>>> If all of them fail, it doesn't grab a poster.<br>
>>>> > >>>><br>
>>>> > >>>> Brian<br>
>>>> > >>><br>
>>>> > >>> So maybe it's the images on the first search that have<br>
>>>> > changed?<br>
>>>> > Is that<br>
>>>> > >>> <a href="http://impawards.com" target="_blank">impawards.com</a> <<a href="http://impawards.com" target="_blank">http://impawards.com</a>>?<br>
>>>> > >>><br>
>>>> > >>> Damian<br>
>>>> > >>> _______________________________________________<br>
>>>> > >>> mythtv-users mailing list<br>
>>>> > >>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> <mailto:<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>
>>>> > >>><br>
>>>> > >><br>
>>>> > >> Looks like imdb have changed their posters page layout. Just<br>
>>>> > edit you<br>
>>>> > >> imdb.pl file (probably located in<br>
>>>> > >> /usr/local/share/mythtv/mythvideo/scripts) and change line 282<br>
>>>> > from...<br>
>>>> > >><br>
>>>> > >> my $impsite = parseBetween($response, "<a href=\"".$site,<br>
>>>> > "\">".$site);<br>
>>>> > >><br>
>>>> > >> ...to...<br>
>>>> > >><br>
>>>> > >> my $impsite = parseBetween($response, "<a href=\"".$site,<br>
>>>> > >> "\">\(Theatrical Movie Posters\)");<br>
>>>> > >><br>
>>>> > >><br>
>>>> > >> That should fix the problem.<br>
>>>> > >> Ash<br>
>>>> > >><br>
>>>> > ><br>
>>>> > > Adding this additional line under 282 is also required for other<br>
>>>> > movies...<br>
>>>> > > $impsite = parseBetween($response, "<a href=\"".$site,<br>
>>>> > "\">\(Internet<br>
>>>> > > Movie Poster Awards") if ($impsite eq "");<br>
>>>> > ><br>
>>>> > > ...the above should be all on one line (looks like gmail is<br>
>>>> > splitting<br>
>>>> > > it on to two).<br>
>>>> > ><br>
>>>> > > Ash<br>
>>>> > ><br>
>>>> ><br>
>>>> > 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>
>>>> ><br>
>>>> > Ash<br>
>>>> > _______________________________________________<br>
>>>> > mythtv-users mailing list<br>
>>>> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> <mailto:<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>
>>>> ><br>
>>>> ><br>
>>>> > Fantastic Ashley, it works! Thanks so much! Just had to rm * from<br>
>>>> > ~/.mythtv/MythVideo and redownload 'em, they're coming in nice and high<br>
>>>> > quality now.<br>
>>>> ><br>
>>>> > Thanks!<br>
>>>> > Bob<br>
>>>><br>
>>>> I'm very happy that there's a fix so quickly! Thanks!<br>
>>>><br>
>>>> Out of interest, does anyone know how long it would take for this to<br>
>>>> filter through into the Mythbuntu weekly fixes branch (is the clue in<br>
>>>> the name of the branch??)? If it'll be there in a week or so, then I'll<br>
>>>> let the updates fix it for me. If not, I'll dive in myself but I'm<br>
>>>> scared to break something or do something that Mythbuntu doesn't expect.<br>
>>>> Yes, I know I'm sounding like a wussy-geek, but the family is upset<br>
>>>> every time I break Myth of a few days/weeks/months.<br>
>>>><br>
>>>> Damian<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>
>>><br>
>>> Damian,<br>
>>><br>
>>> Upto you, if it's not urgent just hang on until hopefully Ashley's fix has<br>
>>> been included, otherwise I've uploaded the imdb.pl script right from my<br>
>>> /usr/share/mythtv/mythvideo/scripts if you'd like. If you're on Ubuntu it<br>
>>> should go into that path or perhaps<br>
>>> /usr/local/share/mythtv/mythvideo/scripts. It's gotta be<br>
>>> "/mythtv/mythvideo/scripts" at end of path either way. Just pop the script<br>
>>> in there and make sure you clear youre ~/.mythtv/mythvideo/ folder of any<br>
>>> .jpg's (all previous posters). Then go to the video manager and try grabbing<br>
>>> the metadata again and check the posters, they should come in right.<br>
>>><br>
>>> <a href="http://bobgill.net/imdb.tgz" target="_blank">bobgill.net/imdb.tgz</a><br>
>>><br>
>>> Bob<br>
>>><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>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> "Faithless is he, who says 'farewell', when the path darkens<br>
>> "you just keep on trying till you run out of cake"<br>
>><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>
>><br>
>><br>
> 2008/8/21 Brian Sanders <<a href="mailto:brian.sanders@gmail.com">brian.sanders@gmail.com</a>>:<br>
>> So I just found this thread, and applied the patch this morning. It did<br>
>> actually fix a few problems, but it seems Transformers is still low quality<br>
>> compared to the others. Anyone else seen this specific title look any<br>
>> better?<br>
>><br>
><br>
> Blimey they really are inconsistent with the way the poster page links<br>
> are presented.<br>
> Attached is a much better "fixed" version that should work for all<br>
> films that have <a href="http://www.impawards.com" target="_blank">www.impawards.com</a> linked posters.<br>
><br>
> I'll update the ticket with an svn diff later today.<br>
><br>
> Ash<br>
><br>
<br>
</div></div>I've updated the patch on the ticket (imdb.pl.patchv4)<br>
<div class="Ih2E3d"><a href="http://svn.mythtv.org/trac/ticket/5633" target="_blank">http://svn.mythtv.org/trac/ticket/5633</a><br>
<br>
</div>I noticed that the impawards site didn't have posters for all my<br>
movies but MoTechPosters did.<br>
So I've added in the grabber code for that website as well :)<br>
<div class="Ih2E3d"><br>
Ash<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
</div><div><div></div><div class="Wj3C7c"><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><br>Yeah I forgot to take out the +'s, my bad. That's a perfect fix I think Ashley, I just removed about 10 posters that had still been coming in at LQ and are now just mint and high quality. Great stuff, thanks so much!<br>
<br>Bob<br></div>