-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 2.41 KB
/
Copy pathaddon.xml
File metadata and controls
25 lines (25 loc) · 2.41 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<addon id="plugin.video.kolibka" name="KOLIBKA" version="0.3.2" provider-name="Majide">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="1.1.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.html5lib" version="0.999.0" optional="false"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="bg">Приставка за гледане на документални филми от kolibka.com</summary>
<summary lang="en">Addon for watching documental movies from kolibka.com</summary>
<description lang="bg">[COLOR 7700FF00]kodi1 мод[/COLOR]При отварянето на филмите може да забележите определено забавяне. Това не е дефект и се дължи на форматът на самите файлове, който не е предназначен за онлайн стрийминг. Наименованията на българските филми към този момент не се изобразяват правилно, но по обложката можете да се ориентирате какво да очаквате.</description>
<description lang="en">[COLOR 7700FF00]kodi1 mod[/COLOR]At the opening of the movies may notice a certain delay. This is not a defect and is due to the format of the files itself, not intended for online streaming. The names of the bulgarian movies at the moment cannot be shown correctly, but you can see what to expect by the covers.</description>
<disclaimer lang="bg">Някои елементи на тази приставка, може да нямат уредени авторски права. Името, логото и сайтът са собственост на ... всички нас. Приставката се разпространява под GPL3 лиценз.</disclaimer>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<language>bg,en</language>
<platform>all</platform>
<forum></forum>
<website></website>
<email></email>
</extension>
</addon>