-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
28 lines (26 loc) · 1.27 KB
/
addons.xml
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
<?xml version='1.0' encoding='UTF-8'?>
<addons><addon id="plugin.image.pixabay" name="Pixabay" provider-name="Bryce Gilhome" version="0.0.1">
<requires>
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="xbmc.python" version="2.14.0" />
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>image</provides>
</extension>
<extension library="resources/lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">View photos from http://pixabay.com.</summary>
<description lang="en">
View photos from http://pixabay.com.
This addon was forked from the 500px plugin by Patrick L Archibald (https://github.com/pla1/plugin.image.500px)
which was made inactive after the public 500px API was terminated.
The source for this addon can be viewed at https://github.com/bgilhome/plugin.image.pixabay.
</description>
<license>GPL 2.0</license>
<language>en</language>
<forum>https://github.com/bgilhome/plugin.image.pixabay/issues</forum>
<website>https://github.com/bgilhome/plugin.image.pixabay</website>
<source>https://github.com/bgilhome/plugin.image.pixabay</source>
</extension>
</addon></addons>