jellyfin-kodi/addon.xml

27 lines
1.6 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-08 03:31:20 +00:00
version="1.1.29"
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 10:31:57 +00:00
<description lang="en">Welcome to Emby for Kodi A whole new way to manage and view your media library. The Emby addon 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.&#10;&#10;Emby for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Emby's centralized database. Features: Direct integration with the Kodi library for native Kodi speed Instant synchronization with the Emby server Full support for Movie, TV and Music collections Emby Server transcoding support - use Kodi when you are away from home!</description>
2015-03-13 21:24:59 +00:00
</extension>
</addon>