<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Markus</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Markus"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Markus"/>
	<updated>2026-07-01T04:35:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=241629</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=241629"/>
		<updated>2022-02-24T07:46:58Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner adapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to Kodi. The plugin for VDR over VNSI is available here: https://github.com/mdre77/vdr-plugin-vnsiserver  (The original development at https://github.com/FernetMenta/vdr-plugin-vnsiserver is not maintained any longer).&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: Recommended value: 15s&lt;br /&gt;
: The default (3 seconds) is too short, specially for VDR backends not on the same machine as KODI.&lt;br /&gt;
: A too small value results in TV not working&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=223409</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=223409"/>
		<updated>2021-01-02T21:41:20Z</updated>

		<summary type="html">&lt;p&gt;Markus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner adapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to Kodi. The plugin for VDR over VNSI is available here: https://github.com/mdre77/vdr-plugin-vnsiserver  (The original development at https://github.com/FernetMenta/vdr-plugin-vnsiserver is not maintained any longer).&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=223408</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=223408"/>
		<updated>2021-01-02T21:34:53Z</updated>

		<summary type="html">&lt;p&gt;Markus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner adapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to Kodi. The plugin for VDR over VNSI is available here: https://github.com/mdre77/vdr-plugin-vnsiserver  (The original development at https://github.com/opdenkamp/xbmc-pvr-addons/ is not maintained any longer).&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=223407</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=223407"/>
		<updated>2021-01-02T21:32:01Z</updated>

		<summary type="html">&lt;p&gt;Markus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner adapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to Kodi. The plugin for VDR over VNSI is available here: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=223406</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=223406"/>
		<updated>2021-01-02T21:30:18Z</updated>

		<summary type="html">&lt;p&gt;Markus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner adapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
On the VDR side you need a corresponding plugin to offer the content (live TV and recordings) to Kodi. The plugin for VDR over VNSI is available here: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223405</id>
		<title>VDR/Installation</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223405"/>
		<updated>2021-01-02T21:24:08Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Installing XVDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]] | [[VDR]] }}&lt;br /&gt;
&lt;br /&gt;
= Info... =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=62696&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Set ppa&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-main&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-vdr&lt;br /&gt;
sudo apt-get update	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the vdr &amp;amp; dvb-app.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr dvb-apps	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
NOTE:  On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories.  See Launchpad bug [https://bugs.launchpad.net/ubuntu/+source/vdr/+bug/1499807 here.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
Note: This is not maintained any more, and also not required. Use VNSI instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-xvdr&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf	  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Prepare for compilation &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo pacman -S subversion fakeroot patch sudo linuxtv-dvb-apps at make&lt;br /&gt;
sudo pacman -S autoconf automake git pkg-config&lt;br /&gt;
sudo pacman -S w3m gcc libtool cvs&lt;br /&gt;
sudo pacman -S fontconfig xorg-font-utils libjpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the pkgbuilds.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn checkout&lt;br /&gt;
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr&lt;br /&gt;
cd archvdr/trunk/archvdr/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ttf-vdrsymbols/&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U ttf-vdrsymbols-*.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd start-stop-daemon/&lt;br /&gt;
wget http://b3.update.excito.org/pool/main/d/dpkg/dpkg_1.15.8.11.tar.bz2&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U start-stop-daemon-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-1.7.30&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-vnsi&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-vnsi-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-xvdr&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-xvdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
http://www.vdr-wiki.de/wiki/index.php/Channels.conf&lt;br /&gt;
==== DVB-T ====&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== DVB-S/S2 ====&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr start&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/rc.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
add vdr to daemons&lt;br /&gt;
&amp;lt;pre&amp;gt;DAEMONs=(... @vdr)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora / Red Hat ==&lt;br /&gt;
&lt;br /&gt;
VDR and the necessary plugin to connect it to Kodi is part of Fedora since version 18. There is no need to compile anything or use third party repositories. Just follow the instructions here.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&lt;br /&gt;
VNSI is used to make VDR accessible to Kodi.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Enter network addresses of machines allowed to connect to this VDR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
&lt;br /&gt;
You only have to scan for available channels once. This depends heavily upon the technology you use to access LiveTV (DVB-T or DVB-S or whatever) and the place where you are. This is an example for DVB-T in Israel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scandvb -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /etc/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR once manually.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR on every system boot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl enable vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Manual Compile =&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=45314&lt;br /&gt;
&lt;br /&gt;
= Plugins =&lt;br /&gt;
== Streamdev Server ==&lt;br /&gt;
==Streamdev Server==&lt;br /&gt;
== More Plugins ==&lt;br /&gt;
http://linuxtv.org/vdrwiki/index.php/Plugins&lt;br /&gt;
&lt;br /&gt;
= OS-Cam &amp;amp; CAM Reader =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223404</id>
		<title>VDR/Installation</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223404"/>
		<updated>2021-01-02T21:22:20Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Running VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]] | [[VDR]] }}&lt;br /&gt;
