skin.pellucidPlus/addon.xml

31 lines
1.8 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2019-06-22 18:32:41 +02:00
<addon id="skin.pellucid" version="2.1.2" name="Pellucid" provider-name="theDeadman">
2015-03-27 21:31:13 +01:00
<requires>
2018-11-21 20:11:11 +01:00
<import addon="xbmc.gui" version="5.14.0"/>
2016-12-19 17:38:47 +01:00
<import addon="script.skinshortcuts" version="1.0.13"/>
2016-02-09 22:24:24 +01:00
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
2015-03-27 21:31:13 +01:00
</requires>
2015-05-06 22:04:44 +02:00
<extension point="xbmc.gui.skin" debugging="false">
2015-03-27 21:31:13 +01:00
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
2019-03-13 19:57:44 +01:00
<summary lang="en_GB">A skin for Kodi by theDeadMan</summary>
2020-04-05 19:31:04 +02:00
<description lang="en_GB">Built for the living room, Pellucid is a clean and carefully designed kodi experience designed for maximum usability and minimum fuss. Skin Shortcuts addon support is available for full menu customisation. With thanks to Marco "Dadebue" Debus for the homescreen photography.</description>
2015-03-27 21:31:13 +01:00
<platform>all</platform>
2016-12-05 23:21:15 +01:00
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
2019-03-13 19:57:44 +01:00
<forum>https://forum.kodi.tv/forumdisplay.php?fid=267</forum>
2017-02-09 22:50:33 +01:00
<source>https://github.com/chrisbevan/skin.pellucid</source>
2016-11-17 18:38:24 +01:00
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
2016-12-05 23:21:15 +01:00
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
2017-04-23 20:22:02 +02:00
<screenshot>resources/screenshot-05.jpg</screenshot>
<screenshot>resources/screenshot-06.jpg</screenshot>
</assets>
2015-03-27 21:31:13 +01:00
</extension>
2014-09-28 20:47:53 +02:00
</addon>