31294a5cb1
According to the github project page: https://github.com/pipelka/xbmc-addon-xvdr this package is discontinued. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: add a reason for the deprecation.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
config BR2_PACKAGE_KODI_ADDON_XVDR
|
|
bool "kodi-addon-xvdr"
|
|
# upstream discontinued the development
|
|
depends on BR2_DEPRECATED_SINCE_2016_05
|
|
help
|
|
This is a PVR add-on for Kodi to add VDR (http://tvdr.de/)
|
|
as a TV/PVR Backend to Kodi.
|
|
|
|
It adds support for Live TV watching, replaying of Recordings,
|
|
programming Timers and EPG TV Guide to use on same computer or
|
|
over the Network.
|
|
|
|
https://github.com/pipelka/xbmc-addon-xvdr
|
|
|
|
Note: since the VDR server is not packaged in Buildroot, using
|
|
this addon requires that a remote VDR server be used.
|