-
Notifications
You must be signed in to change notification settings - Fork 6
/
addon.xml
27 lines (27 loc) · 1.55 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ipcams" name="Surveillance Cameras" version="3.0.4+matrix" provider-name="PvD">
<requires>
<import addon="xbmc.python" version="3.0.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_GB">Shows streams of surveillance cameras</summary>
<summary lang="de_DE">Zeigt Streams Deiner Überwachungskameras an</summary>
<description lang="en_GB">Take a look to the pictures of your installed surveillance cameras. You are able to select one of a maximum number of four cameras.</description>
<description lang="de_DE">Schau' Dir die Bilder Deiner installierten Überwachungskameras an. Du kannst eine von maximal vier Kameras auswählen.</description>
<disclaimer lang="en_GB">Use at your own risk. This is not a replacement for professional equipment.</disclaimer>
<disclaimer lang="de_DE">Benutzung auf eigene Gefahr. Ersetzt keine professionelle Ausrüstung.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum></forum>
<website></website>
<email>[email protected]</email>
<source>https://github.com/b-jesch/plugin.video.ipcams/tree/Matrix</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>