-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 932 Bytes
/
addon.xml
File metadata and controls
19 lines (19 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.hyperion.screenshot" name="Hyperion Grabber Screenshot" version="1.0.1" provider-name="lightberry">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>linux</platform>
<summary lang="en">Hyperion v4l grabber screenshot generator</summary>
<description lang="en">Plugin will take a screenshot using hyperion video4linux</description>
<license>GNU General Public License, v2</license>
<language></language>
<forum>https://github.com/LightberryEu/plugin.program.hyperion.screenshot/issues</forum>
<source>https://github.com/LightberryEu/plugin.program.hyperion.screenshot</source>
<email>lightberry@lightberry.eu</email>
</extension>
</addon>