-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 832 Bytes
/
addon.xml
File metadata and controls
25 lines (25 loc) · 832 Bytes
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="script.filmtipset-grade"
name="Filmtipset Grader"
version="0.1.0"
provider-name="Gustav Tiger">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.gui" version="4.0.0"/>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Grade films on Filmtipset</summary>
<description lang="en"></description>
<disclaimer lang="en"></disclaimer>
<language>en</language>
<platform>all</platform>
<license></license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>