Regen XML, ZIPs & Sums
Push push
This commit is contained in:
22
zips/plugin.video.foeewni/addon.xml
Normal file
22
zips/plugin.video.foeewni/addon.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.foeewni" name="Friends of the Earth - England, Wales, Northern Ireland" version="0.1" provider-name="Oli Passey">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.19.0" />
|
||||
<import addon="script.module.python.koding.aio" version="0.0.1"/>
|
||||
</requires>
|
||||
<extension point="xbmc.python.pluginsource" library="default.py">
|
||||
<provides>video</provides>
|
||||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en">Videos from Friends of the Earth</summary>
|
||||
<description lang="en"></description>
|
||||
<platform>all</platform>
|
||||
<forum></forum>
|
||||
<website>https://friendsoftheearth.uk</website>
|
||||
<news></news>
|
||||
<genre>tech,uk</genre>
|
||||
<video_guide></video_guide>
|
||||
<video_preview></video_preview>
|
||||
<broken>BETA</broken>
|
||||
</extension>
|
||||
</addon>
|
||||
Reference in New Issue
Block a user