This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
executable file
·33 lines (33 loc) · 1.73 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="plugin.video.unofficialkissanime" version="1.3.0" name="The Unofficial KissAnime Plugin" provider-name="PrometheusX">
<requires>
<import addon="xbmc.python" version="2.24.0" />
<import addon="script.module.animemetahandler" />
<import addon="script.module.beautifulsoup4" />
<import addon="script.module.dat1guy.shared" />
<import addon="script.module.urlresolver" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">The Unofficial KissAnime Plugin</summary>
<description lang="en">An unofficial KissAnime client for Kodi, designed for the Fire Stick, Fire TV, and Windows.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<news>
- For now only Rapidvideo sources</news>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>http://kissanime.ru</website>
<source>https://github.com/Prometheusx-git/plugin.video.unofficialkissanime</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/media/ScreenshotPopular.png</screenshot>
<screenshot>resources/media/ScreenshotWidgetBookmarks.png</screenshot>
<screenshot>resources/media/ScreenshotWidgetLastVisited.png</screenshot>
<screenshot>resources/media/ScreenshotSearch.png</screenshot>
</assets>
</extension>
</addon>