forked from accumulator/plugin.video.lbry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1002 Bytes
/
addon.xml
File metadata and controls
22 lines (22 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.lbryplus" name="LBRY+" version="0.8.0" provider-name="azzy9">
<requires>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.requests" version="2.22.0"/>
<import addon="script.module.six"/>
</requires>
<extension point="xbmc.python.pluginsource" library="lbry.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Plugin for LBRY and Odysee</summary>
<description lang="en_GB">LBRY is a secure, open, and community-run digital marketplace</description>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<source>https://github.com/azzy9/plugin.video.lbryplus</source>
<assets>
<icon>resources/assets/256x256.png</icon>
<fanart>resources/assets/fanart.jpg</fanart>
</assets>
</extension>
</addon>