-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 869 Bytes
/
Copy pathaddon.xml
File metadata and controls
19 lines (19 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.icm" name="icm" version="1.0.0" provider-name="RPiola">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<disclaimer>Tested on raspbmc final only, but it should work on any xbmc; it is a completely UNOFFICIAL plugin</disclaimer>
<summary lang="en">Display current ICM weather forecasts</summary>
<description lang="en"></description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<language/>
<website></website>
<email>michalskuza@gmail.com</email>
</extension>
</addon>