forked from Xycl/script.service.mypicsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (16 loc) · 701 Bytes
/
addon.xml
File metadata and controls
17 lines (16 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.mypicsdb" name="MyPicsDB Update Service" version="15.2.0" provider-name="Xycl">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"></extension>
<extension point="xbmc.python.script" library="scan_exec.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary lang="en">Updates MyPicsDB</summary>
<description lang="en">A Service which automatically updates MyPicsDB</description>
</extension>
</addon>