^ connect direct to the TV, dump the EDID to file and configure tthis permanently, then reconnect to the AVR.
Posts by chewitt
-
-
If you want an image for RPi4 build from the libreelec-9.2 branch; master should build (no idea why you're seeing the error) but the resulting image is not going to be so usable as master is in the middle of a transition to GBM/V4L2 (no more MMAL decoding).
-
-
I'll add it to the list of things to think about.
-
Run a disk check from Windows. It's likely there is an issue with the filesystem and Linux mounts the drive read-only to prevent writing new data to a damaged filesystem.
-
Code
Display More[Unit] Description=TimeCapsule Mount Script Requires=network-online.service After=network-online.service Before=kodi.service [Mount] What=//192.168.1.10/data Where=/storage/data Options=username=plez,password=crash,sec=ntlm,vers=1.0 Type=cifs [Install] WantedBy=multi-user.target
^ You are missing the [install] section .. so a copy/paste error as predicted
-
The same solution still works so it sounds like you made a copy/paste error somewhere. The easiest thing will be to scp the systemd .mount file from the old Pi directly to the new Pi.
-
It's best to ask the people who sell the CPU cooler then .. it's not our product or script.
-
Leia add-ons will be bumped to current in the next couple of days.
-
LE 9.2 does not and is unlikely to ever support HDR with RPi4 as it's based upon Linux 4.19 which pre-dates all the initial HDR support being merged into the Linux kernel, and because Kodi will move to a modern GBM/V4L2 architecture for most things running Linux as part of LE10 and Kodi v19. There is a considerable amount of ongoing activity to port RPi hardware away from the legacy MMAL decoder to the new GBM/V4L2 pipeline and once this is working people will start poking 10-bit video and HDR. So.. we're not there yet, but it will come.
-
I'm sure PINN has a forum somewhere where you can ask their developers why it doesn't work. I'm not aware of any LE staff members contributing to PINN so you're asking the wrong audience.
-
It's not a Kodi debug log, and there is no attempt to play anything. Fix those details and use "cat /storage/.kodi/temp/kodi.log | paste" and share the URL (less effort than copy/pasting to pastebin).
-
RPi4 software is not quite as mature as RPi3, but I've been using one as the family daily driver since before the public launch and I don't see any real-world issues with any media apart from HDR which plays with washed out colours due to the current lack of HDR support (but is otherwise fine).
In the absence of a debug log file which would allow us to spot the config errors and such, we have to guess. I'm guessing you've enabled 4K60 modes and set the GUI to 4K60 (or if not enabled, it's running at 4K30) and you haven't done refresh/resolution whitelisting, so 23.976 media is being forced to run at the desktop resolution (30 or 60 Hz) which requries resampling .. and RPi4 is still a low-power ARM device so that will suck and cause a nice stuttery experience.
Keep the desktop at 1080p60, set "adjust refresh" to start/stop and configure the whitelist for 1080p/4k 23.976/24/50/59.97/60 only, and don't force 4k60 in config.txt unless you actually intend to watch 4k60 media (there is none in use apart from test files).
-
There are lots of shitty Amlogic builds .. but I haven't heard of a "shitty" image before.
-
delete autostart.sh and run the commands from the SSH console
-
-
I'll re-add the GT-King device-tree to my working tree in a couple of days, then it will magically reappear in Oleg's images. I need to do more testing but the general idea is to send it upstream so it's included in Linux 5.7.
-
LE 9.2 does not exist for Amlogic devices. We got fed-up witth working in an awful vendor kernel and changed our focus to development of mainline kernel support. LE10 (Kod 19) is planned to have support for C2 again.