forked from markhoney/plugin.video.zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
17 lines (17 loc) · 757 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.zoneminder"
version="1.1.3"
name="ZoneMinder"
provider-name="Mark Honeychurch (markhoney)">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">View cameras on ZoneMinder Linux CCTV server</summary>
<description lang="en">This addon allows you to connect to a ZoneMinder server and view the output of any camera attached to the server. Plain and hashed authentication are supported.</description>
</extension>
</addon>