mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi. This done to know easier to which Kodi the addon works. For here now used by Kodi 19 Matrix.
21 lines
702 B
XML
21 lines
702 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon
|
|
id="pvr.octonet"
|
|
version="19.0.0"
|
|
name="Digital Devices Octopus NET Client"
|
|
provider-name="digitaldevices">
|
|
<requires>@ADDON_DEPENDS@</requires>
|
|
<extension
|
|
point="kodi.pvrclient"
|
|
library_@PLATFORM@="@LIBRARY_FILENAME@"/>
|
|
<extension point="xbmc.addon.metadata">
|
|
<platform>@PLATFORM@</platform>
|
|
<license>GPL-2.0-or-later</license>
|
|
<source>https://github.com/DigitalDevices/pvr.octonet</source>
|
|
<news>
|
|
</news>
|
|
<summary lang="de_DE">Kodi PVR Addon für Digital Devices Octopus NET Streams</summary>
|
|
<summary lang="en_GB">Kodi PVR Addon for Digital Devices Octopus NET Streams</summary>
|
|
</extension>
|
|
</addon>
|