Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2020-01-03, 14:29)jurialmunkey Wrote: Instead, to call person details from Kodi's inbuilt cast list you need to use add_query= and specify type=person
xml:
<onclick>RunScript(plugin.video.themoviedb.helper,add_query=$INFO[Container(50).ListItem.Label],type=person,call_auto=1190)</onclick>
Using this i get unicode error for some actor names.
Example... Movie: The 5th Wave, Actor: Chloë Grace Moretz
xml:
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by nessus - 2020-01-05, 13:24
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2