Getting IMDB number of video that is playing
#1
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
Reply
#2
What's wrong with JSON-RPC?
Reply
#3
It's just that I can't be certain that the user has enabled the webserver. I'd therefor prefer an internal method.
Reply
#4
(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.
Reply
#5
Oh dang.. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Getting IMDB number of video that is playing0