-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml.in
20 lines (20 loc) · 932 Bytes
/
addon.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.vdr.xvdr"
version="@ADDON_VERSION@"
name="VDR XVDR Client"
provider-name="Alexander Pipelka">
<requires>
<c-pluff version="0.1"/>
</requires>
<extension
point="xbmc.pvrclient"
library_android="../org.xvdr.addon-1/libxvdraddon.so"/>
<extension point="xbmc.addon.metadata">
<summary>PVR client to connect VDR to XBMC</summary>
<description>VDR frontend; supporting streaming of Live TV & Recordings, EPG, Timers</description>
<description lang="de">Erlaubt das wiedergeben von Live TV und Aufnahmen mittels VDR auf XBMC. Des weiteren werden EPG, Kanalsuche und Timer unterstützt.</description>
<disclaimer>This is unstable software! The authors are in no way responsible for failed recordings, incorrect timers, wasted hours, or any other undesirable effects..</disclaimer>
<platform>android</platform>
</extension>
</addon>