VDR

From Official Kodi Wiki
Revision as of 20:30, 5 June 2014 by NedBot (talk | contribs) (Robot: Substituting template: Name)
Jump to navigation Jump to search

PVR/Contents

Home icon grey.png   ▶ PVR ▶ Recording software ▶ VDR


Installing VDR

See: PVR/Backend/VDR/Installation

VDR quick start guide

If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.

Connecting XBMC to VDR

To connect XBMC to a backend system (VDR in our case) you first need the PVR extension (which is part of XBMC since version 12 "Frodo") and a addon depending on the backend you choose.

Xbmc-vdr-vnsi.png


There are multiple addons to connect XBMC to VDR. They are very similar but are developed from different teams. We try to list them here to allow you to choose your favorite connection type:

VNSI
https://github.com/opdenkamp/xbmc-pvr-addons/
XVDR
https://github.com/pipelka/xbmc-addon-xvdr

On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to XBMC. The plugin for VDR over VNSI is included in the above VNSI github (subdirectory "addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver").

The situation gets a little more complicated, as the above addons have been forked a few times. Each "fork" is based on one of the above addons and extend it for a specific need. Some extend the number of supported graphic cards or try some nice features. Normally the authors of a fork "push" their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific "need".

Because PVR extension in general and also XBMC-VDR connection is very new, there are lots of forks. If you want to stay safe, we recommend to use one of the above addons (and not a derived fork). However, there may be reasons to use a derived fork.

Template:PVR repo notice

  1. Go to Settings -> Add-ons -> Enabled add-ons -> PVR Clients and select the VDR add-on
  2. Select "Configure"


VDR VNSI Client.settings.png
VDR Hostname or IP
The hostname or IP address of the server where VDR is installed. If on the same machine then 'localhost' or 127.0.0.1 can be used.
VNSI Port
The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.
Priority
?
Character Set Conversion
If XBMC and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.
Connect timeout(s)
How many seconds should XBMC wait for a connection to VDR. Time is given in seconds.
Allow VDR Messages
Do you allow the VDR to display messages inside XBMC?
Create channel groups automatically on the server
?



Next step: Configuring XBMC


Additional guides and links