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"
|
2018-01-14 17:21:59 +11:00
|
|
|
version="1.4.30"
|
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">
|
2017-04-16 15:08:29 +10:00
|
|
|
<provides>video</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>
|
2017-04-15 12:50:36 +10:00
|
|
|
<forum>https://emby.media/community/index.php?/topic/46651-embycon/</forum>
|
|
|
|
|
<website>https://emby.media/community/index.php?/topic/46651-embycon/</website>
|
2017-04-09 11:31:03 +10:00
|
|
|
<source>https://github.com/faush01/plugin.video.embycon</source>
|
2017-07-08 10:34:30 +10:00
|
|
|
<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>
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
|
|
|
|
</addon>
|