mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-20 19:52:43 +08:00
77 lines
2.0 KiB
XML
77 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.tvheadend"
|
|
name="TVheadend (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>TVheadend in a docker container</summary>
|
|
<description>
|
|
Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).
|
|
|
|
This is a docker container brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.tvheadend:
|
|
-----------------------------
|
|
|
|
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.1
|
|
- Add optional extra docker parameter support (hw transcode can be enabled by adding --device=/dev/dri there)
|
|
|
|
1.1.0
|
|
- switch to multi-arch image
|
|
|
|
1.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Fix config location
|
|
|
|
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>
|