diff options
Diffstat (limited to 'addons/pvr.hts/addon.xml')
-rw-r--r-- | addons/pvr.hts/addon.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addons/pvr.hts/addon.xml b/addons/pvr.hts/addon.xml new file mode 100644 index 0000000000..66cf72b0da --- /dev/null +++ b/addons/pvr.hts/addon.xml @@ -0,0 +1,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 & 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> |