kodi-repo-updater | based tool for automatically creating Kodi repository files
kandi X-RAY | kodi-repo-updater Summary
kandi X-RAY | kodi-repo-updater Summary
kodi-repo-updater is a PHP library. kodi-repo-updater has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
A PHP-based tool for automatically creating Kodi repository files using GitHub release webhooks
A PHP-based tool for automatically creating Kodi repository files using GitHub release webhooks
Support
Quality
Security
License
Reuse
Support
kodi-repo-updater has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
kodi-repo-updater has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of kodi-repo-updater is current.
Quality
kodi-repo-updater has 0 bugs and 0 code smells.
Security
kodi-repo-updater has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
kodi-repo-updater code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
kodi-repo-updater does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
kodi-repo-updater releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
It has 99 lines of code, 4 functions and 3 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kodi-repo-updater
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kodi-repo-updater
kodi-repo-updater Key Features
No Key Features are available at this moment for kodi-repo-updater.
kodi-repo-updater Examples and Code Snippets
No Code Snippets are available at this moment for kodi-repo-updater.
Community Discussions
No Community Discussions are available at this moment for kodi-repo-updater.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kodi-repo-updater
Copy the three files update.php, latest.php and .htaccess to the web server which will host your repository.
Copy the three files update.php, latest.php and .htaccess to the web server which will host your repository.
Configure your repository addon to point to the server. The extension point of the addon.xml file should look like this, where http://example.com/kodi-repo/ is the location you installed the repository updater: <extension point="xbmc.addon.repository" name="Example Repository"> <info>http://example.com/kodi-repo/addons.xml</info> <checksum>http://example.com/kodi-repo/addons.xml.md5</checksum> <datadir zip="true">http://example.com/kodi-repo/addons</datadir> </extension>
The following steps will need to be performed for every addon that will be published to the Kodi repository:.
Ensure your addon is hosted on GitHub, with the repository named the same as your addon ID.
Add a GitHub webhook to your addon repository, choosing only the Release event to trigger it. Set the payload URL to point at the file update.php, for example http://example.com/kodi-repo/update.php.
Set a secret for your webhook, ensuring you choose a suitably long, random string. This will ensure that only you are able to publish code to your Kodi repository.
Create (or edit) the file secrets.json on your web server, in the installation directory,. Add an entry for your addon using the addon ID as a key. The file should look something like this, with one line per addon: { "plugin.example-plugin": "QdS0nyimPbEPuleCFGkQcGJA8Oo0cAVbmLIVKYqGPGfG1kmtQu", "script.example-script": "Npw4J2QBQa0uh4FzHXPvWvJM9dELjQDkk6maW2GHimczz7ACIy" }
Copy the three files update.php, latest.php and .htaccess to the web server which will host your repository.
Configure your repository addon to point to the server. The extension point of the addon.xml file should look like this, where http://example.com/kodi-repo/ is the location you installed the repository updater: <extension point="xbmc.addon.repository" name="Example Repository"> <info>http://example.com/kodi-repo/addons.xml</info> <checksum>http://example.com/kodi-repo/addons.xml.md5</checksum> <datadir zip="true">http://example.com/kodi-repo/addons</datadir> </extension>
The following steps will need to be performed for every addon that will be published to the Kodi repository:.
Ensure your addon is hosted on GitHub, with the repository named the same as your addon ID.
Add a GitHub webhook to your addon repository, choosing only the Release event to trigger it. Set the payload URL to point at the file update.php, for example http://example.com/kodi-repo/update.php.
Set a secret for your webhook, ensuring you choose a suitably long, random string. This will ensure that only you are able to publish code to your Kodi repository.
Create (or edit) the file secrets.json on your web server, in the installation directory,. Add an entry for your addon using the addon ID as a key. The file should look something like this, with one line per addon: { "plugin.example-plugin": "QdS0nyimPbEPuleCFGkQcGJA8Oo0cAVbmLIVKYqGPGfG1kmtQu", "script.example-script": "Npw4J2QBQa0uh4FzHXPvWvJM9dELjQDkk6maW2GHimczz7ACIy" }
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page