-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 915 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.jurialmunkey" name="jurialmunkey common" provider-name="jurialmunkey" version="0.2.33">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.infotagger" version="0.0.5" />
</requires>
<extension point="xbmc.python.module" library="resources/modules" />
<extension point="xbmc.addon.metadata">
<description lang="en_GB">Common code required by TMDbHelper and other related jurialmunkey add-ons</description>
<description lang="zh_CN">TMDb 助手及其他相关 jurialmunkey 插件所需的通用代码</description>
<license>GPL-3.0-or-later</license>
<website>https://github.com/jurialmunkey/script.module.jurialmunkey</website>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>