Kodi Community Forum
[RELEASE] Trailer Addict (Video) Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Trailer Addict (Video) Plugin (/showthread.php?tid=53821)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: [RELEASE] Trailer Addict (Video) Plugin - stacked - 2012-11-28

(2012-11-25, 04:56)Eldorado Wrote: Quality of the videos aside, this is the better of the trailers addons

Variety, consistent updates and red band trailers!

Seems they added a line break after the video url

Change line 223 to be this:

Code:
url = re.compile( 'fileurl=(.+?)[\r\n]*&vidwidth' ).findall( data )[0]

That looks right. I'll try to post an update soon.


RE: [RELEASE] Trailer Addict (Video) Plugin - ricostuart - 2012-12-01

any update on this, as I would love for it to be working again. Its by far the best trailer plugin on xbmc!


RE: [RELEASE] Trailer Addict (Video) Plugin - DeQuosaek - 2012-12-02

You can make the above-mentioned changes to the plugin yourself to make it work again by opening the file "default.py" in the "C:\Users\YOUR_USER_NAME\AppData\Roaming\XBMC\addons\plugin.video.trailer.addict" folder.

It's easiest to edit with a nice text editor like Notepad++ (it's free - google it)

Just go to line 223 and replace what is there with:
Code:
url = re.compile( 'fileurl=(.+?)[\r\n]*&vidwidth' ).findall( data )[0]



RE: [RELEASE] Trailer Addict (Video) Plugin - ricostuart - 2012-12-02

I'm currently running openelec (linux) - what would the directory be there?
its in storage/.xbmc

Then vi defaut.py and add the "[\r\n]" onto the line as above.

Thanks guys - it works perfectly!


RE: [RELEASE] Trailer Addict (Video) Plugin - stacked - 2012-12-11

Update Version 1.0.7

- Fixed __plugin__ is not defined error
- Fixed 'urllib2.URLError' error
- Fixed HTTP Error 404 when searching the Film Database
- Fixed 'list index out of range' error
- Fixed 'expected string or buffer' error


RE: [RELEASE] Trailer Addict (Video) Plugin - dkplayaclub - 2013-04-06

Seems to have been quite a while since this addon has been discussed. I am currently using this addon on my new windows 7/Frodo box and it is listed as version 2.0.8. Is this the same addon, just updated?
Either way, the addon works great, I was just wondering if you could add the ability to download trailers from the addon, or to link them to movies in your library? Thanks stacked for the best trailer addon out there. Tried 3 others and none were as nice.


RE: [RELEASE] Trailer Addict (Video) Plugin - nabsboss - 2013-04-08

hi !

thanks for this fabulous plugin Wink

It is possible to add this list item http://forum.xbmc.org/showthread.php?tid=159274 on ?

This link is for the integration on the plugin http://forum.xbmc.org/showthread.php?tid=160337

Thanks Smile


RE: [RELEASE] Trailer Addict (Video) Plugin - stacked - 2013-04-08

(2013-04-06, 03:27)dkplayaclub Wrote: Seems to have been quite a while since this addon has been discussed. I am currently using this addon on my new windows 7/Frodo box and it is listed as version 2.0.8. Is this the same addon, just updated?
Either way, the addon works great, I was just wondering if you could add the ability to download trailers from the addon, or to link them to movies in your library? Thanks stacked for the best trailer addon out there. Tried 3 others and none were as nice.

Yes, version 2.0.8 is the latest of the Trailer Addict addon.

Sure, I can add a context menu to download selected trailers.

I don't think it's possible of an addon to modify the library. If you have an example of another addon doing this, let me know.

(2013-04-08, 01:10)nabsboss Wrote: hi !

thanks for this fabulous plugin Wink

It is possible to add this list item http://forum.xbmc.org/showthread.php?tid=159274 on ?

This link is for the integration on the plugin http://forum.xbmc.org/showthread.php?tid=160337

Thanks Smile

This might be possible. I'll look into it.


Re: [RELEASE] Trailer Addict (Video) Plugin - nabsboss - 2013-04-08

Great :) !!


Re: [RELEASE] Trailer Addict (Video) Plugin - nabsboss - 2013-05-06

Hi, any newz !?

Thanks :)


RE: [RELEASE] Trailer Addict (Video) Plugin - stacked - 2013-05-31

(2013-05-06, 11:25)nabsboss Wrote: Hi, any newz !?

Thanks Smile

Sorry for the delay. I was busy adding some features that I wanted and it took longer than expected to complete. I will try to push an update tomorrow.


RE: [RELEASE] Trailer Addict (Video) Plugin - fuzzer - 2013-12-11

Love the plug-in..thanks for all the hard work.

Any chance of bringing back the ability to play trailers with the play button an a remote?

TIA
Steve


RE: [RELEASE] Trailer Addict (Video) Plugin - nabsboss - 2013-12-11

Oooh sorry stacked, i have just saw your answer today !! Tapatalk alerted me when fuzzer post the message Smile
Many thanks for your hard work Wink


RE: [RELEASE] Trailer Addict (Video) Plugin - stacked - 2013-12-16

(2013-12-11, 03:32)fuzzer Wrote: Love the plug-in..thanks for all the hard work.

Any chance of bringing back the ability to play trailers with the play button an a remote?

TIA
Steve

All video items in the Trailer Addict addon are playable with the play button. Can you give me an example to test with the steps to reproduce?


RE: [RELEASE] Trailer Addict (Video) Plugin - Eldorado - 2014-02-03

Looks like they did a revamp of the site, addon doesn't show any listings at least on the main page not sure about the sub sections