Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
HI, @jurialmunkey 

i recently start to adopt some stuff in my skin.

Now got a question, and may you got some advice.

I start creating an custom window ( currently i like to avoid the hidden window stuff)

I use a hidden list (id 3000), to ( try)  get some plugin provided info labels
xml:
<content>plugin://plugin.video.themoviedb.helper/?info=search&type=person&query=Simon Pegg</content>

But on every Actor i try , i didnt get much out of it.
txt:
valid return     ListItem.Icon                        $INFO[container(3000).ListItem.Icon]
valid return     ListItem.Label                        $INFO[container(3000).ListItem.Label]
empty            ListItem.Property(Biography)        $INFO[container(3000).ListItem.Property(Biography)]
empty            ListItem.Property(Age)                 $INFO[container(3000).ListItem.Property(Age)]
empty            ListItem.Property(Birthday)         $INFO[container(3000).ListItem.Property(Birthday)]
empty            ListItem.Property(Deathday)         $INFO[container(3000).ListItem.Property(Deathday)]
empty            ListItem.Property(Character)         $INFO[container(3000).ListItem.Property(Character)]
valid return     ListItem.Property(Department)         $INFO[container(3000).ListItem.Property(Department)]
empty            ListItem.Property(Job)                 $INFO[container(3000).ListItem.Property(Job)]
valid return     ListItem.Property(Known_For)         $INFO[container(3000).ListItem.Property(Known_For)]
empty            ListItem.Property(Role)             $INFO[container(3000).ListItem.Property(Role)]
empty            ListItem.Property(Born)             $INFO[container(3000).ListItem.Property(Born)]
valid return     ListItem.Property(Gender)             $INFO[container(3000).ListItem.Property(Gender)]
empty            ListItem.Property(Aliases)            $INFO[container(3000).ListItem.Property(Aliases)]

Did i made something wrong (correct content path ) ?
Do i have to place an own tmdb key somwhere to fetch additional infolabels ? Or have i used the wrong info label calls - i looked up here -> https: //github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Detailed-Item#person-specific

I also checked the bool TMDbHelper.Service ,which is enabled.
Skins |  Titan M O D   •   S W A N (WIP)
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 mardukL - 2023-04-07, 17:06
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2