Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2020-01-15, 23:14)jurialmunkey Wrote: @bsoriano -

If you close the videoinfo dialog, the script thinks that you are pressing back, which removes the current path and replaces it with the previous path (or nothing if its the first).
If you close window 1134 the script clears all properties and exits. Activating another window closes the current window.
Basically, you can't close 1134 or videoinfo if you would like to keep the script active.

What might work is if you change your search window to a dialog and just open it on top of the videoinfo dialog without closing videoinfo or 1134. i.e. Remove the Dialog.Close onclick and add the following to your search window:
Code:
<window type="dialog" id="1131">


RE: Repo.
I have a repo with TMDbHelper beta versions maintained by @drinfernoo
https://jurialmunkey.github.io/repositor...ey-1.2.zip

It is currently on 2.2.16 but it will get updated soon with the most recent version.
I'll be making a PR to official repo with the latest updates in the next week - just need to do a little bit more testing to make sure all the latest changes are stable.
@jurialmunkey , thanks! I will be trying this right away.  Understood about your repo; I will place a link to it in the Amber thread.

Regards,

Bart

EDIT: @jurialmunkey, thatnks again, this solved the navigation issue.  However, it brought other issues, like the fact that ListItem.xxxx now is the one from dialogvideoinfo.xml and not from the custom search window.  I solved that by replacing with Container.ListItem.xxxx.  What I have not solved is that now, if it is an online tmdb custom search, when you press i on any of the items, nothing happens, until I press Back or Esc, and then the info for that movie is shown.  Since the custom search is now a dialog and not a window, do I need to add a custom onclick to the results panel/list? Do I need to close the dialog for tmdb helper to properly open the info for the item?

A similar issue is happening if the custom search is local.  If I press Enter, the movie starts playing, but in the background.  I figure I can solve this like in the video info dialog Play/Close/Browse button.  However, if I press i, I do not get an info dialog for the item, until I press Back or Esc, and then it is shown.

Any ideas? Thanks again for your help.
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 - 2020-01-15, 23:38
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2