&lt;br /&gt;
= Info... =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=62696&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Set ppa&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-main&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-vdr&lt;br /&gt;
sudo apt-get update	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the vdr &amp;amp; dvb-app.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr dvb-apps	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
NOTE:  On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories.  See Launchpad bug [https://bugs.launchpad.net/ubuntu/+source/vdr/+bug/1499807 here.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
Note: This is not maintained any more, use VNSI instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-xvdr&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf	  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Prepare for compilation &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo pacman -S subversion fakeroot patch sudo linuxtv-dvb-apps at make&lt;br /&gt;
sudo pacman -S autoconf automake git pkg-config&lt;br /&gt;
sudo pacman -S w3m gcc libtool cvs&lt;br /&gt;
sudo pacman -S fontconfig xorg-font-utils libjpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the pkgbuilds.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn checkout&lt;br /&gt;
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr&lt;br /&gt;
cd archvdr/trunk/archvdr/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ttf-vdrsymbols/&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U ttf-vdrsymbols-*.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd start-stop-daemon/&lt;br /&gt;
wget http://b3.update.excito.org/pool/main/d/dpkg/dpkg_1.15.8.11.tar.bz2&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U start-stop-daemon-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-1.7.30&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-vnsi&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-vnsi-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-xvdr&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-xvdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
http://www.vdr-wiki.de/wiki/index.php/Channels.conf&lt;br /&gt;
==== DVB-T ====&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== DVB-S/S2 ====&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr start&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/rc.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
add vdr to daemons&lt;br /&gt;
&amp;lt;pre&amp;gt;DAEMONs=(... @vdr)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora / Red Hat ==&lt;br /&gt;
&lt;br /&gt;
VDR and the necessary plugin to connect it to Kodi is part of Fedora since version 18. There is no need to compile anything or use third party repositories. Just follow the instructions here.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&lt;br /&gt;
VNSI is used to make VDR accessible to Kodi.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Enter network addresses of machines allowed to connect to this VDR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
&lt;br /&gt;
You only have to scan for available channels once. This depends heavily upon the technology you use to access LiveTV (DVB-T or DVB-S or whatever) and the place where you are. This is an example for DVB-T in Israel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scandvb -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /etc/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR once manually.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR on every system boot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl enable vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Manual Compile =&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=45314&lt;br /&gt;
&lt;br /&gt;
= Plugins =&lt;br /&gt;
== Streamdev Server ==&lt;br /&gt;
==Streamdev Server==&lt;br /&gt;
== More Plugins ==&lt;br /&gt;
http://linuxtv.org/vdrwiki/index.php/Plugins&lt;br /&gt;
&lt;br /&gt;
= OS-Cam &amp;amp; CAM Reader =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223403</id>
		<title>VDR/Installation</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223403"/>
		<updated>2021-01-02T21:21:17Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Installing XVDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]] | [[VDR]] }}&lt;br /&gt;
