-
Notifications
You must be signed in to change notification settings - Fork 5
/
addon.xml
41 lines (41 loc) · 1.93 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
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nakamori" name="Nakamori" version="4.1.7" provider-name="BigRetroMike, SteveMavic, da3dsoul">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.routing" version="0.2.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="nakamoriplugin.py">
<provides>video</provides>
</extension>
<extension point="xbmc.python.script" library="nakamoriplugin.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Nakamori - allows to interact with your Anime collection (via ShokoServer)</summary>
<description lang="en_GB">Nakamori gives you the ability to interact with your Anime collection (via ShokoServer) for Kodi-enabled devices. You are able to use many of the commands available to Desktop right from inside Kodi, such as marking watched status, voting, rescanning and rehashing files, and more!</description>
<disclaimer lang="en_GB">This plugin to work require working ShokoServer instance. https://shokoanime.com</disclaimer>
<news>
4.1.7 (10/08/2024)
[fix] Unsort duration info
[fix] running from programs opens settings
[fix] classic calendar (ugly prototype)
[fix] skin support
[fix] favorite remove
</news>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<website>https://shokunin.monogatari.pl/nakamori/</website>
<source>https://github.com/bigretromike/nakamori/</source>
<email></email>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<banner>resources/banner.png</banner>
<clearlogo>resources/clearlogo.png</clearlogo>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>