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"
|
2020-07-04 16:30:42 +10:00
|
|
|
version="1.9.100"
|
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"/>
|
2019-12-11 06:30:35 +11:00
|
|
|
<import addon="script.module.pil" version="1.1.7"/>
|
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>
|
2019-12-30 09:16:57 +11:00
|
|
|
<medialibraryscanpath content="movies">library/movies</medialibraryscanpath>
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
2019-11-29 11:42:51 +11:00
|
|
|
<extension point="xbmc.service" library="service.py" start="login"/>
|
2014-09-28 10:30:07 +10:00
|
|
|
<extension point="xbmc.addon.metadata">
|
|
|
|
|
<platform>all</platform>
|
|
|
|
|
<language>en</language>
|
2019-09-05 11:56:12 +10:00
|
|
|
<license>GPL-2.0-only</license>
|
2019-09-03 09:53:12 +10:00
|
|
|
<forum>https://github.com/faush01/plugin.video.embycon/issues</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>
|
2019-07-13 15:22:02 +10:00
|
|
|
<assets>
|
|
|
|
|
<icon>icon.png</icon>
|
|
|
|
|
<fanart>fanart.jpg</fanart>
|
|
|
|
|
</assets>
|
2014-09-28 10:30:07 +10:00
|
|
|
</extension>
|
|
|
|
|
</addon>
|