Posts by Tomm

    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

    Hello and thank you very much for your work.

    It take me a bit of time to find out this myself, before seeing it written here. Maybe it's just me, or should you copy this in the README of the github repo? :)

    Have a good day.