ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Kodi​Dev​Kit

by MikeSiLVO ST4

ST4 plugin to help with Kodi skinning / scripting (IDE-like)

Details

Installs

  • Total 795
  • Win 494
  • Mac 114
  • Linux 187
Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27
Windows 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

KodiDevKit

License Sublime Text

A Sublime Text 4 plugin for Kodi skin and addon development. Provides validation, intelligent tooltips, auto-completion, JSON-RPC integration, and more.

Documentation

  • Validation – On-save XML checks and full-skin reports covering variables, includes, labels, fonts, IDs, images, and XML structure.
  • Features – Tooltips, auto-completion, keyboard shortcuts, fuzzy searches, context menu, JSON-RPC commands, Kodi log integration.
  • Settings – Every setting with type, default, and description.
  • Skin Shortcuts – How KodiDevKit handles runtime-generated content from script.skinshortcuts.

Requirements

  1. Sublime Text 4 or later.
  2. Project structure: Open your Kodi addon root as the only project folder.
  3. Configuration: Set up KodiDevKit settings via Preferences > Package Settings > KodiDevKit. At minimum, set kodi_path to your Kodi installation folder.

Installation

Package Control (recommended): Install Package Control if you don't have it, then open the Command Palette (Ctrl+Shift+P), select “Package Control: Install Package”, and search for “KodiDevKit”.

Manual: Clone into your Sublime Text Packages folder:

# Windows
cd "%APPDATA%/Sublime Text/Packages"

# macOS
cd "~/Library/Application Support/Sublime Text/Packages"

# Linux
cd "~/.config/sublime-text/Packages"

git clone https://github.com/MikeSiLVO/KodiDevKit.git

Restart Sublime Text after installing.

License

GNU General Public License v3.0+

Bundled Kodi data

data/ carries reference data taken from Kodi, Copyright © Team Kodi, licensed GPL-2.0-or-later and used here under GPL-3.0-or-later:

  • data/kodi/<release>/ - colors.xml and strings.po, copied verbatim by scripts/update_kodi_refs.py.
  • data/<release>/data.xml - builtin and boolean-condition names with their descriptions, taken from the Kodi sources and maintained by hand.