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
18 lines (18 loc) · 863 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.urlresolver"
name="URLResolver"
version="2.8.0"
provider-name="Eldorado">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.t0mm0.common" version="2.0.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="plugin.video.youtube" version="4.4.7"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<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>