We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some method so other add-ons can specify the item ID's
The text was updated successfully, but these errors were encountered:
There are lots of addons using script.trakt's method, so maybe we should use it.
ids = json.dumps({u'tmdb': 264660, u'imdb': u'tt0470752', u'slug': u'ex-machina-2014', u'trakt': 163375}) xbmcgui.Window(10000).setProperty('script.trakt.ids', ids)
Sorry, something went wrong.
As I understand, this method adds the ability to scrobble from other addons. Yes, we can develop something like this, can get Simkl ID using http://docs.simkl.apiary.io/#reference/sync/get-items-by-id api method
daviddavo
No branches or pull requests
Add some method so other add-ons can specify the item ID's
The text was updated successfully, but these errors were encountered: