summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/addon.xml
diff options
context:
space:
mode:
authorshaun <shaun@bluebit.com.au>2018-01-25 08:19:32 +1100
committerMartijn Kaijser <martijn@xbmc.org>2018-01-31 20:19:15 +0100
commit091ca6e9975d8325e2fb46610e2761391f9a3998 (patch)
tree24102c5f0a2c83cccfa2db8b0fd8a37e6a3ee563 /plugin.video.embycon/addon.xml
parentdf562079c5d2ca5f0c5db8b66cbb78c5d8527e30 (diff)
[plugin.video.embycon] 1.4.39
Diffstat (limited to 'plugin.video.embycon/addon.xml')
-rw-r--r--plugin.video.embycon/addon.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugin.video.embycon/addon.xml b/plugin.video.embycon/addon.xml
index eb1e52f..908f69f 100644
--- a/plugin.video.embycon/addon.xml
+++ b/plugin.video.embycon/addon.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.embycon"
name="EmbyCon"
- version="1.3.47"
+ version="1.4.43"
provider-name="Team B">
<requires>
- <import addon="xbmc.python" version="2.24.0"/>
+ <import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
- <provides>video</provides>
+ <provides>video audio</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login">
</extension>
@@ -15,10 +15,10 @@
<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>
+ <forum>https://emby.media/community/index.php?/forum/99-kodi/</forum>
+ <website>https://faush01.github.io/plugin.video.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>
+ <summary lang="en_GB">Browse and play your Emby server media library.</summary>
+ <description lang="en_GB">An addon to allow you to browse and playback your Emby (www.emby.media) Movie, TV Show and Music collections.</description>
</extension>
</addon>