88 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="docker.linuxserver.emby"
name="Emby (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>Emby Server as a Docker container</summary>
<description>
Emby organizes video, music and photos from personal media libraries and streams them to smart televisions, streaming boxes and mobile devices.
Please visit https://linuxserver.io for more info on this image and addon.
</description>
<disclaimer>
</disclaimer>
<news>
docker.linuxserver.emby:
------------------------
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.2.2
- Fix image updates for betas
1.2.1
- Add uid/gid override for remote mount users (0/root is not supported)
1.2.0
- Add beta builds as an option
- Enable V4L2 for hw transcoding on Raspberry Pi
- Remove settings for vaapi and openmax, auto detect instead
1.1.2
- Switch to Linuxserver.io images
- Default to bridge network with optional host networking
- Enable OpenMax for hw transcoding on Raspberry Pi
1.1.1
- Replace deprecated NEON variant with the regular arm32v7 image (now contains NEON optimizations)
1.1.0
- Improve chown logic
1.0.5
- Support *elec
1.0.4
- Use updater addon for image updates
- Faster start on boot
- Enable hw transcoding via vaapi (x86_64 only)
1.0.3
- Fix uid and gid variables
1.0.2
- Change the arm version repos
1.0.1
- Wait for network
1.0.0
- Initial addon
</news>
<platform>all</platform>
<website>http://linuxserver.io/</website>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>