Posts by hugosboss

    I tried for hours on no end to patch on 12.0

    patch: **** malformed patch at line xyz: } is killing me

    chatgpt is no help in this issue

    Rant about Samugn TV

    Samsung TVs are just annoying. The moment you connect something like a PC, the TV decides: “Oh, you’re using a computer? Then you definitely don’t want correct color profiles.”
    Yes, Samsung. I actually do.

    There’s supposed to be a fix. If you set the HDMI input to Cable Box, everything suddenly looks normal again. But it doesn’t last. As soon as something glitches, the TV updates, or the input is detected again, the settings reset and you have to redo the entire process.


    my tried patch

    I would really love it if someone could make a newer version of the Sky42 image.

    how does one need to change the projects/Generic/devices/Generic/patches/linux/linux-100.01-force-yuv.patch

    so it will still work?


    I want to use a newer version then 11.95 because of the LFE audio support (i have a capable 2.0 system)

    Display Spoiler

    I have no idea what I am doing + I have no idea what I am doing wrong


    I was following this https://wiki.libreelec.tv/development/build-basics + nano projects/Generic/devices/Generic/patches/linux/linux-100.01-force-yuv.patch copy paste from https://github.com/sky42src/Libre…force-yuv.patch

    Hi

    i tried to add 90s skip time by ssh

    https://kodi.wiki/view/Skip_steps#Custom_skip_step_values

    nano /storage/.kodi/userdata/advancedsettings.xml

    Code
    <advancedsettings>
      <seeksteps>10,30,60,90,120,300,600</seeksteps>
      <musiclibrary>
        <backgroundupdate>true</backgroundupdate>
      </musiclibrary>
      <videolibrary>
        <cleanonupdate>false</cleanonupdate>
      </videolibrary>
    </advancedsettings>

    I have no idea why this is not working. What is it I am missing?

    Thank you all in advance!

    Hello!
    I have a normal Logitech Harmony 600 and a Official Microsoft MCE receiver connected to my N100 Intel LibreELEC (official): 12.0.2 (Generic.x86_64).

    nano /storage/.kodi/userdata/keymaps/keyboard.xml

    Code
    <keymap>
        <global>
            <keyboard>
                <power>Shutdown()</power>
            </keyboard>
        </global>
    </keymap>

    Variants like <power2> or Shutdown also do not work (after saving i reboot before testing).

    It still just opens the Shutdown Menu.

    What do i miss?

    I agree that Kodi is 100% not the main issue.

    The AVR etc. is connected via Master Slave power stripe. So they should start form zero everytime?

    The AVR is old. The TV is old (Philips before they sold their TV department because of their bad software).

    I was just hoping that i can confige Kodi in a way that minimize the faults of the TV.

    reboot Libreelec and/ systemctl restart Kodi is causing a resetting of the XML File.

    Kodi systemctl stop /start does not cause reset the xml File.

    I tried setting it to absurd numbers like 100.000ms but it felt the remote felt as responsible as with 1000 or gui max values.
    Is it just me? 100.000 ms should feel like its freezing?

    After running systemctl stop kodi, editing the .xml file, and restarting Kodi, the file remained as I had modified it.

    Simply starting Kodi did not reset the file.

    I’m not entirely sure if the file was reset after I accessed the GUI settings for the CEC adapter or after a system reboot.

    Values outside the GUI-supported range were displayed as 0 in the GUI settings for the CEC adapter.

    Next time, I’ll try changing the value and see if it feels different without checking the GUI settings for the CEC adapter.

    Off-topic: This CEC issue also occurs with my stock Fire TV 4K stick.

    Hello!

    I have an issue with my Libreelec 12.0 LE, Pulse Eight Adapter and my TV + AVR.

    If I move a certain rhythm with the tv remote control via cec in one direction, it goes forwards instead of 1 2, when it should just go 1.
    I assumed that the repeat time might be responsible for this.

    Therefore, I tried to set the repeat time for my PULS 8 CEC adapter to Gui max under peripheral_data.
    Since the problem still persisted, I tried to change this under peripheral_data via SSH. Unfortunately, libreelec seems to ignore these changes.

    I know I use a Bluethooth remote control and the problem is solved.
    But why does changing the xml file under peripheral_data do nothing?
    Any other solution Ideas?