2020-02-28, 14:16
Reviving, IMDB Trailers, an addon for watching trailers hosted by IMDb.
This addon was originally written by @queeup and had been abandoned since 2013
I have revived it by rewriting the code to be Python 2 and 3 compatible and will run on all platforms starting from Kodi Leia upwards
NOTE - This will only work on Kodi 18 and above.
Dependencies: (All available in Kodi repository and will auto install)
six
kodi-six
BeautifulSoup4
Common Plugin Cache
What is required on your part before posting a question
- If you find something not working then verify on IMDb website whether its working.
Install IMDb Trailers from Kodi Repository
You can also call this addon from other addons or in STRM files as below.
plugin://plugin.video.imdb.trailers/?action=play_id&imdb=imdb_id
For e.g.,
plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt0113957
Enjoy!
This addon was originally written by @queeup and had been abandoned since 2013
I have revived it by rewriting the code to be Python 2 and 3 compatible and will run on all platforms starting from Kodi Leia upwards
NOTE - This will only work on Kodi 18 and above.
Dependencies: (All available in Kodi repository and will auto install)
six
kodi-six
BeautifulSoup4
Common Plugin Cache
What is required on your part before posting a question
- If you find something not working then verify on IMDb website whether its working.
Install IMDb Trailers from Kodi Repository
You can also call this addon from other addons or in STRM files as below.
plugin://plugin.video.imdb.trailers/?action=play_id&imdb=imdb_id
For e.g.,
plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt0113957
Enjoy!