&lt;br /&gt;
= Info... =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=62696&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Set ppa&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-main&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-vdr&lt;br /&gt;
sudo apt-get update	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the vdr &amp;amp; dvb-app.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr dvb-apps	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
NOTE:  On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories.  See Launchpad bug [https://bugs.launchpad.net/ubuntu/+source/vdr/+bug/1499807 here.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
Note: This is not maintained any more, use VNSI instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-xvdr&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf	  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/vdr start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/vdr stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Prepare for compilation &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo pacman -S subversion fakeroot patch sudo linuxtv-dvb-apps at make&lt;br /&gt;
sudo pacman -S autoconf automake git pkg-config&lt;br /&gt;
sudo pacman -S w3m gcc libtool cvs&lt;br /&gt;
sudo pacman -S fontconfig xorg-font-utils libjpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the pkgbuilds.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn checkout&lt;br /&gt;
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr&lt;br /&gt;
cd archvdr/trunk/archvdr/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ttf-vdrsymbols/&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U ttf-vdrsymbols-*.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd start-stop-daemon/&lt;br /&gt;
wget http://b3.update.excito.org/pool/main/d/dpkg/dpkg_1.15.8.11.tar.bz2&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U start-stop-daemon-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-1.7.30&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-vnsi&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-vnsi-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-xvdr&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-xvdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
http://www.vdr-wiki.de/wiki/index.php/Channels.conf&lt;br /&gt;
==== DVB-T ====&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== DVB-S/S2 ====&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr start&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/rc.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
add vdr to daemons&lt;br /&gt;
&amp;lt;pre&amp;gt;DAEMONs=(... @vdr)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora / Red Hat ==&lt;br /&gt;
&lt;br /&gt;
VDR and the necessary plugin to connect it to Kodi is part of Fedora since version 18. There is no need to compile anything or use third party repositories. Just follow the instructions here.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&lt;br /&gt;
VNSI is used to make VDR accessible to Kodi.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Enter network addresses of machines allowed to connect to this VDR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
&lt;br /&gt;
You only have to scan for available channels once. This depends heavily upon the technology you use to access LiveTV (DVB-T or DVB-S or whatever) and the place where you are. This is an example for DVB-T in Israel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scandvb -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /etc/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR once manually.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR on every system boot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl enable vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Manual Compile =&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=45314&lt;br /&gt;
&lt;br /&gt;
= Plugins =&lt;br /&gt;
== Streamdev Server ==&lt;br /&gt;
==Streamdev Server==&lt;br /&gt;
== More Plugins ==&lt;br /&gt;
http://linuxtv.org/vdrwiki/index.php/Plugins&lt;br /&gt;
&lt;br /&gt;
= OS-Cam &amp;amp; CAM Reader =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223402</id>
		<title>VDR/Installation</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR/Installation&amp;diff=223402"/>
		<updated>2021-01-02T21:18:52Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Installing Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]] | [[VDR]] }}&lt;br /&gt;
