Kodi Community Forum

Full Version: Getting IMDB number of video that is playing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way other than via the JSON/RPC (the Player.GetItem method) to get the currently playing video's IMDB number? I can't find it in the API nor can I find it via the InfoLabels.

I guess xbmc.Player.getVideoInfoTag should provide me with that info but that method never returns any information.

Thanks in advance,

M
What's wrong with JSON-RPC?
It's just that I can't be certain that the user has enabled the webserver. I'd therefor prefer an internal method.
(2015-05-06, 14:21)Laundro Wrote: [ -> ]It's just that I can't be certain that the user has enabled the webserver. I'd therefor prefer an internal method.

JSON-RPC can be called via internal method. It's in the docs.
Oh dang.. Thanks!