<div dir="ltr">So I just found this thread, and applied the patch this morning. It did actually fix a few problems, but it seems Transformers is still low quality compared to the others. Anyone else seen this specific title look any better?<br>
<br><div class="gmail_quote">On Wed, Aug 20, 2008 at 6:23 PM, Bobby Gill <span dir="ltr"><<a href="mailto:bobbygill@rogers.com">bobbygill@rogers.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;">
<div dir="ltr"><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Wed, Aug 20, 2008 at 4:39 PM, Damian <span dir="ltr"><<a href="mailto:damian@gingermagic.co.uk" target="_blank">damian@gingermagic.co.uk</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;">
<div>Bobby Gill wrote:<br>
><br>
><br>
> On Wed, Aug 20, 2008 at 7:34 AM, Ashley Bostock <<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a><br>
</div><div>> <mailto:<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a>>> wrote:<br>
><br>
> 2008/8/20 Ashley Bostock <<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a><br>
</div>> <mailto:<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a>>>:<br>
<div>> > 2008/8/20 Ashley Bostock <<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a><br>
</div>> <mailto:<a href="mailto:abostock@gmail.com" target="_blank">abostock@gmail.com</a>>>:<br>
<div>> >> 2008/8/20 Damian <<a href="mailto:damian@gingermagic.co.uk" target="_blank">damian@gingermagic.co.uk</a><br>
</div>> <mailto:<a href="mailto:damian@gingermagic.co.uk" target="_blank">damian@gingermagic.co.uk</a>>>:<br>
<div>> >>> 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>
</div>> <<a href="http://movieposter.com" target="_blank">http://movieposter.com</a>> or something?<br>
<div>> >>>>><br>
> >>>>> Bob<br>
> >>>><br>
> >>>> If I'm not mistaken, the grabber goes to <a href="http://imdb.com" target="_blank">imdb.com</a><br>
</div>> <<a href="http://imdb.com" target="_blank">http://imdb.com</a>> and then goes to the<br>
<div>> >>>> "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 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>
</div>> <<a href="http://impawards.com" target="_blank">http://impawards.com</a>> posters - they are high quality<br>
<div>> >>>><br>
> >>>> Then if it can't get a poster from that site, it tries<br>
> "nexbase", then<br>
</div>> >>>> "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>
<div>> >>>><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 changed?<br>
> Is that<br>
</div>> >>> <a href="http://impawards.com" target="_blank">impawards.com</a> <<a href="http://impawards.com" target="_blank">http://impawards.com</a>>?<br>
<div>> >>><br>
> >>> Damian<br>
> >>> _______________________________________________<br>
> >>> mythtv-users mailing list<br>
</div>> >>> <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a> <mailto:<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>><br>
<div>> >>> <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, "\">\(Internet<br>
> > Movie Poster Awards") if ($impsite eq "");<br>
> ><br>
> > ...the above should be all on one line (looks like gmail is 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>
</div>> <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a> <mailto:<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>><br>
<div>> <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>
</div>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>
<div><div></div><div><br>
Damian<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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></div></div><div class="Ih2E3d">Damian,<br><br>Upto you, if it's not urgent just hang on until hopefully Ashley's fix has been included, otherwise I've uploaded the imdb.pl script right from my /usr/share/mythtv/mythvideo/scripts if you'd like. If you're on Ubuntu it should go into that path or perhaps /usr/local/share/mythtv/mythvideo/scripts. It's gotta be "/mythtv/mythvideo/scripts" at end of path either way. Just pop the script in there and make sure you clear youre ~/.mythtv/mythvideo/ folder of any .jpg's (all previous posters). Then go to the video manager and try grabbing 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></div></div>
<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></blockquote></div><br><br clear="all"><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>
</div>