summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/addon.xml
diff options
context:
space:
mode:
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>