Kodi Community Forum

Full Version: DialogAddonInfo on info key
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

is there any special reason why the DialogAddonInfo is not accessible via the info-key while selecting an add-on in the "content-folders" (video->Add-ons, music->Add-ons, ...)?
Or at least via the context-menu while selecting an add-on (next to "add-on settings")?

Also direct access to the add-on changelog via the the context-menu would be nice.

If there is no special reason: Please see this as feature request Smile

regards,
sphere
Maybe someone can point me to the matching places in the code? Then I could try to add this myself for a pull request.
GUIWindowxxxBase, GUIWindowAddonBrowser. compare the ACTION_INFO / GetContextButtons and add the appropriate code.
Thanks! Looks doable for me Smile
I did the changes and opened a pull request.