/addon-check

Automatic checks for new repository submissions

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Build Status PyPI version

Kodi Addon checker

This tool checks the Kodi repo for best practices and creates problem and warning reports

Features

  • Checks if all images are valid images

  • Checks if all xml files are valid

  • Checks if addon.xml and license file exists for an addon

  • Checks if the addon id in addon.xml matches with the folder name

  • Checks if artwork is available and if the size is as defined

  • Checks if the addon uses the old strings.xml translation format

  • Check if the addon uses the old language folders (English vs resource.language.en_gb)

  • Checks for various blacklisted strings

  • Check for blacklisted filetypes

Installation

pip install kodi-addon-checker

How to use

  1. Open Terminal in add-on repository directory
  2. Execute kodi-addon-checker