-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
24 lines (24 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.MotorTrend" name="MotorTrend" version="0.0.2" provider-name="DaxterXS">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests" version="2.12.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="it">MotorTrend diretta</summary>
<description lang="it">Streaming della diretta di Cielo</description>
<summary lang="en">MotorTrend Italy live</summary>
<description lang="en">Live streaming of MotorTrend Italy</description>
<language>it</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007</license>
<website>https://www.cielotv.it/streaming.html</website>
<source>https://github.com/DaxterXS/plugin.video.Cielo</source>
<forum></forum>
<website></website>
<email></email>
</extension>
</addon>