mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-02-20 01:00:59 +08:00
68 lines
1.8 KiB
XML
68 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.jellyfin"
|
|
name="Jellyfin (LinuxServer.io)"
|
|
version="2.0.3"
|
|
provider-name="LinuxServer.io">
|
|
<requires>
|
|
<import addon="service.system.docker" version="0.0.0" />
|
|
<import addon="docker.linuxserver.updater" version="0.0.0"/>
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py">
|
|
<provides></provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>Jellyfin as a Docker container</summary>
|
|
<description>
|
|
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.jellyfin:
|
|
------------------------
|
|
|
|
2.0.3
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.1.2
|
|
- Enable hardware decode of h264 on Raspberry Pi (enabled in the gui via OpenMax H264 decode)
|
|
|
|
1.1.1
|
|
- Fix image updates for betas
|
|
|
|
1.1.0
|
|
- Add nightly builds as an option
|
|
- Enable V4L2 for hw transcoding on Raspberry Pi
|
|
- Remove settings for vaapi and openmax, auto detect instead
|
|
- Add uid/gid override for remote mount users (0/root is not supported)
|
|
|
|
1.0.2
|
|
- Fix uid/gid
|
|
- Add host networking option (for dlna)
|
|
|
|
1.0.1
|
|
- Fix openmax detection
|
|
|
|
1.0.0
|
|
- Initial release
|
|
</news>
|
|
<platform>all</platform>
|
|
<website>http://linuxserver.io/</website>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|