github jurialmunkey/plugin.video.themoviedb.helper v5.1.0

latest releases: v5.2.20, v5.2.16, v5.2.15...
14 months ago

What's New

Add xbmc.python.module extension point by @MoojMidge (#983)

Please note that the changes in this update are for other plugin developers.
The below information does not concern end users.

Allows developers to import sections of TMDbHelper as modules into their own scripts.

Add to addon.xml <requires> tags to import module into your addon:
<import addon="plugin.video.themoviedb.helper" version="5.1.0" />

Currently this PR opens up:

  • from tmdbhelper_lib.player.players import Players
  • from tmdbhelper_lib.api.tmdb.api import TMDb
  • from tmdbhelper_lib.player.details import get_next_episodes

Please raise issues to discuss with me if you want access granted to a particular module not listed.

NOTE: You must supply your own TMDb api_key to use the TMDb module
TMDb(api_key='yourkeygoeshere')

Full Changelog: v5.0.54...v5.1.0

Don't miss a new plugin.video.themoviedb.helper release

NewReleases is sending notifications on new releases.