This repository was archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
24 lines (24 loc) · 1.45 KB
/
Copy pathaddon.xml
File metadata and controls
24 lines (24 loc) · 1.45 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
<addon id="plugin.video.fenda" name="Fenda" provider-name="obfuscated-loop" version="1.0.1">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.19.1"/>
</requires>
<extension library="resources/lib/fenda.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension library="resources/lib/service.py" point="xbmc.service"/>
<extension library="resources/lib/" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en">Access your content from Furk, Easynews and Debrid Clouds.</summary>
<description lang="en">This add-on is intended for advanced Kodi users only. You must own the content of any media you play through this addon. Originally created by Tikipeter.</description>
<platform>all</platform>
<disclaimer lang="en">The author of this addon does not host any of the content which is found and has no affiliation with any of the content providers.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>resources/media/fenda_icon.png</icon>
<fanart>resources/media/fenda_fanart.png</fanart>
</assets>
<news>INFO: For latest changes see Changelog within Tools of add-on.</news>
</extension>
</addon>