Posts by Mayoru

    If you have a x86 Device, you mostly have several Output ports for the Display. Sometimes, in case of a Laptop device, you need another screen then Libreellec setup.

    Please add a tool to chose the main screen for Kodi. If the screen is not available, fall back to the other screen. (this currently not work If you manually change the main screen)

    Optional, allow to add a terminal screen. So in case of a Laptop, if you have attached a TV device aou use as main screen the Laptop screen could show a cli.

    In long terms I plan to replace my RPI 4 with my old Laptop which does not support CEC.

    I search a IR. usb dongle and a Universal RemoteControl that:

    • allows me to turn on/off TV and control my Samsung TV (2014).
    • Is a bar like controlt hat could be used with one hand.
    • Optional

      Allows to use one or two buttons in HomeAssistant


    Any other ideas are also welcome.

    I have a backup of STORAGE, how do I restore it correct?

    • My backup does not include the access rights of folders. How could I restore these?
    • are there temp or cache file I could remove and not have to restore?
    • Is this the correct workflow?
      • flash SDCard of RPI4
      • boot once
      • power-off
      • restore files to STORAGE
      • boot

    OK, thanks. I assum I got it so far.

    # DockerHost

    after that I end in the docker system

    # DockerContainer

    Code
    sudo apt update
    sudo apt upgrade
    sudo apt install bc curl g++ gcc git gperf make openjdk-11-jre-headless rsync unzip xfonts-utils xsltproc xz-utils zip
    
    cd ~;git clone https://github.com/LibreELEC/LibreELEC.tv.git;cd LibreELEC.tv
    currentVersion=$(git tag | sort -V | tail -n 1)
    git checkout ${currentVersion}
    PROJECT=Generic ARCH=x86_64 tools/download-tool

    Was every thing correct understood?

    cause, I got errors (like homerJau?):


    What would be the next step If my goal is to add this to my libreelec ?:

    Code
    systemd-journal-remote; qemu-guest-agent; rocm-qemu-support; qemu-system-modules-spice

    For me, it's a bit complicate to understand: https://wiki.libreelec.tv/development/build-docker

    Could it be that there are some steps missing?

    If I open https://github.com/LibreELEC/Libr…er/tools/docker

    As far I understand, the first step you have to do, if you try to build libreelec with docker is to run
    docker build --pull -t libreelec tools/docker/questing. But there are no definition of the git address.


    Then, I assumed that may the stepps are not in the right order and further below the basics are needed first. But there I'm also not sure because I assume that this basics should be needed inside a docker container and not on the system where docker run.


    I'm a bit confused.

    Unti now, my selfhosting experience did not need any compiling, but for my current goal I need a custom Libreelec image, because I wish to use systemd-journald-remote and play around wit virt-mgr and spice. (running on a Proxmox) What is needed for compiling my own Libreelec and have it up to date along the usual Libreelec publish?