Add-on:CodeQuick: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot Update |
||
| Line 3: | Line 3: | ||
|provider-name=willforde | |provider-name=willforde | ||
|ID=script.module.codequick | |ID=script.module.codequick | ||
|latest-version=0.9. | |latest-version=0.9.2 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
Revision as of 02:00, 18 March 2018
| CodeQuick | ||||||||||||||
| ||||||||||||||
Codequick is a framework for kodi add-on's. The goal of this framework is to simplify add-on development. This is achieved by reducing the amount of boilerplate code to a minimum, automating tasks like route dispatching and sort method selection. Ultimately allowing the developer to focus primarily on scraping content from websites and passing it to kodi.