-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 909 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nfogen" name="Nfogen" version="1.2.3" provider-name="kokmok">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<!-- <import addon="repository.xbmc-israel" />-->
<import addon="script.module.web-pdb" />
<import addon="script.module.requests" />
<!-- <import addon="script.module.elementtree" version="1.2.7"/>-->
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">tvshow nfo generator</summary>
<description lang="en">nfo generator for tvshows to be added by kodi.
icon made by https://www.flaticon.com/authors/eucalyp
images scrapped at Qwant search engine</description>
<platform>all</platform>
</extension>
</addon>