2014-09-28 10:30:07 +10:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2020-07-04 13:26:21 -04:00
<addon id= "plugin.video.jellycon"
name="JellyCon"
2021-02-28 16:58:59 -05:00
version=""
2020-08-16 22:00:55 -04:00
provider-name="Jellyfin Contributors">
2014-09-28 10:30:07 +10:00
<requires >
</requires>
2014-09-28 20:24:56 +10:00
<extension point= "xbmc.python.pluginsource" library= "default.py" >
2018-01-17 14:23:32 +11:00
<provides > video audio</provides>
2019-12-30 09:16:57 +11:00
<medialibraryscanpath content= "movies" > library/movies</medialibraryscanpath>
2014-09-28 10:30:07 +10:00
</extension>
2019-11-29 11:42:51 +11:00
<extension point= "xbmc.service" library= "service.py" start= "login" />
2014-09-28 10:30:07 +10:00
<extension point= "xbmc.addon.metadata" >
<platform > all</platform>
<language > en</language>
2019-09-05 11:56:12 +10:00
<license > GPL-2.0-only</license>
2020-07-04 13:26:21 -04:00
<forum > https://github.com/jellyfin/jellycon/issues</forum>
<website > https://github.com/jellyfin/jellycon/wiki</website>
<source > https://github.com/jellyfin/jellycon</source>
<summary lang= "en_GB" > Browse and play your Jellyfin server media library.</summary>
2020-08-16 22:00:55 -04:00
<description lang= "en_GB" > An addon to allow you to browse and playback your Jellyfin (https://jellyfin.org) Movie, TV Show and Music collections.</description>
2019-07-13 15:22:02 +10:00
<assets >
<icon > icon.png</icon>
<fanart > fanart.jpg</fanart>
</assets>
2014-09-28 10:30:07 +10:00
</extension>
</addon>