Posts by km4n

    I have LibreELEC 10.0.4 running for a while and heavily started using docker on it. I am looking to upgrade to v11 but want to backup only the docker add-on and data associated with it. How can I do that as I understand the backup add-on backs up all the add-ons and I don't have much usage for backing up all add-ons as I seldom use Kodi.

    Also, if I upgrade to v11 through the UI without a clean install, does the docker add-on automatically get updated upon launch and any issues with that?

    Thanks.

    Hi Millhouse, thank you! I figured out the issue was in /storage/.cache/cores

    There were a lot of :

    -rw------- 1 root root 12845056 Sep 23 13:49 core.!storage!.kodi!addons!plugin.audio.spotify!resources!lib!spotty!x86-linux!spotty-x86_64.1506188942.11327

    See hYNF

    I just deleted the entire folder first using:

    Code
     find . -name '*.spotify*' -print0 | xargs -0 rm

    Then just removed the folder

    Code
    rm -r /storage/.cache/cores

    Startup is back to normal under 5 seconds from black screen to Kodi splash screen.

    Thanks once again!

    Hello,

    I have an old Acer 5742 laptop on which I have LibreElec installed. Connected it to an AVR which is connected to a TV.

    I initially installed 8.0.0 a few months back and recently upgraded to 8.1.1. I noticed now that I when I restart my computer, there is about 2-3 minutes delay where the mouse is stuck on the black screen before the Kodi splash screen and the application is launched.

    I am attaching the dmesg log here: FViE

    Hope this helps... Thank you!