Posts by Romfrosk

    Hi,

    Firstly Thank you for this Libreelec release.

    I'm slowly but steadily getting the setup to work as i want.
    But i need some assistance with the below

    Edit:


    Solved:
    Rclone mount at startup/reboot

    Solved with autostart.sh
    had to use location of rclone in the script

    Code
    (
    sleep 20
    /storage/bin/rclone mount --daemon xxxxx:xxxxx/roms /storage/romsdrive
    )&


    Autostart Emulationstation
    I added /usr/bin/frontend-emulationstation.py to the "Autostart.sh"

    Code
    (
    sleep 20
    /storage/bin/rclone mount --daemon xxxxx:xxxxx/roms /storage/romsdrive
    /usr/bin/frontend-emulationstation.py
    )&