Posts by TH3 M0L3

    Hi all, and thanks in advance for your input and help.

    I’m running librelec 9.2.4 Generic x86_64.

    I’ve had a Pulse-Eight CEC adapter successfully in use for around 5 years. It even works the fire stick, so a real blessing.

    However it suddenly stopped working without anything else changing.
    I’ve not changed any hardware, not updated any software.

    I checked the obvious:

    • changed cables
    • Changed HDMI Port and USB port
    • Even bought a new CEC adapter
    • Restored to a backup when I knew it was working.

      when restarting KODI, the usually CEC message is displayed, then it says connection lost. It then cycles through those two messages.

      when I plugged the new CEC adapter in, the same behaviour occurs, except it also says the adapter needs a firmware upgrade.

      I’m not sure how to do the firmware upgrade, so I suppose that’s Q1.
      Q2 would be if there are any ideas thoughts on what could be causing this.

      https://pastebin.com/jZ6WMYNM


    Log file now with debugging enabled

    KODI log - debug 23.11.24 - Pastebin.com
    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
    pastebin.com

    Ok, ive done that with

    Code
    docker run --volume=/storage/QMovies:/media/QMovies libreelec/couchpotato

    it apears to run my couchpotato.cfg in putty, but nothing else happens.

    If i navigate to /media from the Couchpotato GUI there is not a folder called QMovies

    do i need to enter any further commands.

    Apologies for the basic questions, and thanks in advance


    you can mount directories into the container using the --volume switch

    Code
    docker run --volume=/storage/something:/path/inside/container some/container

    Thanks Irusak.
    I've tried similar commands, but just couldn't get the syntax quite right.

    I'll use your template and apply it to my setup later tonight.

    Will post results.

    Thanks again, and keep up the great work!