Solved What xml is related to the "choose art" feature step 3?
#1
I'd like to change the texture size in choose art dialog,

the right lower texture in "Image 3" on this kodi wiki page.

(Artwork/Changing (wiki))

I figured out  "Image 2" dialog is related to DialogSelect.xml and Includes_DialogSelect.xml,

but I have no idea about "Image 3" dialog.

If I should edit not skin xml file but c++ code file, please let me know what code file is related to this texture.

Thank you.
Reply
#2
it's FileBrowser.xml

specifically this control https://github.com/xbmc/xbmc/blob/master...er.xml#L47



for future reference Kodi has a skin debug overlay that will show the current window and xml file

use Skin.ToggleDebug from keymap

or

set debugging to true on this line of the addon.xml https://github.com/xbmc/xbmc/blob/master...don.xml#L6
Reply
#3
Great!
Reply

Logout Mark Read Team Forum Stats Members Help
What xml is related to the "choose art" feature step 3?0