Win Add debug infoline to the views
#1
Hello

I like to know what do i have to modify to get a overlay infolabel to the views so i can see which window and xml is used.
An example what i mean.

Image
Reply
#2
Just edit addon.xml file in Aeon Nox skin directory and set debug option to true :

Code:
<extension
    point="xbmc.gui.skin"
    defaultthemename="Textures.xbt"
    debugging="true"
    effectslowdown="1.0">
    <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
  </extension>

Then restart XBMC.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#3
Thanks. That did the trick.
Reply

Logout Mark Read Team Forum Stats Members Help
Add debug infoline to the views0