Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.12 KB

Kodi (XBMC) Plugin Boilerplate

A directory structure that contains all the resources needed to operate your Kodi (XBMC) add-on.

Kodi (XBMC) Plugin Boilerplate

Usage

  1. Download this boilerplate.
  2. Unzip and rename the folder "plugin.media-type.plugin-name" to your Plugin name.
  3. Add folder to project in your favorite Editor/IDE and start coding!

Plugin Directory Structure

TODO

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

This work is licensed under a MIT LICENSE.