Posts by mglae

    I'm afraid nobody can can help without logs.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Disabled the Nvidia ones and now it works.

    Good.

    One problem though, YouTube gives me 401 when I try to sign in.

    Better use youtube thread in Kodi forum for such questions.

    I tried to actually use it with the Intel drivers, it cannot handle hevc video. so, how can I get the Nvidia drivers to work?

    Not possible (at least on LE).

    1. LE only supports a single GPU and Intel drivers are required for output.
    2. There is no NVidia VDPAU support for HEVC in Kodi.
    3. I'm unsure what is supported at all in Linux for your NVidia Optmius system.

    The issue is visible in the log. The default audio device returned by kodi is "Default" but when trying to set the value again it is interpreted as "PULSE:Default".

    Your alsa devices are:

    To avoid any guessing try all possible devices:

    • "ALSA:Default"
    • "ALSA:@" (already tested by you with failure)
    • "ALSA:sysdefault"
    • "ALSA:sysdefault:CARD=vc4hdmi"
    • "ALSA:hdmi:CARD=vc4hdmi,DEV=0"

    I wasn't sure what to put in the 'Audio Device' setting for Bluetooth Audio Device Changer so I set it to "ALSA:@"

    Best practice to set the correct device in Bluetooth Changer:

    1. Deinstall Bluetooth Changer Addon and it's configuration
    2. Configure correct audio device via kodi settings.
    3. Install Bluetooth Changer again. It will use the kodi setting as default.

    If still failing debug log may tell more.

    is there a sort of warranty that it always be ~549 ?

    Yes. I'm not aware that free space is short on any platform and need to be increased. BTW: 549MiB = 549*2^20 B

    last time you pointed me to piece of code, but I couldn't get why the decompressed size is/seems always the same:

    Because the empty image is created this size: https://github.com/LibreELEC/Libr…pts/mkimage#L52

    what I don't know are the values in line 16 !

    ${SYSTEM_SIZE} and ${SYSTEM_PART_START}

    LibreELEC.tv/options at c8a2d1c81793ad7951d0f9f6ac55ec31524cdadf · LibreELEC/LibreELEC.tv
    Just enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.
    github.com

    I'm afraid our busybox date is not able to parse human readable dates after you get the whole line:

    Code
    Recognized TIME formats:
        hh:mm[:ss]
        [YYYY.]MM.DD-hh:mm[:ss]
        YYYY-MM-DD hh:mm[:ss]
        [[[[[YY]YY]MM]DD]hh]mm[.ss]
        'date TIME' form accepts MMDDhhmm[[YY]YY][.ss] instead