Hi,
Finally Apple issue solved..
For AMT Lite:
xbmcplugin_trailers.py line 89
trailer = re.findall("<large[^>]*>(.*?)</large>", preview[ 0 ])[ 0 ]
# replace with 1080p if quality == 1080p
if (self.settings[ "quality" ] == "_1080p"):
TO
trailer = re.findall("<large[^>]*>(.*?)</large>", preview[ 0 ])[ 0 ]
trailer = trailer.replace("movies" , "www").replace("/www/" , "/movies/")
# replace with 1080p if quality == 1080p
if (self.settings[ "quality" ] == "_1080p"):
For AMT Script:
Sorry I can't find it. But I'm sure @nuka take care of it :)
Best regards,
Ö.B.(queeup)
Original issue reported on code.google.com by Ozgur.BASKIN@gmail.com on 5 Sep 2009 at 1:09
Original issue reported on code.google.com by
Ozgur.BASKIN@gmail.com
on 5 Sep 2009 at 1:09