-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddons.xml
More file actions
59 lines (58 loc) · 2.24 KB
/
addons.xml
File metadata and controls
59 lines (58 loc) · 2.24 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="service.vpn.manager"
name="VPN Manager for OpenVPN"
version="7.0.3"
provider-name="Zomboided">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.python.module" library="libs" />
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news></news>
<platform>all</platform>
<summary lang="en">Configure and manage VPN connections using openVPN</summary>
<description lang="en">Establish a connection to a VPN service and automatically switch VPN locations based on the add-on being used.</description>
<license>GPL-2.0-or-later</license>
<forum>https://forum.libreelec.tv/thread/5032-vpn-manager-for-openvpn/</forum>
<source>https://github.com/Zomboided/service.vpn.manager</source>
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
<banner></banner>
<clearlogo></clearlogo>
<screenshot></screenshot>
</assets>
</extension>
</addon>
<addon id="service.zomboided.tools"
name="Zomboided Tools"
version="0.8.2"
provider-name="Zomboided">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.pyserial" version="0.0.1"/>
</requires>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.python.module" library="libs"/>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news></news>
<platform>all</platform>
<summary lang="en">Various Kodi tools</summary>
<description lang="en">Limit playback and play lists; trigger actions based on events and timers; sleep timer; speed test LAN connections.</description>
<license>GPL-2.0-or-later</license>
<source>https://github.com/Zomboided/service.zomboided.tools</source>
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
</assets>
</extension>
</addon>
</addons>