Blame view

buildroot/buildroot-2016.08.1/package/kodi-addon-xvdr/Config.in 566 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  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.