Kodi Community Forum
Arctic Zephyr skin modification - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Arctic Zephyr skin modification (/showthread.php?tid=226530)



Arctic Zephyr skin modification - kleo - 2015-05-09

Hi all,

I have a quick question regarding modding the Arctic Zephyr skin (version 1.3.0).

In fullscreen music visualization and fullscreen video there's a label in the upper right corner
which displays the current time and the time when the currently playing item will be finished.

I like to have it for video, but I'd like to remove it completely when music is playing.
I had a look at the xml files in the addon - skin folder, but didn't find the location where this
is defined.

Is there a way to remove the highlighted bit below from the playing music info screen only?
Thanks in advance, kleo

Image


RE: Arctic Zephyr skin modification - jurialmunkey - 2015-05-12

In MusicVisualisation.xml remove the following line:
Code:
<include>Furniture_OSDClock</include>

I'm actually going to remove the finish time for music so that it only shows current time as its probably only relevant for video anyway.


RE: Arctic Zephyr skin modification - kleo - 2015-05-12

Thanks, that's awesome. I'll try it out as soon as I get home. I don't need to to know that the currently playing 4 minute track will end in < 4 min. Wink Apart from that I really love the skin.
Thanks, Kleo


RE: Arctic Zephyr skin modification - mccord42 - 2015-06-10

Thanks jurialmunkey for this info. I've been thinking about doing the same thing.