I've pushed a PR for adding a back button. You can try the Settings test version.
Posts by mglae
-
-
The update file for LibreELEC-settings addon defines the availability of the following files for Generic 9.2:
-
Thanks for testing. Downgrade is not possible because the older release files are not available on the server. And yes, there should be a failure notification on manual download error.
For Generic i.e. the update file is listing LibreELEC-Generic.x86_64-9.2.[0234].{tar|img.gz] on releases.libreelec.tv, but only LibreELEC-Generic.x86_64-9.2.4.{tar|img.gz] are available.
Ping CvH.
-
-
Console is only available for Generic (X86_64). Unconditional showing the dialog is a bug.
-
The version is now two months old. Please try a nightly build from here.
-
-
Kodi ist starting before system time is set via NTP. Consider to activate Wait for network before starting Kodi.
-
-
tozoli Thanks for testing. There is still the ascii string error in version 20200906 when notifying auto update.
The error should be fixed in 20200912. If you have the time please update the test addon, manually downgrade LibreELEC to 9.2.3, try the auto upgrade again and post links to kodi.log and kodi.old.log.
-
When using passthrough the audio stream is transferred without any modification and decoded by the TV, AVR .... Therefore volume cannot be changed.
Without passthrough kodi is decoding the audio stream and the able to change the volume.
Furthermore it depends on the type of audio stream if passthrough is even possible for a video.
Another possibility for getting volume control for anything is to disable passthrough at all, but that can cause other unwanted effects.
-
There is a wakeonlan.py Python script that needs no compilation: wakeonlan · PyPI
-
-
Enabling Settings/Player/Videos/Sync playback to display will disable Audio Passthrough.
-
Is systemd-timesyncd used for time sync?
In normal configuration NTP is managed by connman. systemd-timesyncd is only used when the system is booted via PXE.
-
How do I get pastekodi to run without the full command?
This was just to check what was not working on your side. sh -x shows every command before it is executed. Usually the following three commands should behave the same:
No idea what is going on. First link is now showing the full file plus something from April.
This is normal behavior:
CodeApr 11 18:28:36 LibreELEC kernel: Booting Linux on physical CPU 0x0 [...] Apr 11 18:28:43 RPI-KODI connmand[437]: ntp: adjust (jump): +44000355.222585 sec Sep 02 00:47:59 RPI-KODI connmand[437]: wlan0 {add} route 212.227.81.55 gw 10.0.0.1 scope 0 <UNIVERSE> [...]
Because the RPI is not having a RTC, the system time defaults to the compile time until it is synchronized via NTP.
CodeSep 02 01:13:58 RPI-KODI kernel: Under-voltage detected! (0x00050005) Sep 02 01:14:05 RPI-KODI kernel: Voltage normalised (0x00000000)
Your log is showing several under-voltage issues, you need to fix your power supply.
Now to the audio playback if you are still interested
The SD recording is having a MP2 audio stream while the HD recording contains AC3 that is played with passthroug. Most likely your TV does not support AC3.
Use the TV configuration from Audio quickstart guide - Official Kodi Wiki
-
BTW: pastekodj still does not work. Error message is "Command not registered".
What do you get with:
-
Typical -fno-common failure with gcc 10, see Porting to GCC 10 - GNU Project - Free Software Foundation (FSF).