summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/addon.xml
diff options
context:
space:
mode:
authorShaun <shaun@bluebit.com.au>2017-07-16 00:09:51 +1000
committerenen92 <enen92@users.noreply.github.com>2017-07-15 15:09:51 +0100
commit49d6dd033fc083c4ee6f69947861c0d923144041 (patch)
tree541668912f24621431778016b2ad3ccb4ad08698 /plugin.video.embycon/addon.xml
parent09c5e3fe8977c5ffaf6599b3c6a35405a8a141ca (diff)
[plugin.video.embycon] 1.3.17 (#1309)
[plugin.video.embycon] 1.3.17
Diffstat (limited to 'plugin.video.embycon/addon.xml')
-rw-r--r--plugin.video.embycon/addon.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugin.video.embycon/addon.xml b/plugin.video.embycon/addon.xml
new file mode 100644
index 0000000..8bf3c9b
--- /dev/null
+++ b/plugin.video.embycon/addon.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.embycon"
+ name="EmbyCon"
+ version="1.3.17"
+ provider-name="Team B">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.service" library="service.py" start="login">
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <language>en</language>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <forum>https://emby.media/community/index.php?/topic/46651-embycon/</forum>
+ <website>https://emby.media/community/index.php?/topic/46651-embycon/</website>
+ <source>https://github.com/faush01/plugin.video.embycon</source>
+ <summary lang="en_GB">View and play your Emby media library.</summary>
+ <description lang="en_GB">An addon to allow you to view and playback your Emby (www.emby.media) Movie and TV Show collection.</description>
+ </extension>
+</addon>