MilhouseVH
MilhouseVH
Unless this has changed recently, there isn't a 64-bit ARM Widevine library available - there's only 32-bit ARM or 64-bit x86_64. It's one of the main reasons why LibreELEC continues...
Did you try port 8080?
@pelwell as this is LibreELEC the firmware should be copied to ``` /storage/.config/firmware/brcm/BCM4345C0.hcd ``` and there is no need to backup the existing firmware (which is in the read-only squashfs)....
Unfortunately I don't know - I'm patching this blind as I don't have any LED hardware on my Skylake NUC6i5SYH. I only see `/proc/acpi/wakeup` with kernels 5.5.11 and 5.6-rc7. I'll...
Thanks. Never did find anyone to test this, so it's already been removed from LibreELEC.
@InuSasha thanks fixed. Personally I'm not a huge fan of the "indent-within-comment" style, but it's used in a lot of the code so I've included it as a "standard" -...
I agree it's never been high on my list but in order to take the code base forward as a team I think we now need a documented list of...
> add a reference to packages/readme.md? Done
> On line length, I need help understanding how config/options LINUX_DEPENDS (for example) is more understandable/maintainable as a single line of 187 characters instead of being split over 3 lines,...
> On braces/brackets/{}s, I use them purposefully when doing: I totally agree with your list of reasons, and generally I prefer to use braces everywhere too but have to stop...