im trying to add a busy spinner to my skin, i have:
and i created a folder with the images in: .kodi/addons/skin.fluid-perfection/media/busyspinner/kodi logo fade
but they never showup
IE: i click restart system, there is a 5 sec delay befor the screen blanks, but there is no busyspinner
<?xml version="1.0" encoding="UTF-8"?>
<window>
<!-- busydialog -->
<controls>
<!-- Background -->
<include>DialogFadeBackgroundImage</include>
<include>DialogFadeBackgroundImage</include>
<include>DialogFadeBackgroundImage</include>
<!-- Main group -->
<control type="group">
<include>DialogZoomAnimation</include>
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<width>680</width>
<height>220</height>
<!-- Spinner -->
<control type="multiimage">
<width>150</width>
<height>150</height>
<aspectratio>keep</aspectratio>
<imagepath>busyspinner/kodi logo fade</imagepath>
<timeperimage>100</timeperimage>
<fadetime>0</fadetime>
<visible>true</visible>
</control>
</control>
</controls>
</window>
and i created a folder with the images in: .kodi/addons/skin.fluid-perfection/media/busyspinner/kodi logo fade
but they never showup
IE: i click restart system, there is a 5 sec delay befor the screen blanks, but there is no busyspinner