-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
29 lines (27 loc) · 1.61 KB
/
addon.xml
File metadata and controls
29 lines (27 loc) · 1.61 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.docchipl" name="Docchi.pl" version="0.2.4.2" provider-name="skoruppa">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests"/>
<import addon="script.module.beautifulsoup4"/>
<import addon="script.module.pycryptodome"/>
<import addon="inputstream.adaptive" version="2.4.0" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Anime with Polish subtitles from Docchi.pl</summary>
<summary lang="pl_PL">Anime z polskimi napisami z serwisu Docchi.pl</summary>
<description lang="en_GB">Provides users with the possibility to watch anime with Polish subtitles based on data returned by Docchi.pl. This addon is a port of the Stremio addon and utilizes its core logic for fetching streams and metadata.</description>
<description lang="pl_PL">Umożliwia oglądanie anime z polskimi napisami, korzystając z danych serwisu Docchi.pl. Ten dodatek jest portem wtyczki dla Stremio i wykorzystuje jej główną logikę do pobierania streamów i metadanych.</description>
<disclaimer lang="en_GB">All content is provided by external sites.</disclaimer>
<disclaimer lang="pl_PL">Wszystkie materiały pochodzą z zewnętrznych serwisów.</disclaimer>
<platform>all</platform>
<license>MIT</license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>