-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 1.05 KB
/
Copy pathaddon.xml
File metadata and controls
20 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.simple_station" name="Simple Station" version="0.0.3" provider-name="lambda-isel">
<requires>
<import addon="script.module.beautifulsoup4"/>
<import addon="script.module.simple_plugin"/>
<import addon="script.module.requests"/>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Simple Station</summary>
<description lang="en_GB">Simple Station enables browsing live channels, programs and broadcasts</description>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<forum>https://github.com/lambda-isel/script.module.simple_station/issues</forum>
<website>https://github.com/lambda-isel/script.module.simple_station</website>
<source>https://github.com/lambda-isel/script.module.simple_station</source>
<news>https://github.com/lambda-isel/script.module.simple_station/commits</news>
</extension>
</addon>