mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
26 lines
1.6 KiB
XML
26 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="plugin.video.emby"
|
|
name="Emby"
|
|
version="1.1.28"
|
|
provider-name="Emby.media">
|
|
<requires>
|
|
<import addon="xbmc.python" version="2.1.0"/>
|
|
<import addon="script.module.requests" version="2.3.0"/>
|
|
</requires>
|
|
<extension point="xbmc.python.pluginsource"
|
|
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>
|
|
<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. 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>
|
|
</extension>
|
|
</addon>
|