Thoradia Add-ons

  • I am adding aria2 as a service.

    The service starts if /storage/.kodi/userdata/addon_data/service.aria2/aria2.conf exists.

    To enable aria2 rpc: create aria2.conf and restart the service, eg

    Code
    nano /storage/.kodi/userdata/addon_data/service.aria2/aria2.conf
    systemctl restart service.aria2

    To disable aria2 rpc: delete aria2.conf and restart the service, eg

    Code
    rm /storage/.kodi/userdata/addon_data/service.aria2/aria2.conf
    systemctl restart service.aria2
  • add-on repository failed to install on Odroid C2

    09:55:11.790 T:3629437840 ERROR: EXCEPTION: Unknown addon id 'repository.libreelec.tv'.


    09:55:11.791 T:3629437840 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--


    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!


    Error Type: <type 'exceptions.RuntimeError'>


    Error Contents: Unknown addon id 'repository.libreelec.tv'.


    Traceback (most recent call last):


    File "/storage/.kodi/addons/service.thoradia/default.py", line 27, in <module>


    release = getTag(getTree(getXML('repository.libreelec.tv')), 'datadir').text.strip('/').split('/')[-3:]


    File "/storage/.kodi/addons/service.thoradia/default.py", line 18, in getXML


    return os.path.join(xbmcaddon.Addon(*id).getAddonInfo('path'), 'addon.xml')


    RuntimeError: Unknown addon id 'repository.libreelec.tv'.


    -->End of Python script error report<--

  • Thoradia Add-ons installs on LibreELEC, which ships repository.libreelec.tv.

    Your system does not appear to provide repository.libreelec.tv.

    Which release of LibreELEC is installed?

    Specify ARCH/DEVICE/PROJECT/VERSION.

    Thanks

  • Alister

    Try these commands:

    Code
    cp -r /usr/share/kodi/addons/repository.rbrepo /storage/.kodi/addons/repository.libreelec.tv
    systemctl restart kodi

    If that does not work, install the add-ons individually from zip file.

    This is a dirty hack, though, and I will update Thoradia to take Raybuntu's distribution into account.

    Edited once, last by thoradia (November 11, 2017 at 10:41 AM).

  • i have manually installed service.rtorrent-8.2.5.zip, service.rutorrent-8.2.6.zip

    somehow has a problem

    [11.11.2017 12:41:41] WebUI started.
    [11.11.2017 12:41:42] Bad response from server: (0 [error,getplugins]) [11.11.2017 12:41:51] JS error: [webui.js : 762] TypeError: this.systemInfo is undefined

    Alister

    You have installed 8.2 add-ons on a 9.0 LibreELEC: this will likely not work.

    I have updated Thoradia to support Raybuntu's distribution.

    Re-install from bootstrap and report whether or noi it works.