Kodi Skin ToolsA set of tools to help in the development of Kodi skins. FeaturesSkin reloadingReload Kodi's skin to view the latest changes when ever a file is saved in the editor. A comma seperated list of extensions can be set to control which files type trigger a reload. Requires script.vscode.reload for Kodi to be installed. Requires remote http control to be active in Kodi with both a username and password set. Kodi Settings -> Service -> Control
LocalizationGenerate localization strings for any text in your skin. Quickly switch between ID and $LOCALIZE[ID]. Generate translation fileAll Kodi string are generated in the en_gb language file by default. The Definition providerQuickly jump to or Peek the definition of Expressions, Variables, Includes, Constants and Localized strings. Reference providerQuickly find or Peek all references of Expressions, Variables, Includes, Constants and Localized strings. Color selectionEdit colors directly in the editor window. Editor viewsControl ID viewShow all the used control id's for the open xml document, and for known skin files look up which controls this xml should implement. Skin reportsScan the skin and find any unused media files. RequirementsSkin reloading requires script.vscode.reload for Kodi to be installed. Extension Settings
|