First development day of new FOE addon. # License: GPL (http://www.gnu.org/licenses/gpl-3.0.html) # Addon: Friends of the Earth - England, Wales & Northern Ireland # Author: Oli Passey (DoubleT) # This plugins is technically capable of playing YouTube Videos, Playlists & Channels # Vimeo functionality is limited to search terms & individual videos. # Channels, Users or Playlists are not supported at this time
23 lines
845 B
XML
23 lines
845 B
XML
<?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>
|