This repository was archived by the owner on May 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
33 lines (33 loc) · 1.41 KB
/
addon.xml
File metadata and controls
33 lines (33 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.image.xzen"
version="0.2"
name="XZen"
provider-name="bossanova808">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.httplib2" version="0.17.0+matrix.2"/>
</requires>
<!-- ...or can be run as a screensaver too -->
<extension point="xbmc.ui.screensaver" library="default.py" ></extension>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Zenfolio Browser for Kodi</summary>
<description lang="en">Browse the public Zenfolio galleries, and view your Zenfolio photo portfolios in Kodi</description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>https://forum.kodi.tv/showthread.php?tid=153178</forum>
<website>https://kodi.wiki/view/Add-on:XZen</website>
<email></email>
<source>https://github.com/bossanova808/plugin.image.xzen</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>