jellyfin-kodi/addon.xml

27 lines
1.2 KiB
XML
Raw Normal View History

2015-03-13 21:24:59 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2015-03-25 17:37:21 +00:00
<addon id="plugin.video.emby"
2015-03-25 10:05:18 +00:00
name="Emby"
2015-08-07 02:40:59 +00:00
version="1.1.28"
provider-name="Emby.media">
2015-03-13 21:24:59 +00:00
<requires>
<import addon="xbmc.python" version="2.1.0"/>
2015-04-22 02:31:39 +00:00
<import addon="script.module.requests" version="2.3.0"/>
2015-03-13 21:24:59 +00:00
</requires>
<extension point="xbmc.python.pluginsource"
2015-03-13 21:24:59 +00:00
library="default.py">
<provides>executable video audio image</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login">
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website>http://mediabrowser.tv/</website>
<source></source>
<summary lang="en"></summary>
2015-08-07 02:40:59 +00:00
<description lang="en">Emby for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Emby - the most powerful fully open source multi-client media metadata indexer and server.<br />Emby for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Emby's centralized database.</description>
2015-03-13 21:24:59 +00:00
</extension>
</addon>