aboutsummaryrefslogtreecommitdiff
path: root/addons/pvr.hts/addon.xml
blob: 66cf72b0dace31e5deabf6cf59054392e852649d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="pvr.hts"
  version="1.0.0"
  name="Tvheadend HTSP Client"
  provider-name="Alwin Esch, Team XBMC">
  <requires>
    <c-pluff version="0.1"/>
  </requires>
  <extension
    point="xbmc.pvrclient"
    library_linux="XBMC_Tvheadend.pvr"
    library_osx="XBMC_Tvheadend.pvr"
    library_wingl="XBMC_Tvheadend_win32.pvr"
    library_windx="XBMC_Tvheadend_win32.pvr"/>
  <extension point="xbmc.addon.metadata">
    <summary>XBMC's frontend for Tvheadend</summary>
    <description>Tvheadend frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</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>all</platform>
  </extension>
</addon>