forked from tamland/xbmc-keymap-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.28 KB
/
addon.xml
File metadata and controls
25 lines (25 loc) · 1.28 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="script.keymapedit" name="Keymap Edit" provider-name="takoi, host505" version="0.1.3">
<requires>
<import addon="xbmc.python" version="2.19.0" />
</requires>
<extension library="main.py" point="xbmc.python.script" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">An editor for keymap files</summary>
<description lang="en_GB">Keymap Edit is a GUI for configuring mappings for remotes, keyboard and other inputs supported by xbmc. Note: existing user defined key mappings will be removed.[CR][I]This is a Keymap Editor fork. Credit goes to original creator (takoi)[/I]</description>
<platform>all</platform>
<language />
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum />
<source>https://github.com/host505/script.keymapedit</source>
<news>[I]Changes on this fork include:[/I]
- Forked - Rebranded to Keymap Edit
- Added some missing actions, categories, windows introduced in Kodi v17 and v18
- Generated .xml is now properly indented, instead of 1 line
- Some rephrasing
- Fixed keymap reloading after save
- Converted to current language formatting
- Added Greek language
</news>
</extension>
</addon>