-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathaddon.xml
36 lines (34 loc) · 1.64 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
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.resolveurl-tester" name="ResolveURL Tester" version="1.1.0" provider-name="Twilight0">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.tulip" version="2.3.6"/>
<import addon="script.module.resolveurl" version="5.0.31"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<reuselanguageinvoker>false</reuselanguageinvoker>
<summary lang="en">ResolveURL Tester</summary>
<description lang="en_GB">This addon can play and test various video and audio content from various sources supported by ResolveURL library.</description>
<disclaimer lang="en_GB">This addon does not provide any content, its sole purpose is to resolve web urls with the help of ResolveURL library</disclaimer>
<language>en</language>
<license>GNU GPL, version 2</license>
<website>https://twitter.com/TwilightZer0</website>
<source>https://github.com/Twilight0/plugin.video.resolveurl-tester</source>
<size>106257</size>
<news>[B]1.1.0[/B] - 29-05-2019
- Added a setting to force a specific host (useful for testing universal resolvers)
> As url you must provide media id only
[B]1.0.1[/B] - 25-05-2019
- Added "set title and play" context menu item
- Other minor tweaks
[B]1.0.0[/B] - 16-05-2019
- Initial version</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>