PlexKodiConnect/addon.xml

36 lines
2.1 KiB
XML
Raw Normal View History

2015-03-14 08:24:59 +11:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
2015-03-25 21:05:18 +11:00
name="Emby"
2016-01-17 09:49:30 +11:00
version="1.1.76"
provider-name="Emby.media">
2015-03-14 08:24:59 +11:00
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests" version="2.3.0" />
<import addon="plugin.video.emby.movies" version="0.01" />
<import addon="plugin.video.emby.tvshows" version="0.01" />
<import addon="plugin.video.emby.musicvideos" version="0.01" />
2015-03-14 08:24:59 +11:00
</requires>
<extension point="xbmc.python.pluginsource"
2015-03-14 08:24:59 +11:00
library="default.py">
2016-01-17 12:02:22 +11:00
<provides>video audio</provides>
2015-03-14 08:24:59 +11:00
</extension>
<extension point="xbmc.service" library="service.py" start="login">
</extension>
<extension point="kodi.context.item" library="contextmenu.py">
<item>
<label>30401</label>
<description>Settings for the Emby Server</description>
2016-01-13 11:03:35 +11:00
<visible>[!IsEmpty(ListItem.DBID) + !IsEmpty(ListItem.DBTYPE)] | !IsEmpty(ListItem.Property(embyid))</visible>
</item>
</extension>
2015-03-14 08:24:59 +11:00
<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.&#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 direct stream and transcoding support - use Kodi when you are away from home!</description>
2015-03-14 08:24:59 +11:00
</extension>
</addon>