-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (31 loc) · 1.3 KB
/
addon.xml
File metadata and controls
31 lines (31 loc) · 1.3 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.f1tv" name="F1TV Kodi Plugin" version="0.1.7" provider-name="BBsan2k, TheDevFreak, HypnOS HAXX0R, lage2104">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.routing" version="0.2.0"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.pyjwt" version="1.6.4"/>
<import addon="script.module.cache" version="1.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Provides functionality to view stream from F1TV</summary>
<description lang="en_GB">Plugin for F1TV Streaming Service</description>
<description lang="de_DE">Plugin für F1TV</description>
<language></language>
<platform>all</platform>
<license>MIT</license>
<forum></forum>
<website></website>
<email>bbsan2k@gmail.com</email>
<source></source>
<news></news>
<disclaimer></disclaimer>
<assets>
<icon>resources/F1TV_Logo.png</icon>
<fanart></fanart>
</assets>
</extension>
</addon>