• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 14
[RELEASE] HD-Trailers.net Video Plugin
(2016-11-19, 19:43)Fox Wrote: Ah ok good to hear TRaSH, hopefully it was just something temporary.

@jouster I played around a bit here with the "I" (info) and nothing happens for me, also the debug shows no error so I rather think it has no function.
Are you sure it had a function before?


I just read on here that someone else changed an extra line of code to make the thumbnails appear. Not essential by any means but it would be a nice addition


Sent from my iPhone
Reply
Is this addon abandoned? It works, sort of, but I get errors every time I run it. Kind of a shame in that is the only "trailers" addon currently available.
Reply
(2017-01-27, 21:03)wags1 Wrote: Is this addon abandoned? It works, sort of, but I get errors every time I run it. Kind of a shame in that is the only "trailers" addon currently available.

Sure looks that way Sad
Reply
Solved the problem with the errors I was getting by switching from "movie" to "video" in the addon settings.
Reply
(2017-01-27, 23:07)wags1 Wrote: Solved the problem with the errors I was getting by switching from "movie" to "video" in the addon settings.

That's weird, mine was already to set to video. I never looked at the add-on settings before. Sometimes I'll try to run a trailer and then the mouse cursor will show on a black screen, and then it will reboot to the homescreen. Other times, it will play the trailer fine. It'd be a shame if this add-on stops working, because I use it to watch trailers before my weekend movies.
Reply
Hi there,

is it possible to accept this PR https://github.com/dersphere/plugin.vide...net/pull/4 and therefore have a full functioning Addon in the kodi repository?
Backend: Asrock N3150 with Ubuntu 22.04 Server with TvHeadend 
Living Room: Nvidia Shield with Kodi
Other Kodi Clients: Coreelec, Mibox, Windows
Reply
Smile 
Hi,

I've added some options to this plugin, based on previous PR by skylex, plus an installable zip for Kodi.

##### 1.2.4 (05.08.2017)
- plot summary on trailers
- plot summary on list of movies
(slower, so added setting to disable it)
- added poster to trailers list
- "next" icon moved last in the list

https://github.com/idleloop-github/plugi...ailers_net
Reply
(2017-08-05, 20:00)idleloop Wrote: Hi,

I've added some options to this plugin, based on previous PR by skylex, plus an installable zip for Kodi.

##### 1.2.4 (05.08.2017)
- plot summary on trailers
- plot summary on list of movies
(slower, so added setting to disable it)
- added poster to trailers list
- "next" icon moved last in the list

https://github.com/idleloop-github/plugi...ailers_net

1.2.4 installed fine but I just keep getting an error what clicking on anything like "Latest" or any other item in the HD Trailers list.
Reply
Hi gate1975mlm,
cannot reproduce your problem:
What Kodi version are you using?
Could you provide the error lines from your kodi.log?
You can also try to deselect "Extract topics on start (slower)" on addon's settings, to see if that makes a difference, or uninstall and reinstall in case you were using a previous version to discard a settings problem.
Reply
(2017-08-09, 18:08)idleloop Wrote: Hi gate1975mlm,
cannot reproduce your problem:
What Kodi version are you using?
Could you provide the error lines from your kodi.log?
You can also try to deselect "Extract topics on start (slower)" on addon's settings, to see if that makes a difference, or uninstall and reinstall in case you were using a previous version to discard a settings problem.

I am running Kodi 17.3 and also deselect "Extract topics on start (slower) makes no difference.

Here is the log file
https://pastebin.com/yX6u3rC3

Now on a different computer also running Kodi 17.3 this latest HD Trailers update does work just fine. So not really sure why I am getting this error on one computer and not the other.

I also updated to Kodi 17.4 RC1 and still get the error and on the other computer also now upgrade to Kodi 17.4 RC1 still working fine.
Reply
from your logs I've found repeated:
Code:
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen

So it seems some problem with CA certificates,
which in your case (Windows platform) may be related to this:
https://forum.kodi.tv/showthread.php?tid=306399

So, check that you have no expired certificates in that computer, as that entry suggest, and test again... Undecided
Reply
(2016-04-22, 08:54)Fox Wrote: I found the problem with the missing posters, seems they have change the links on the page to skip out on the http:.
So if you feel comfortable in changing a line of code it can be fixed quite easy.

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 this
Code:
'thumb': td.a.img['src']

Now just add 'http:' + before the td so it looks like this
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)
That's it, hopefully you have posters again!

Can this be done with an OpenElec install? I'm not seeing this directory:

Image
Intel NUC 11 NUC11PAHi3 // LibreELEC 11.0
Reply
Hi thereddog,

no need to do that now: just download and install the new version:
https://github.com/idleloop-github/plugi...ailers_net
Reply
Hi.

HD-Trailers addon is my favourite Smile

Recently i've come across a issue where the "Page 2" etc button stops working.
It runs, but only re-dedisplay page 1.

Running on nightly builds for Kodi with LibreElec for a while so it's most likely related to that and not the addon itself.
This started happening around september...
Also verified not working in Kodi 18 nightly build on Windows.

It works fine in Kodi 17 so...

I'm wondering more if there are some logs for this particular addon i can review or enable?
Caching issue somewhere?
Reply
(2017-10-29, 15:46)wallofsound Wrote: Hi.

HD-Trailers addon is my favourite Smile

Recently i've come across a issue where the "Page 2" etc button stops working.
It runs, but only re-dedisplay page 1.

Running on nightly builds for Kodi with LibreElec for a while so it's most likely related to that and not the addon itself.
This started happening around september...
Also verified not working in Kodi 18 nightly build on Windows.

It works fine in Kodi 17 so...

I'm wondering more if there are some logs for this particular addon i can review or enable?
Caching issue somewhere?

Seems like xbmcswift2 that is used as a helper plugin has some conflict with the newer versions of kodi (I tried this on 18.0-ALPHA1).
To fix it you need to change the addon.py file a bit.
First add import urlparse after the other imports at the top.
Then around row 84 change
Code:
       page = int(plugin.request.args.get('page', ['1'])[0])

to
Code:
       args = urlparse.parse_qs(sys.argv[2][1:])
       page = int(args.get('page', ['1'])[0])


That should fix it.
If you find any spelling mistakes you can keep them ;)
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 14

Logout Mark Read Team Forum Stats Members Help
[RELEASE] HD-Trailers.net Video Plugin1