Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2019-09-17, 02:16)bsoriano Wrote: @jurialmunkey , thanks so much for adding the picker function when there are multiple items in the same info label, this is awesome.  I just tested it with Director, and Writer, and it works great, both in showing the select dialog for multiple items, and for showing multiple items found in tmdb with the same name.

Now how would I change the query if I want to use the function with Genre, or Studio? I know Country is out of the question, since there is no API call in tmdb.

Thanks again for taking skinning to new levels!

Regards,

Bart

How are you envisaging that a Genre or Studio call would work?
If it was done onload of dialogvideoinfo, then you would get multiple pop-ups (one for each list) which would get annoying very quickly.

The only way I can think of having this work is:
1. A "genres" button in dialogvideoinfo that opens a list of the genres.
2. Selecting a genre looks up its TMDb ID and sets it to a Window Property.
3. The plugin path in dialogvideoinfo uses a variable checks for the Window Property and uses it if set.
4. onunload of dialogvideoinfo the property is cleared.

Is this how you are envisaging it would work?
Arctic Fuse - Alpha now available. Support me on Ko-fi.
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 jurialmunkey - 2019-09-18, 00:08
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2