I guess it would help to understand what version of RasPlex is being used?
Kwiboo ^
I guess it would help to understand what version of RasPlex is being used?
Kwiboo ^
Current images support HDMI output. If anything else works it's a bonus. It is what it is..
It automounts to "ugly" name folders i can live with that but would prefere to be able to change it.
Create disk labels and /var/media/MYLABEL will be used instead of /var/media/0023-554320 or whatever UUID is used.
Not really sure what the second Q is about. You should be able to create sources named however you like against locally mounted (nicely labeled) drive mount points.
In short, there is no "restricted/secure" GUI mode in Kodi suited for Kiosk use. If I needed to do this for myself I would probably look into tweaking the skin so accessing problem navigation/settings options requires the skin to be in expert mode; then ship the skin in basic mode and have a systemd service that runs on startup (before Kodi.target) to sed the guisettings.xml file to forcibly reset the skin mode back to basic (or if there are multiple settings to reset, a bash script that handles them all). Then in theory "turning it off and on again" will restore the system to a known state. Taking that contept to a more extreme level you could have systemd run a script that erases /storage/.kodi and restores a pre-configured environment from a .tar flie on each boot. I'd invest more time and effort in ensuring the system powers up in a known state than in trying to prevent fiddling in the first place.
For clarity: there is no browser in LE for RPi hardware, only x86_64 devices. If that's important to you, better to use RPiOS.
Not something I've seen/heard of before. Put Kodi in debug mode, reboot, repeat the issue then run "pastekodi" and share the URL.
Use Etcher or Win32DiskImager then. Anything that writes a file to a USB stick will work.
I can see the first is H264/10-bit which isn't a real-world broadcast standard and thus is often under-supported in software.
Share samples of the files and we can ask Pi devs to comment.
I tried to boot the 11.95.1 test image (which isn't public yet) on an old Xtreamer Ultra2 board; this is ION (Atom + GT520M) and the first obvious problem was that it failed to boot into Kodi as the card IDs are selecting the latest nVidia driver instead of the ancients and no longer supported 340.108 one needed for the GT520.
An educated hunch confirmed that at an update last September where the python script we run to extract new card IDs from the latest driver also appended a load of legacy card IDs causing the wrong driver to be selected at runtime. The workaround for this is creating /storage/.config/udev.rules.d/96-nvidia.rules with the following to override the embedded one:
ACTION!="add|change", GOTO="end_video"
SUBSYSTEM=="pci", ATTR{class}=="0x030000", ATTR{vendor}=="0x10de", GOTO="subsystem_pci"
GOTO="end_video"
LABEL="subsystem_pci"
GOTO="configure_nvidia-legacy"
LABEL="configure_nvidia-legacy"
ENV{xorg_driver}="nvidia", TAG+="systemd", ENV{SYSTEMD_WANTS}+="[email protected]"
GOTO="end_video"
Xorg (and thus Kodi) now started and after adding a NAS source and selecting the HDMI card output, I was able to play 1080p media with 2.0 audio output (2.0 is the max possible on the 10" test LCD that I used).
I've flagged the issue with card ID's to colleagues so it can be investigated and fixed, but I wasn't able to replicate no-audio. It does however prove that audio issues people might have are either device or perhaps card specific and not a general "ION audio is broken" problem which is how the current posts read.
Honestly, no idea. I'll forward the Q to the kernel/u-boot maintainers for thoughts.
vpeter nerd humour, referencing this: https://en.wikipedia.org/wiki/Somebody_…dams'_SEP_field
I don't think LibreElec will let you downgrade by default..
Incorrect. It will prevent you from changing the image type, e.g. trying to use RPi5 image on Generic, but it will not stop you from moving up or down within the same image type. As stated already, Kodi doesn't support downgrades (never has, and has no plan to change that) so whatever problems follow are self-inflicted. The nature of how LE is packaged prevents Kodi binary issues, but you will see problems with add-ons. And still this is taking more time that it would take to simply clean reinstall at the older version.
.. CE has a large SEP field errected around it
Copy to /storage/.update and reboot. The updater can update from .tar files or .img/img.gz files.
The LE11 codebase is not going to have any more updates so the first thing to try will be updating to a current LE12 nightly to see if newer versions of everything magically solve the issue. If they do not, then (as suggested) we need debug/crash logs with errors in to provide some clues.
Poorly encoded media? .. what does mediainfo report for the file. How did you rip it?