Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2019-09-06, 10:57)jurialmunkey Wrote: @bsoriano
Can you test with this version (it just does some extra debug logging).
https://github.com/jurialmunkey/plugin.v...esting.zip

And tell me what it outputs in the log for "Exclude paramstring:"? It should be something like:
Code:
Exclude paramstring: info=discover&type=movie&primary_release_year=2014&exclude_key=title&exclude_value=Nightcrawler
I want to check what is being filled in the params.

The way you are using it is correct. This is how I've been testing it and it works fine for me (works in any list I use it in).
Code:
plugin://plugin.video.themoviedb.helper/?info=crew_in_movies&type=person&filter_key=job&filter_value=Director&query=$INFO[ListItem.Director]&exclude_key=title&exclude_value=$INFO[ListItem.Title]
@jurialmunkey , just tested.  This is what I have in the log (it pertains to the movie Fast & Furious Presents: Hobbes & Shaw):

html:

2019-09-06 07:51:42.303 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Exclude paramstring: info=crew_in_movies&type=person&filter_key=job&filter_value=Director&query=David Leitch&exclude_key=title&exclude_value=Fast & Furious Presents: Hobbs & Shaw
2019-09-06 07:51:42.325 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Requesting... https://api.themoviedb.org/3/search/pers...uery=David Leitch
2019-09-06 07:51:43.931 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Requesting... https://api.themoviedb.org/3/discover/mo...ternal_ids
2019-09-06 07:51:44.555 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Exclude paramstring: info=discover&type=movie&with_companies=Universal Pictures&exclude_key=title&exclude_value=Fast & Furious Presents: Hobbs & Shaw
2019-09-06 07:51:44.557 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Requesting... https://api.themoviedb.org/3/search/comp...=Universal Pictures
2019-09-06 07:51:44.969 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Requesting... https://api.themoviedb.org/3/discover/mo...mpanies=33
2019-09-06 07:51:45.013 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Requesting... https://api.themoviedb.org/3/person/4068...uery=David Leitch&append_to_response=credits,images,release_dates,content_ratings,external_ids
2019-09-06 07:51:45.170 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Exclude paramstring: info=discover&type=movie&primary_release_year=2019&exclude_key=title&exclude_value=Fast & Furious Presents: Hobbs & Shaw
2019-09-06 07:51:46.130 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Exclude paramstring: info=discover&type=movie&with_cast=Jacob Tremblay / Brady Noon / Keith L. Williams&with_separator=OR&exclude_key=title&exclude_value=Fast & Furious Presents: Hobbs & Shaw
2019-09-06 07:51:47.292 T:18446744073709551614 WARNING: Invalid media type "actor"
2019-09-06 07:51:48.188 T:18446744073709551614 WARNING: Previous line repeats 46 times.
2019-09-06 07:51:48.188 T:18446744073709551614  NOTICE: [plugin.video.themoviedb.helper]
                                            Exclude paramstring: info=discover&type=movie&with_cast=Dwayne Johnson / Jason Statham / Idris Elba&with_separator=OR&exclude_key=title&exclude_value=Fast & Furious Presents: Hobbs & Shaw

For that one (again, from the In Theaters plugin widget), the movie showed in Also Directed by, Cast Members also appear in, More in Action and More from 2019 lists.

Please let me know if there is any additional info you would like me to provide.  Thanks.

Regards,

Bart
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 bsoriano - 2019-09-06, 13:58
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2