Skip to content

DoBucki/Kodi_Remote_Manager

 
 

Repository files navigation

Preconfigured Kodi Addons
 
# This repo is build for libreelec OS where git is absent (package manager is not available either) 
# In case one needs to port to Windows change os.system calls (linux mv, cp, rm are used.. lazy way indeed)

All addons are configured with greek clients in mind (language, content etc..)

Folders:
    * addons *
        This folder contains all addons & their modules.

    * addon_data *
        Addon configuration lies in this folder. The addons are preconfigured in a rpi-3b with libreelec
Files:
    * favourites.xml *
        Favourite Addon List (easy xml config)
    
    * guisettings.xml * 
        File Added (may cause nasty crash if not using libreelec)
        
    * version.txt *
        Contains the build version.
        
    * update.py *
        Update Script (hackish but does the work)
        Simply copy-paste addons folder into /path_to_kodi/.kodi/addons + reboot does install addons, but they are not enabled
        by default. To enable them an update to 'Addons27.db' must be done, which is embedded in the script.
        
        Note: path_to_kodi varies from os to os. For libreelec the path is /storage/.kodi/ while 
        for a linux distro the path lies in /home/usr_name/.kodi/
        
        Note: Paths are stored in variables and target libreelec paths.

    * update_kodi_utils.py *
        Functions for update.py

Final Notice: Make Sure To run update.py at startup. (For libreelec check https://wiki.libreelec.tv/autostart.sh)

About

Kodi Addons Remote Update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%