wrong ^^
Edit:
So.. back from the gym. This should work for Helix users:
- Install my repo via zip directly in Kodi
- Download the latest zip archive from "https://github.com/sualfred/sualfreds-repo/tree/master/skin.bellofredo". There is only one and it's always the latest stable
- Extract the addon.xml from the archive (just this file!)
- Replace the addon.xml content with this:
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.bellofredo" version="4.0.13a" name="Bello Fredo" provider-name="sualfred">
<requires>
<import addon="xbmc.gui" version="5.4.0" />
<import addon="service.skin.widgets" version="0.0.29"/>
<import addon="service.library.data.provider" version="0.0.1" />
<import addon="script.tvtunes" version="3.0.6" />
<import addon="script.tv.show.next.aired" version="6.0.10" />
<import addon="script.artwork.downloader" version="12.0.24" />
<import addon="script.globalsearch" version="2.0.8" />
<import addon="script.artistslideshow" version="1.6.5" />
<import addon="script.playalbum" version="1.0.1" />
<import addon="script.extendedinfo" version="1.0.0" />
<import addon="script.skin.info.service" version="1.0.0" />
<import addon="script.grab.fanart" version="0.12.8" />
<import addon="script.skinshortcuts" version="0.4.4" />
<import addon="script.cinema.experience" version="4.0.10" />
<import addon="script.playalbum" version="2.0.1" />
<import addon="weather.openweathermap.extended" version="1.0.1" />
<import addon="plugin.audio.tuneinradio" version="2.1.0" />
<import addon="script.toolbox" version="1.0.0" />
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.75" debugging="false">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">A GUI for Kodi Media Center</summary>
<description lang="en">Mod for Kodi 15 Nightlies of Nessus's Bello skin with some additional features</description>
<disclaimer lang="en">Mouse usage is not supported</disclaimer>
<platform>all</platform>
<license>Creative Commons Attribution-NonCommercial-Share Alike 3.0 Unported License</license>
<forum></forum>
<email></email>
<source></source>
</extension>
</addon>
- Re-add the addon.xml to the archive to overwirte the included addon.xml
- Install the archive via zip in Kodi
Did not test it, but this should be the best way for "noobs".
Otherwise:
Upgrad to Isengard
But this won't work for a long time. I'm playing around with the new param feature of the Isengard skin engine. This will never work with Helix and will make this skin competely incompatible to Helix.