Kodi Community Forum
How to add callback to movie information dialog? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: How to add callback to movie information dialog? (/showthread.php?tid=89239)



How to add callback to movie information dialog? - jbel - 2011-01-01

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