Posts by orclex

    Oh sorry, I use the default one in LibreELEC 8 - VDR. Thanks, now I found the "client specific settings" and I see that one can sort channels by marking a channel and moving it to a new location. Unfortunately that is very unhandy with 1000 channels. I tried grouping the few channels I need and it would be more handy to sort this group than all 1000 channels. But unfortunately there is no option to sort groups in the VDR "client specific settings".
    [hr]
    What file is used to store the grouped channels list? Maybe I can sort the file directly...
    Thanks!

    Hi,

    I'm trying LibreELEC 7.95.3 with PVR & Live TV.
    What is the best way to sort channels?
    I've searched for channels in General -> PVR Live TV and found nearly 1000 channels (DVB-S2). Now I want to filter these channels and I opened group manager, added a new group and all inserted all needed channels from ungrouped channels list to my new group.
    Ok, that's fine but how can I sort channels in my group?

    Thanks!

    I have installed a fresh installation with LibreELEC 7.95.3. Booting stops with an error:

    Code
    LibreELEC (official) - Version: 7.95.3
    [FAILED] Failed to start Xorg Server
    See 'systemctl status xorg.service' for details.
    [DEPEND] Dependency failed for Fluxbox Window Manager.
    ...

    systemctl status xorg.service:

    lspci:

    Code
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV635/M86 [Mobility Radeon HD 3650] (rev ff) (prog-if ff)
            !!! Unknown header type 7f
            Kernel driver in use: radeon

    Here is the problem: the graphic driver for my old notebook does not recognize my graphic card. So why is it not supported anymore and could you please add the driver again? It is still working with 7.0.3....


    /var/log/Xorg.0.log:


    [hr]
    lspci on LibreELEC 7.0.3 (working):

    Thank you very much for your hint. This disables the power button but does not enable longpress for power.
    But if you change it to

    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <keymap>
      <global>
        <remote>
          <power>noop</power>
          <power mod="longpress">ShutDown()</power>
        </remote>
      </global>
    </keymap>


    then it is working! So first disable the old function, then add a new one.

    Best

    Hi,

    I'm running LibreELEC 7 with Kodi 16.1 that has the new feature for long pressing keys. I'm fine with the default configuration for my remote in LibreELEC/Kodi except the shutdown key. I want to change only this key behaviour to shutdown LibreELEC if the key is pressed for a longer time.

    For that I created a file /storage/.kodi/userdata/keymaps/remote.xml with

    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <keymap>
      <global>
        <remote>
          <power mod="longpress">ShutDown()</power>
        </remote>
      </global>
    </keymap>


    and rebooted the machine.
    Unfortunately Kodi still shuts down after one short key press on the power button. lirc (irw) detects the key KEY_POWER.
    Is there still something missing that my configuration does not overwrite the default configuration for the power button?

    Thanks!