-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy pathaddon_clone.xml
More file actions
28 lines (26 loc) · 998 Bytes
/
addon_clone.xml
File metadata and controls
28 lines (26 loc) · 998 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
26
27
28
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="script.easymovie.SANNAME"
name="CLONENAME"
version="PARENTVERSION"
provider-name="Rouzax">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.python.script"
library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">COMBNAME</summary>
<description lang="en_GB">This is a cloned version of the EasyMovie front-end with independent settings.</description>
<language></language>
<platform>all</platform>
<license>GPL-3.0-only</license>
<website>https://github.com/Rouzax/script.easymovie</website>
<source>https://github.com/Rouzax/script.easymovie</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>