Kodi Community Forum

Full Version: How to add callback to movie information dialog?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a large list of movies to display for a plugin. However, since each of the movies' information is listed on a separate web page, I do not want to take the time to download and parse a page for each list item.

Is there a way to add a callback when the "I" key is pressed, so I can download the individual movie's information when requested and then use setInfo()?

Thanks,
Jon