Posts by ynsymnr

    You would add this for all noobs like me :)
    Download zip file and in libreelec (kodi) install addon from zip file.



    Wow... Such a "strong" community here...

    For those having problems with Transmission with Librelec on RPi (obviously most of people land on this page after search), here's a quick solution for you:
    1. Download relevnat .service file from here
    2. In terminal SSH to your RPi and paste these two commands

    Code
    mkdir /storage/.kodi/addons/service.downloadmanager.transmission/lib
    cp /usr/lib/libcrypto.so.37.0.0 /storage/.kodi/addons/service.downloadmanager.transmission/lib/libcrypto.so.35


    3. Enjoy.

    NOTE: NO DOCKER INVOLVED :D

    Hello there and thanks for this step by step info.
    You cant imagine how worthy this kind of instructions for people who dont have any linux experience.

    So I following these steps to use Transmission on RPi3.
    On step 6 I get below message. I have also realized that "systemctl enable /storage/Dockerfiles-master/x86_64/transmission/transmission.service" maybe for normal pc's not like RPi (due to CPU type) so decided to make it like "systemctl enable /storage/Dockerfiles-master/arm/transmission/transmission.service"
    but both give same message
    Failed to execute operation: No such file or directory

    My docker info
    LibreELEC:~ # docker info
    Containers: 0
    Running: 0
    Paused: 0
    Stopped: 0
    Images: 0
    Server Version: 1.12.1
    Storage Driver: overlay2
    Backing Filesystem: extfs
    Logging Driver: json-file
    Cgroup Driver: cgroupfs
    Plugins:
    Volume: local
    Network: bridge null host overlay
    Swarm: inactive
    Runtimes: runc
    Default Runtime: runc
    Security Options:
    Kernel Version: 4.4.13
    Operating System: LibreELEC (official) - Version: 7.0.2
    OSType: linux
    Architecture: armv7l
    CPUs: 4
    Total Memory: 737 MiB
    Name: LibreELEC
    ID: RUUF:FZVF:NMBJ:IFQW:KPCY:DBOH:33A6:W5SP:KIXH:5WQR:USNZ:VSOI
    Docker Root Dir: /storage/.kodi/userdata/addon_data/service.system.docker/docker
    Debug Mode (client): false
    Debug Mode (server): false
    Registry: v1
    WARNING: No swap limit support
    WARNING: No kernel memory limit support
    WARNING: No cpu cfs quota support
    WARNING: No cpu cfs period support
    WARNING: No cpu shares support
    WARNING: No cpuset support
    Insecure Registries:
    127.0.0.0/8


    I will be very appreciated for some help.
    Thanks in advance