ScottManley

Spaaaaace
This commit is contained in:
Oli Passey
2019-03-24 20:32:14 +00:00
parent 80e7cbeebd
commit 4f65a4b25d
13 changed files with 793 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.scottmanley" name="Scott Manley" 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">Regular YouTube blog about Space from Scott Manley</summary>
<description lang="en"></description>
<platform>all</platform>
<forum></forum>
<website>https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A</website>
<news></news>
<genre>vlog,conversation</genre>
<video_guide></video_guide>
<video_preview></video_preview>
</extension>
</addon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB