Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Thanks again for all the info. I've been working on the add_path stuff and I can't seem to get it working. My DialogVideoInfo opens and is blank but AH2 works perfectly.

In the log it appears to be calling the exact same but it just doesn't work for me.

AH2
Code:
2023-11-14 16:22:32.092 T:21960 debug <general>: CPythonInvoker(345): add_path='"videodb://movies/titles/?xsp=%7B%22order%22%3A%7B%22direction%22%3A%22ascending%22%2C%22ignorefolders%22%3A0%2C%22method%22%3A%22sorttitle%22%7D%2C%22rules%22%3A%7B%22and%22%3A%5B%7B%22field%22%3A%22title%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%5B%22Mission: Impossible - Rogue Nation%22%5D%7D%5D%7D%2C%22type%22%3A%22movies%22%7D"'
2023-11-14 16:22:32.092 T:21960 debug <general>: CPythonInvoker(345): call_auto=1190

My Skin
Code:
2023-11-14 16:29:02.369 T:6504 debug <general>: CPythonInvoker(362): add_path='"videodb://movies/titles/?xsp=%7B%22order%22%3A%7B%22direction%22%3A%22ascending%22%2C%22ignorefolders%22%3A0%2C%22method%22%3A%22sorttitle%22%7D%2C%22rules%22%3A%7B%22and%22%3A%5B%7B%22field%22%3A%22title%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%5B%22Mission: Impossible - Rogue Nation%22%5D%7D%5D%7D%2C%22type%22%3A%22movies%22%7D"'
2023-11-14 16:29:02.369 T:6504 debug <general>: CPythonInvoker(362): call_auto=1111

The onclick I am using to replace this line:
Code:
<onclick>RunScript(plugin.video.themoviedb.helper,add_path='"videodb://movies/titles/?xsp=%7B%22order%22%3A%7B%22direction%22%3A%22ascending%22%2C%22ignorefolders%22%3A0%2C%22method%22%3A%22sorttitle%22%7D%2C%22rules%22%3A%7B%22and%22%3A%5B%7B%22field%22%3A%22title%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%5B%22$INFO[Container(90011).ListItem.Title]%22%5D%7D%5D%7D%2C%22type%22%3A%22movies%22%7D"',call_auto=1111)</onclick>

The only differences I can notice are that AH2 uses list 9999 in 1190 while I am using Skin.SetBool(TMDbHelper.DirectCallAuto) in 1111. AH2 also uses an alarmclock to wait a second before runscript but I tried that also.

I'm stumped and feel like I am missing something obvious. Any ideas?

Debug log

Thanks Smile
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 mikeSiLVO - 2023-11-15, 00:32
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2