2014-09-28 10:30:07 +10:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2017-03-04 13:08:08 +11:00
|
|
|
<addon id="plugin.video.embycon"
|
2017-04-10 09:19:08 +10:00
|
|
|
name="EmbyCon"
|
2019-07-08 12:05:57 +10:00
|
|
|
version="1.9.18"
|
2017-06-18 12:04:20 +10:00
|
|
|
provider-name="Team B">
|
2014-09-28 10:30:07 +10:00
|
|
|
<requires>
|
2018-01-12 10:29:28 +11:00
|
|
|
<import addon="xbmc.python" version="2.25.0"/>
|
2014-09-28 10:30:07 +10:00
|
|
|
</requires>
|
2014-09-28 20:24:56 +10:00
|
|
|
<extension point="xbmc.python.pluginsource" library="default.py">
|
2018-01-17 14:23:32 +11:00
|
|
|
<provides>video audio</provides>
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
2017-04-15 15:54:14 +10:00
|
|
|
<extension point="xbmc.service" library="service.py" start="login">
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
|
|
|
|
<extension point="xbmc.addon.metadata">
|
|
|
|
|
<platform>all</platform>
|
|
|
|
|
<language>en</language>
|
|
|
|
|
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
|
2019-02-15 09:27:06 +11:00
|
|
|
<forum>https://emby.media/community/index.php?/topic/57016-embycon-kodi-addon/</forum>
|
2019-02-24 10:44:04 +11:00
|
|
|
<website>https://github.com/faush01/plugin.video.embycon/wiki</website>
|
2017-04-09 11:31:03 +10:00
|
|
|
<source>https://github.com/faush01/plugin.video.embycon</source>
|
2018-01-28 08:53:49 +11:00
|
|
|
<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>
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
|
|
|
|
</addon>
|