2015-03-13 21:24:59 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2019-01-31 22:23:55 +00:00
<addon id= "plugin.video.jellyfin"
2019-07-11 22:11:28 +00:00
name="Jellyfin"
2019-07-14 19:48:10 +00:00
version="0.2.1"
2019-07-11 22:11:28 +00:00
provider-name="Jellyfin Contributors, angelblue05">
2015-03-13 21:24:59 +00:00
<requires >
2018-01-08 02:13:11 +00:00
<import addon= "xbmc.python" version= "2.25.0" />
2019-08-30 23:32:54 +00:00
<import addon= "script.module.requests" version= "2.22.0" />
<import addon= "script.module.dateutil" version= "2.7.3" />
2015-03-13 21:24:59 +00:00
</requires>
2015-04-12 12:08:59 +00:00
<extension point= "xbmc.python.pluginsource"
2015-03-13 21:24:59 +00:00
library="default.py">
2016-01-17 22:27:25 +00:00
<provides > video audio image</provides>
2015-03-13 21:24:59 +00:00
</extension>
<extension point= "xbmc.service" library= "service.py" start= "login" >
</extension>
2018-01-08 02:13:11 +00:00
<extension point= "kodi.context.item" >
<menu id= "kodi.core.main" >
2018-09-06 08:36:32 +00:00
<item library= "context.py" >
2018-01-08 02:13:11 +00:00
<label > 30401</label>
2019-02-02 13:10:33 +00:00
<visible > [!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(jellyfinid))] + !String.IsEmpty(Window(10000).Property(jellyfin_context))</visible>
2018-01-08 02:13:11 +00:00
</item>
2018-09-06 08:36:32 +00:00
<item library= "context_play.py" >
2018-01-08 02:13:11 +00:00
<label > 30402</label>
2019-02-02 13:10:33 +00:00
<visible > [[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) | String.IsEqual(ListItem.DBTYPE,episode)]] + !String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible>
2018-01-08 02:13:11 +00:00
</item>
</menu>
2016-10-28 05:02:47 +00:00
</extension>
2015-03-13 21:24:59 +00:00
<extension point= "xbmc.addon.metadata" >
<platform > all</platform>
<language > en</language>
2019-07-11 22:11:28 +00:00
<license > GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
2019-01-31 22:23:55 +00:00
<forum > https://forum.jellyfin.org</forum>
<website > https://jellyfin.media/</website>
<source > https://github.com/jellyfin/jellyfin-kodi</source>
2015-03-13 21:24:59 +00:00
<summary lang= "en" > </summary>
2019-02-02 17:21:22 +00:00
<description lang= "en" > Welcome to Jellyfin for Kodi! A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server. Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi library for native Kodi speed * Instant synchronization with the Jellyfin server * Full support for Movie, TV and Music collections * Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
2019-07-14 19:48:10 +00:00
<news > v0.2.1 (2019-07-14)
#44 Remove code caching, fixing Kodi 18 Music syncing for existing installs.
2017-11-04 14:08:12 +00:00
</news>
2019-02-02 21:30:16 +00:00
<assets >
<icon > icon.png</icon>
2019-02-04 17:30:00 +00:00
<fanart > fanart.png</fanart>
2019-02-02 21:30:16 +00:00
</assets>
2015-03-13 21:24:59 +00:00
</extension>
2018-09-06 20:07:24 +00:00
</addon>