Is a Kodi repository generator which allows to keep selected addons from various locations in a one place.
Sample repo: http://cloudrepo.5v.pl/
Also it allows to:
- Create users
- Add favourite or remove unwanted raddons.
- Score and comment addons
- Report addons that voilate copyright licenses (needs developing further)
It runs in php environment.
License: GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
Installation:
- Place the files on the server and go to theserver address
- Fill out all fields required and install
- if your server is corrcetly configured the repository system should be ready to upload your own addons and allow other people to so.
Using MyRepo
- Once installed the app will redirect to registration form.
- Create user and login.
- Go to home page and download repository file.
- Extract files and add your custome "icon.png" and "fanart.jpg".
- Make sure the extension of each file is correct.
-
Compress the file folder with all files
(example)
myrepo/addon.xml
myrepo/fanart.jpg
myrepo/icon.png
-
Upload compressed package using uploading page. -Make sure the .zip package doesn't contain the version name
myrepo-0.5.1.zip <--is incorrect
myrepo.zip <--is correct.
-
All addons uploaded to MyRepo must have a name of the zip file exactly the same as an id in the addon.xml file
<addon id="myrepo"
Using repo in Kodi
-
Download zip file from the homepage into your kodi device
-
Go to addons and install from zip file
-
Allow Kodi to install addons from unknown sources\
-
Install zip file
(example)
myaddon-0.5.1.zip
-
Go to "install from repository" and select MyRepo (or the name of the repo you selected durring installation)
-
Addons uploaded to the repo will be available on kodi after the repo is updated by kodi or by user.
**Desn't support files bigger than 7MB. In order to upload addons bigger than 7MB
- Create zip file containing only addon.xml, icon.png and fanard.jpg
- upload such package and then upload full package(over 7MB) via ftp.