IDE for Addon
#1
Addon IDE
Integrated Development Enviroment for XBMC/KODI addons

Description
This application is intended to be used in the development of XBMC/KODI addons
from initial steps to addon installation.

Once you have decided to make an addon for a specific site you have to go through this
major steps:
1. Site scraping: Find the regexp expresions for the webpages of the site
2. Coding: Write the API for the site
3. Adding media: Icons and thumbnails for the addon.
4. Test: View the addon with XBMC/KODI.
5. Prepare for distribution.

For any of the listed steps, the Addon IDE has an associated view in witch you can edit the
information for that step. There are four views available:
1. Settings: Global characteristics of the addon.
2. Design:
* Api: Regexp parser with extended capabilities.
* Code: Code generated for the application that can be edited by the user.
* Data: Basic information for a XBMC/KODI folder.
* Preview: Shows the folder like XBMC/KODI does.
3. Addon Explorer: Resources for the addon. the user can add images,
python modules, etc.
4. Test: Mock for XBMC/KODI.

Requirements
This project has been tested in a system with the following characteristics:
- Windows Vista SP2
- Python 2.7.9
- Pillow package
- KodiStubs package

You can find this project in:
https://github.com/pybquillast/xkAddonIDE/tree/v0.1.0
Reply

Logout Mark Read Team Forum Stats Members Help
IDE for Addon0