mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
vdr-addon: rev 109, increase systemd timeout, update changelog
This commit is contained in:
parent
6309671699
commit
fcb157c015
@ -1,3 +1,10 @@
|
||||
109
|
||||
- Fix script.config.vdr scan:
|
||||
. reststfulapi: use header from current wirbelscan
|
||||
. wirbelscan: fix segv, interface channel counts and device detection
|
||||
- update VNSI to 1.8.0
|
||||
- update VDR 2.4.0 upstream patches
|
||||
|
||||
108
|
||||
- update VDR to 2.4.0
|
||||
- update EPG-Fixer plugin to 354f28b
|
||||
@ -6,7 +13,6 @@
|
||||
- update Sat>IP plugin to 299296b
|
||||
- update VNSI to 1.6.0
|
||||
|
||||
|
||||
107
|
||||
- add robotv plugin
|
||||
- add DDCI2 plugin
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
PKG_NAME="vdr-addon"
|
||||
PKG_VERSION="2.4"
|
||||
PKG_REV="108"
|
||||
PKG_REV="109"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -15,7 +15,7 @@ PKG_DEPENDS_TARGET="toolchain vdr vdr-plugin-ddci2 vdr-plugin-dummydevice vdr-pl
|
||||
vdr-plugin-streamdev vdr-plugin-vnsiserver vdr-plugin-wirbelscan vdr-plugin-wirbelscancontrol vdr-plugin-xmltv2vdr"
|
||||
PKG_SECTION="service.multimedia"
|
||||
PKG_SHORTDESC="VDR: a TV streaming server for Linux"
|
||||
PKG_LONGDESC="VDR (2.3.x) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP"
|
||||
PKG_LONGDESC="VDR (2.4.x) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
|
@ -4,7 +4,7 @@ After=graphical.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.vdr-addon/bin/vdr.start"
|
||||
TimeoutStopSec=4
|
||||
TimeoutStopSec=5
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
StartLimitInterval=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user