Posts by BallerShotCaller

    I never had any glitches but there have been indeed a few of unexpected reboots in the last days.

    Well, not exactly complete reboots, more a restart of some services I guess:

    From watching TV, out of nowhere, a black screen appears and after a few seconds I'm on the LE main screen.

    Plus I had a couple of picture blackouts the last days. From watching TV, a black screen for a second or two and then back to the TV program as if there was nothing.

    Not sure if this fits your issue titoasi but I'll try do dig deeper into it as soon as I find time and post the logs link here.

    Add-ons > My Add-ons > (navigate to the add-on) > Information > Disable "auto-update"

    This only works if auto-update is enabled globally, which I would like to prevent, and even then, the add-on still shows up as updateable. What I really wanted is that it won't appear in any way in the update list, so that there is zero chance it will being updated accidentally.

    I found the workaround here:

    Exclude specific add-on from add-ons update permanently?

    Solved and thanks!

    RPi4 will be 'faster' with overclocking but it's 'fast enough' in stock configuration.

    Definitely not true for VC-1@1080p content, see my post here I made currently:

    maeries
    February 4, 2021 at 8:13 PM

    Overclocking the Pi 4 solved all stuttering issues in my case.

    Just wanted to mention here additionally, it may help others.

    What's the current state on this?

    I have a Raspberry Pi 4 with LE11 beta 2 installed and VC-1 content still gives me a lot of troubles, playing those video files smoothly is just impossible right now.

    Thanks!

    EDIT:

    Ok, overclocking as described on the following link solved my issues with VC-1 @1080p so far. Nevermind.

    taxexile
    January 9, 2020 at 6:24 PM

    EDIT 2:

    Just for completion, I just added the following content to /flash/config.txt file:

    Code
    hdmi_enable_4kp60=1
    arm_freq=1800
    gpu_freq=500
    core_freq=600
    core_freq_min=500
    force_turbo=1

    EDIT 3:

    I made some CPU temperaure tests additionally which I wanted to share here.

    With the overclocking setup mentioned above, when playing VC-1@1080p content, the Raspberry Pi 4 its CPU temperature does never rise above 50°C with a FLIRC Aluminium case.

    Long time since I last posted something, but I'm not dead yet :)

    Suggestion:

    Add GPG (GnuPG) into LE so that it will be possible to create encrypted TAR files, for example for encrypted backups.

    Currently it is only possible to do this via creating a .TAR file first and then put the .TARf file into an encrypted .ZIP file.

    Thank you in advance for considering!

    I just found this Wiki entry which explains a lot of 4K related stuff in Kodi. Very nice!

    But what I'm curious about is what is mentioned here:

    Capture.png

    Why is it recommended to let Kodi do the upscaling to 1080p when the TV can do it too?

    I mean, I see the point of setting the desktop to 1080p, but for movie/TV stuff, as also mentioned in the Wiki, most 4K capable TVs should do the upscaling much better than Kodi.

    So why even let Kodi do the upscale to 1080p and not passing through everything to the TV, including SD sources?

    Can someone please explain a little deeper?

    Thanks!

    I know I'm far away from being able to expect help with my problem within this forum but I'll try anyway as this place is my last hope. So here's my problem:

    Beside LibreELEC, for Retro gaming reasons, I have set up "Batocera.linux" on another Linux based HTPC system, with exactly the same hardware, for which I'm having a hard time trying to make WOL work, while on the LibreELEC system WOL is indeed working without problems.

    I asked Batocera support for help and there was one guy telling me that there is no solution as Realtek NICs do disable WOL by default when there is a non-Windows OS running on top of the hardware. Beside the news that WOL is not only BIOS setting dependent but also OS dependent, I thought "this can't be true" and for testing I tried to install a generic x86_64 Ubuntu Server system onto the HTPC. And really, WOL is not working with this setup too.

    Now my question is: What kind of magic have LibreELEC developers implemented to make WOL work on Realtek drivers on a non-Windows system?

    Again: I know, here in this forum I cannot expect anything for other systems than LibreELEC but I am very thankful for any hint as I don't know where else it would make sense to ask. You LE devs somehow have done the trick and I really want to learn how to make WOL work on Linux systems on those Realtek NICs.

    I would be happy if I would overthinking the problem, already described here btw.

    LE just loses the default screen setting sometimes. Unfortunately I was not able to reproduce the issue (yet), it comes and it goes unexpectedly.

    Those entries within advancedsettings.xml, in my experience, are the most reliable way to load those settings before kodi starts, when settings within guisettings.xml on the other hand are just saved on poweroff/reboot as you've already mentioned within the other topic. They obviously can be lost/overwritten in some cases, at least on my system.

    In advancedsettings.xml I was able to set a fixed resolution whenever LE boots up, like this example:

    Code
    <advancedsettings>
    <setting id="videoscreen.resolution">17</setting>
    <setting id="videoscreen.screenmode">0192001080060.00000pstd</setting>
    </advancedsettings>

    AFAIK those two settings are always going together (please correct me if I'm wong), meaning:

    videoscreen.screenmode setting is always going together with videoscreen.resolution setting.

    Now the problem is, when I want to play around with fixed screen settings to find out which one fits best, I always have to set the resolution manually first within the GUI, then open the guisettings.xml file and watch out for the according lines which are holding the two values I need for the advancedsettings.xml.

    As you can imagine this is pretty boring, especially because I have to outcomment those two lines within advancedsettings.xml to make guisettings.xml active again, just to set another resolution manually.

    Is there a file or a list somewhere which holds all those possible values which are going together from which I can copy-paste those values?