Kodi Community Forum

Full Version: AddonInfo window buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone please clarify what are the required buttons in the AddonInfo window on Matrix?

The confuse part is about button id="8" which until Leia and according to the wiki its the "Update" button with a Kodi core string "24069".
Now in Matrix that string was changed to "Versions" and (according to Estuary code) another button was added with the id="14".

So, is the button id="8" replaced by the id="14" or both are required?.
I couldn't find anything about this change in the wiki or the skin engine changes thread for Matrix.

Cheers
Nessus
i had a look at the kodi source-code, and both buttons are required.

since i missed this change initially, i'll now update the wiki / skin changes thread.
Hey @ronie... thanks for the clarification. I have one more question though.
Since the space in the window for these buttons is very specific for me, is there any case scenario where both of these buttons are visible ?

Cheers
Nessus
nope, only 1 will be visible at a time.
Great!... thanks for the feedback @ronie.

Cheers
Nessus
Quote:2020-10-14 DialogAddonInfo.xml - new button
 
please add a button with id="14" (label: 24069) to the addon info dialog.


pull-request: https://github.com/xbmc/xbmc/pull/18546
commit: https://github.com/xbmc/xbmc/commit/e046...126425f8a5
Just wondering... If the new id="14" button is for "Update addon" now and the id="8" button shows versions of the addon available, shouldn't there also be a remark for skinners to change the label of the old update button to 24138?