&lt;br /&gt;
= Info... =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=62696&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Set ppa&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-main&lt;br /&gt;
sudo add-apt-repository ppa:yavdr/experimental-vdr&lt;br /&gt;
sudo apt-get update	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the vdr &amp;amp; dvb-app.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr dvb-apps	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
NOTE:  On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories.  See Launchpad bug [https://bugs.launchpad.net/ubuntu/+source/vdr/+bug/1499807 here.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install vdr-plugin-xvdr&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf	  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/vdr start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/vdr stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Info &amp;amp; source ===&lt;br /&gt;
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
Prepare for compilation &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo pacman -S subversion fakeroot patch sudo linuxtv-dvb-apps at make&lt;br /&gt;
sudo pacman -S autoconf automake git pkg-config&lt;br /&gt;
sudo pacman -S w3m gcc libtool cvs&lt;br /&gt;
sudo pacman -S fontconfig xorg-font-utils libjpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Getting the pkgbuilds.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn checkout&lt;br /&gt;
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr&lt;br /&gt;
cd archvdr/trunk/archvdr/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ttf-vdrsymbols/&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U ttf-vdrsymbols-*.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd start-stop-daemon/&lt;br /&gt;
wget http://b3.update.excito.org/pool/main/d/dpkg/dpkg_1.15.8.11.tar.bz2&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U start-stop-daemon-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-1.7.30&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-vnsi&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-vnsi-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing XVDR ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd vdr-plugin-xvdr&lt;br /&gt;
makepkg&lt;br /&gt;
sudo pacman -U vdr-plugin-xvdr-*.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf  ## Edit allowed hosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
May require root (&#039;su&#039;).&lt;br /&gt;
http://www.vdr-wiki.de/wiki/index.php/Channels.conf&lt;br /&gt;
==== DVB-T ====&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== DVB-S/S2 ====&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr start&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/rc.d/vdr stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/rc.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
add vdr to daemons&lt;br /&gt;
&amp;lt;pre&amp;gt;DAEMONs=(... @vdr)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora / Red Hat ==&lt;br /&gt;
&lt;br /&gt;
VDR and the necessary plugin to connect it to Kodi is part of Fedora since version 18. There is no need to compile anything or use third party repositories. Just follow the instructions here.&lt;br /&gt;
&lt;br /&gt;
=== Installing Backend ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing VNSI ===&lt;br /&gt;
&lt;br /&gt;
VNSI is used to make VDR accessible to Kodi.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dnf install vdr-vnsiserver&lt;br /&gt;
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Enter network addresses of machines allowed to connect to this VDR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Channel Scanning ===&lt;br /&gt;
&lt;br /&gt;
You only have to scan for available channels once. This depends heavily upon the technology you use to access LiveTV (DVB-T or DVB-S or whatever) and the place where you are. This is an example for DVB-T in Israel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo scandvb -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All &amp;gt; /etc/vdr/channels.conf  ## Scan Israeli DVB-T service.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running VDR ===&lt;br /&gt;
Start VDR once manually.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Stop VDR.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Autostart VDR on every system boot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl enable vdr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Manual Compile =&lt;br /&gt;
http://forum.kodi.tv/showthread.php?tid=45314&lt;br /&gt;
&lt;br /&gt;
= Plugins =&lt;br /&gt;
== Streamdev Server ==&lt;br /&gt;
==Streamdev Server==&lt;br /&gt;
== More Plugins ==&lt;br /&gt;
http://linuxtv.org/vdrwiki/index.php/Plugins&lt;br /&gt;
&lt;br /&gt;
= OS-Cam &amp;amp; CAM Reader =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=223399</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=223399"/>
		<updated>2021-01-02T15:38:20Z</updated>

		<summary type="html">&lt;p&gt;Markus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PVR_guide}}&lt;br /&gt;
{{mininav|[[PVR]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source PVR backend application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party PVR backend applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a PVR client addon, these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the PVR client addon for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and &lt;br /&gt;
the &amp;quot;VDR VNSI Client&amp;quot; addon.&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
VNSI: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
&lt;br /&gt;
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  VNSI github (subdirectory &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Install from repository -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
# For Linux installation see... &#039;&#039;&#039;&#039;&#039;[[Ubuntu PVR add-ons]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=136996</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=136996"/>
		<updated>2018-05-12T18:48:11Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:PVR/Contents}}&lt;br /&gt;
{{mininav|[[PVR]]|[[Recording software]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source [[PVR backend]] application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party [[PVR backend]] applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a [[PVR|PVR client addon]], these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the [[PVR|PVR client addon]] for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|PVR/Backend/VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
* http://www.charliemarshall.com/2012/01/my-all-in-one-tv-music-file-web-ubuntu.html#vdrinstall&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and a addon depending on the backend you choose. &lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are multiple addons to connect Kodi 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:&lt;br /&gt;
; VNSI (Recommended): https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
; XVDR (Not actively maintained): https://github.com/pipelka/xbmc-addon-xvdr&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{PVR repo notice}}&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Enabled add-ons -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Next|[[PVR/XBMC|Configuring XBMC]]}}&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=136995</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=136995"/>
		<updated>2018-05-12T18:43:07Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:PVR/Contents}}&lt;br /&gt;
{{mininav|[[PVR]]|[[Recording software]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source [[PVR backend]] application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party [[PVR backend]] applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a [[PVR|PVR client addon]], these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the [[PVR|PVR client addon]] for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|PVR/Backend/VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
* http://www.charliemarshall.com/2012/01/my-all-in-one-tv-music-file-web-ubuntu.html#vdrinstall&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and a addon depending on the backend you choose. &lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are multiple addons to connect Kodi 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:&lt;br /&gt;
; VNSI: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
; XVDR: https://github.com/pipelka/xbmc-addon-xvdr&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{PVR repo notice}}&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Enabled add-ons -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside KODI?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Next|[[PVR/XBMC|Configuring XBMC]]}}&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=136994</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=136994"/>
		<updated>2018-05-12T18:00:08Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:PVR/Contents}}&lt;br /&gt;
{{mininav|[[PVR]]|[[Recording software]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source [[PVR backend]] application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party [[PVR backend]] applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a [[PVR|PVR client addon]], these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the [[PVR|PVR client addon]] for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|PVR/Backend/VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
* http://www.charliemarshall.com/2012/01/my-all-in-one-tv-music-file-web-ubuntu.html#vdrinstall&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and a addon depending on the backend you choose. &lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are multiple addons to connect Kodi 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:&lt;br /&gt;
; VNSI: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
; XVDR: https://github.com/pipelka/xbmc-addon-xvdr&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{PVR repo notice}}&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Enabled add-ons -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show and the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside XBMC?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Next|[[PVR/XBMC|Configuring XBMC]]}}&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=136993</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=136993"/>
		<updated>2018-05-12T17:58:42Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:PVR/Contents}}&lt;br /&gt;
{{mininav|[[PVR]]|[[Recording software]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source [[PVR backend]] application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party [[PVR backend]] applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a [[PVR|PVR client addon]], these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the [[PVR|PVR client addon]] for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|PVR/Backend/VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
* http://www.charliemarshall.com/2012/01/my-all-in-one-tv-music-file-web-ubuntu.html#vdrinstall&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and a addon depending on the backend you choose. &lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are multiple addons to connect Kodi 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:&lt;br /&gt;
; VNSI: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
; XVDR: https://github.com/pipelka/xbmc-addon-xvdr&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{PVR repo notice}}&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Enabled add-ons -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show an the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t, there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside XBMC?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Next|[[PVR/XBMC|Configuring XBMC]]}}&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=VDR&amp;diff=136992</id>
		<title>VDR</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=VDR&amp;diff=136992"/>
		<updated>2018-05-12T17:57:48Z</updated>

		<summary type="html">&lt;p&gt;Markus: /* Connecting Kodi to VDR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:PVR/Contents}}&lt;br /&gt;
{{mininav|[[PVR]]|[[Recording software]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;VDR&#039;&#039;&#039; (&#039;&#039;&#039;The Video Disk Recorder&#039;&#039;&#039;) is an open source [[PVR backend]] application for Linux designed to allow any computer to function as a DVR (Digital Video Recorder), in order to stream Live TV, radio, and record television programming using the computer&#039;s hard drive. The computer needs to be equipped with a digital TV tuner aapter (or TV tuner card). VDR uses drivers from the [[wikipedia:LinuxTV|LinuxTV project]].&lt;br /&gt;
&lt;br /&gt;
By levering existing third-party [[PVR backend]] applications such as &#039;&#039;&#039;VDR&#039;&#039;&#039; that specialize in receiving television signals and support a [[wikipedia:client–server model|client–server model]] which {{Kodi}} can access via a [[PVR|PVR client addon]], these PVR features allows you to watch Live TV, listen to radio, view a EPG TV-Guide, schedule recordings and enables many other TV related features, all using XBMC/Kodi as your primary interface once the initial pairing connection to &#039;&#039;&#039;VDR&#039;&#039;&#039; have been done and and configuration of the [[PVR|PVR client addon]] for it is complete.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Installing VDR ==&lt;br /&gt;
{{See|PVR/Backend/VDR/Installation}}&lt;br /&gt;
&lt;br /&gt;
== VDR quick start guide ==&lt;br /&gt;
If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.&lt;br /&gt;
&lt;br /&gt;
* http://www.charliemarshall.com/2012/01/my-all-in-one-tv-music-file-web-ubuntu.html#vdrinstall&lt;br /&gt;
&lt;br /&gt;
== Connecting Kodi to VDR ==&lt;br /&gt;
To connect Kodi to a backend system (VDR in our case) you first need the PVR extension (which is part of Kodi since version 12 &amp;quot;Frodo&amp;quot;) and a addon depending on the backend you choose. &lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc-vdr-vnsi.png||right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are multiple addons to connect Kodi 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:&lt;br /&gt;
; VNSI: https://github.com/opdenkamp/xbmc-pvr-addons/&lt;br /&gt;
; XVDR: https://github.com/pipelka/xbmc-addon-xvdr&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;addons/pvr.vdr.vnsi/vdr-plugin-vnsiserver&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
The situation gets a little more complicated, as the above addons have been forked a few times. Each &amp;quot;fork&amp;quot; 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 &amp;quot;push&amp;quot; their changes back into their corresponding base to improve the overall situation. This is normally done, when they finished developing their specific &amp;quot;need&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{PVR repo notice}}&lt;br /&gt;
# Go to {{highlight|Settings -&amp;gt; Add-ons -&amp;gt; Enabled add-ons -&amp;gt; PVR Clients}} and select the VDR add-on&lt;br /&gt;
# Select &amp;quot;Configure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:VDR VNSI Client.settings.png|500px|right]]&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
; VDR Hostname or IP&lt;br /&gt;
: The hostname or IP address of the server where VDR is installed. If on the same machine then &#039;localhost&#039; or 127.0.0.1 can be used.&lt;br /&gt;
; VNSI Port&lt;br /&gt;
: The default for VDR with VNSI is 34890 but this will need updating if you have changed it in on the VDR side.&lt;br /&gt;
; Priority&lt;br /&gt;
: Priority is a VDR feature. Every task that requires a device is related to a priority. Recordings for example have a priority from 0 to 99 (default 50). Assume VDR records some tv show an the timer was set with priority 50. Now a second timer starts and no device is available. Higher priorities can interrupt lower ones. VDR defines priority for live view to 0. Since vnsi is a plugin, I defined default for live to -1&lt;br /&gt;
: Actually it should work with 0 and -1. If it doesn&#039;t there may be some other plugin that pretends to be a device. I would start with disabling all other plugins.&lt;br /&gt;
; Character Set Conversion&lt;br /&gt;
: If Kodi and VDR use different character sets, then enable this option to convert the texts after receiving them from VDR.&lt;br /&gt;
; Connect timeout(s)&lt;br /&gt;
: How many seconds should Kodi wait for a connection to VDR. Time is given in seconds.&lt;br /&gt;
; Allow VDR Messages&lt;br /&gt;
: Do you allow the VDR to display messages inside XBMC?&lt;br /&gt;
; Create channel groups automatically on the server&lt;br /&gt;
: ?&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Settings&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Next|[[PVR/XBMC|Configuring XBMC]]}}&lt;br /&gt;
&lt;br /&gt;
== Additional guides and links ==&lt;br /&gt;
* VDR website - http://tvdr.de&lt;br /&gt;
** [http://www.linuxtv.org/vdrwiki/index.php/Main_Page VDR wiki Documentation]&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=169 VDR backend for Kodi support forum]&lt;/div&gt;</summary>
		<author><name>Markus</name></author>
	</entry>
</feed>