Skip to content

Commit

Permalink
Add missing content to addon.xml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Dec 6, 2016
1 parent 642edbd commit 70fffc3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pvr.zattoo/addon.xml.in
Expand Up @@ -4,10 +4,28 @@
version="0.1.23"
name="Zattoo PVR Client"
provider-name="trummerjo,rbuehlma">
<requires>
<import addon="xbmc.pvr" version="5.2.1"/>
</requires>
<extension
point="xbmc.pvrclient"
library_@PLATFORM@="@LIBRARY_FILENAME@"/>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">Kodi-PVR-Client für Zattoo</summary>
<summary lang="en_AU">Kodi's frontend for Zattoo</summary>
<summary lang="en_GB">Kodi's frontend for Zattoo</summary>
<summary lang="en_NZ">Kodi's frontend for Zattoo</summary>
<summary lang="en_US">Kodi's frontend for Zattoo</summary>
<description lang="de_DE">PVR-Client für Zattoo. Unterstützt TV &amp; Aufnahmen, TV-Guide (EPG) und Timer.</description>
<description lang="en_AU">Zattoo frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</description>
<description lang="en_GB">Zattoo frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</description>
<description lang="en_NZ">Zattoo frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</description>
<description lang="en_US">Zattoo frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</description>
<disclaimer lang="de_DE">Die Autoren sind in keiner Weise verantwortlich für fehlgeschlagene Aufnahmen, falsche Timer, verschwendete Zeit oder andere ungewünschte Effekte.</disclaimer>
<disclaimer lang="en_AU">The authors are in no way responsible for failed recordings, incorrect timers, wasted hours, or any other undesirable effects..</disclaimer>
<disclaimer lang="en_GB">The authors are in no way responsible for failed recordings, incorrect timers, wasted hours, or any other undesirable effects..</disclaimer>
<disclaimer lang="en_NZ">The authors are in no way responsible for failed recordings, incorrect timers, wasted hours, or any other undesirable effects..</disclaimer>
<disclaimer lang="en_US">The authors are in no way responsible for failed recordings, incorrect timers, wasted hours, or any other undesirable effects..</disclaimer>
<platform>@PLATFORM@</platform>
</extension>
</addon>

0 comments on commit 70fffc3

Please sign in to comment.