Kodi Community Forum
[RELEASE] Debugging/skinning aid for any skin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Debugging/skinning aid for any skin (/showthread.php?tid=129094)

Pages: 1 2 3


[RELEASE] Debugging/skinning aid for any skin - Hitcher - 2012-04-16

Debugging/skinning aid for any skin

Frodo download link

Gotham download link

Code:
Set-up

- Place Custom_Overlay.xml in your skin's XML folder (ie 720p, 1080i, etc)
- Place the relevant debuggrid PNG in the skin's root folder and change the Custom_Overlay.xml debug grid controls if neccessary
- Place the keymap.xml in your /userdata/keymaps folder (or add the actions to your current one)

Usage

F6 - enable/disable the debug grid
F7 - enable/disable debug info

Debug info

Left -
Current Window ID (BLUE)
Any active Dialogs (RED)

Right -
Current Control (BLUE)
Current Container's name (GREEN) - Current Container's path (RED)

Debug Info 720p

Image

Debug Info 1080p

Image

Debug grid 720p

Image

Debug grid 1080p

Image

Hope it helps.


RE: [RELEASE] Debugging tool for any skin - phil65 - 2012-04-16

thx. better to have it in an overlay than having includes in all windows.


RE: [RELEASE] Debugging tool for any skin - Eddage - 2012-04-16

Thanks Hitcher, this is fantastic and means I no longer have to keep switching back and fourth between foundation!


RE: [RELEASE] Debugging tool for any skin - krish_2k4 - 2012-04-16

life saver, I give you the highest of fives!


RE: [RELEASE] Debugging tool for any skin - Middle - 2012-04-17

you are the man, thx this is very handy, im using foundation already to build my skin and is very solid.


RE: [RELEASE] Debugging tool for any skin - sphere - 2012-04-17

well done.


RE: [RELEASE] Debugging tool for any skin - slinuxgeek - 2012-04-17

Thanks Hitcher but where do you create /userdata/keymaps folder?
I created this here "skin.myskin/userdata/keymaps" and copied your keymap.xml in to it but it did not work ,
then I just added two lines from your keymap.xml to
xbmc-11.0/system/keymaps/keyboard.xml

and it worked but I want some keys to work in my skin only so where may I define those key actions?

Thanks again for Help.


RE: [RELEASE] Debugging tool for any skin - spiff - 2012-04-17

you put it in your normal userdata folder. %appdata%/xbmc/userdata on windows, ~/.xbmc/userdata on linux, /Application Data/XBMC/userdata or thereabout on osx.


RE: [RELEASE] Debugging tool for any skin - slinuxgeek - 2012-04-17

That means we can not define some keys which will work only with our skin....?

Thanks.


RE: [RELEASE] Debugging tool for any skin - `Black - 2012-04-17

No, you can't.


RE: [RELEASE] Debugging tool for any skin - Hitcher - 2012-04-17

Hope you guys (black and Jezz) did't mind me using your skins to illustrate how it works.


RE: [RELEASE] Debugging/skinning aid for any skin - Balinus - 2012-04-17

Great! That will help me for sure Smile


RE: [RELEASE] Debugging tool for any skin - Jezz_X - 2012-04-18

(2012-04-17, 15:59)Hitcher Wrote: Hope you guys (black and Jezz) did't mind me using your skins to illustrate how it works.

lol of course not Smile


RE: [RELEASE] Debugging/skinning aid for any skin - raptorjr - 2012-09-09

Is there a updated version of this aid that works with the PVR screens? I get nothing when one of those screens are open, like MyPVR.xml screen, or am i doing something wrong?


RE: [RELEASE] Debugging/skinning aid for any skin - Hitcher - 2012-09-09

(2012-09-09, 00:29)raptorjr Wrote: Is there a updated version of this aid that works with the PVR screens? I get nothing when one of those screens are open, like MyPVR.xml screen, or am i doing something wrong?

I'll get on it soon.