hd-trailers addon - no posters?
#1
I remember when I was on PC that the addon would download posters for thumbnail views. I'm on SPMC now and no posters are loading and I tried uninstalling / installing the addon.

Anyone know what might be the issue?
Reply
#2
The solution can be found in the special add-on topic.

Verstuurd vanaf mijn GT-I9505 met Tapatalk
LibreElec Kodi | Aeon MQ ?
Reply
#3
(2017-01-15, 01:27)TRaSH Wrote: The solution can be found in the special add-on topic.

Verstuurd vanaf mijn GT-I9505 met Tapatalk

Thanks! Got it working
Reply
#4
My apologies, but which special add-on topic??
Reply
#5
It appears I'm having the same issue, but I have no idea what special add-on topic I need to follow to get posters in HD Trailers
Reply
#6
https://forum.kodi.tv/showthread.php?tid...thumbnails

Find where your addons are stored and go to the plugin.video.hdtrailers_net\resources\lib folder and open up scraper.py
There you need to go to line 145, should look like thisCode:
Code:
'thumb': td.a.img['src']

Now just add 'http:' + before the td so it looks like thisCode:
Code:
'thumb': 'http:' + td.a.img['src']

Then delete the scraper.pyo file, make sure it ends with PYO. (I'm not sure this is needed but it doesn't hurt)
Reply

Logout Mark Read Team Forum Stats Members Help
hd-trailers addon - no posters?0