Erstell dir einfach eine neue Custom_Debug.xml in deinem Skin Verzeichnis und befülle sie mit diesem Code:
XML
<?xml version="1.0" encoding="UTF-8"?>
<window id="1146" type="dialog">
<zorder>999</zorder>
<visible>!Window.IsVisible(startup)</visible>
<controls>
<control type="grouplist">
<left>15</left>
<top>15</top>
<width>780</width>
<height>450</height>
<itemgap>12</itemgap>
<control type="label">
<width>780</width>
<height>21</height>
<textcolor>FF0000FF</textcolor>
<shadowcolor>FF000000</shadowcolor>
<font>font13</font>
<align>left</align>
<label>PlayingPlaylist Property: $INFO[Window(home).Property(AmazonMusic-PlayingPlaylist)]</label>
</control>
<control type="label">
<width>780</width>
<height>21</height>
<textcolor>FF0000FF</textcolor>
<shadowcolor>FF000000</shadowcolor>
<font>font13</font>
<align>left</align>
<label>CurrentPlayist Property: $INFO[Window(home).Property(AmazonMusic-CurrentPlaylist)]</label>
</control>
</control>
</controls>
</window>
Alles anzeigen
Das legt ein immer sichtbares Overlay über deinen Skin und gibt die Properties aus zum Test.
Kodi muss neugestartet werden nachdem die File plaziert wurde.