This repository was archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
executable file
·38 lines (37 loc) · 1.86 KB
/
Copy pathaddon.xml
File metadata and controls
executable file
·38 lines (37 loc) · 1.86 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="plugin.video.unofficial9anime" version="1.1.0" name="UP9anime" 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">An unofficial 9anime client for Kodi</summary>
<description lang="en">UP9anime, aka The Unofficial Plugin for 9anime, is a 9anime client for Kodi.</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>v1.0.0 (2017-03-26)
Initial release!
Known issues:
- Metadata for specials is lacking
- May not handle double episodes correctly
- Queueing a show with related links enabled fails; disable related links as a workaround</news>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://9anime.is</website>
<source>https://github.com/Prometheusx-git/plugin.video.unofficial9anime</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/media/ScreenshotMostWatched.png</screenshot>
<screenshot>resources/media/ScreenshotSearch.png</screenshot>
<screenshot>resources/media/ScreenshotWidgetBookmarks.png</screenshot>
<screenshot>resources/media/ScreenshotWidgetLastVisited.png</screenshot>
</assets>
</extension>
</addon>