Skip to content

dandygithub/kodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dandy's KODI Addons Project

Download zip repo file

18 Lea
19 Matrix
20 Nexus

View source code

18 Lea
19 Matrix
20 Nexus

Contribute

Install

Steps

  1. Fork this repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch (*)
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

Makefile commands (**)

  • make build-xml Create addons.xml repo file
  • make build-zip Create zip files when source version was changed
  • make build-zip-spec Create single zip file or overwrite without md5
  • make update-readme Update README.md
  • make release build-xml + build-zip + update-readme

(*) for the GitHub Actions work correctly, recommended to change the version in plugin.xml
(**) for Matrix branch only (optional, use GitHub Actions now)