-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
32 lines (32 loc) · 2.42 KB
/
addon.xml
File metadata and controls
32 lines (32 loc) · 2.42 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.unlock.advancedsettings"
name="Unlock Kodi Advanced Settings"
version="1.0.3"
provider-name="Alex Bratchik">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.script" library="main.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news>Fixed bugs</news>
<platform>all</platform>
<summary lang="en_GB">Unlock Kodi advanced settings</summary>
<description lang="en_GB">This plugin allows you to unlock and edit the hidden advanced system settings of Kodi. Please note that Kodi restart is required so that the advanced settings become in effect.</description>
<disclaimer lang="en_GB">This plugin was created just fo fun and has no relation to official Kodi software. PLease use at your own risk. Author bears no liability for any changes made by this plugin in your system.</disclaimer>
<summary lang="ru_RU"> Редактирование дополнительных настроек Kodi</summary>
<description lang="ru_RU">Это дополнение Kodi позволяет Вам просматривать и редактировать расширенные настройки Kodi, скрытые от обычных пользователей. После редактирования требуется перезагрузить Kodi.</description>
<disclaimer lang="ru_RU">Это дополнение Kodi разработано просто ради развлечения и не относится к официальному ПО Kodi. Испольуйте на свой собственный риск. Автор не несёт отвественности за любые изменения, произведённые при помоши данного плагина в Вашей системе.</disclaimer>
<platform>all</platform>
<language>ru en</language>
<license>GPL-3.0-or-later</license>
<source>https://github.com/abratchik/script.unlock.advancedsettings</source>
<forum>https://forum.kodi.tv/showthread.php?tid=362847</forum>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.png</screenshot>
</assets>
</extension>
</addon>