forked from Rogerthis/script.module.urlresolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
13 lines (13 loc) · 728 Bytes
/
addon.xml
File metadata and controls
13 lines (13 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.urlresolver" name="URLResolver" version="3.0.26" provider-name="tvaddons.ag, Eldorado">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Resolve common video host URL's to be playable in XBMC/Kodi.</summary>
<description lang="en">Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts.</description>
</extension>
</addon>