What about that debug log? We don't have a crystal ball in our midst.
Posts by Klojum
-
-
I have tried the "keymap editor" addon but it doesn't seem to accept my keys
Not sure which keys you did, but try this one in keymap.xml. BTW, ESC and Back can have different effects.
-
What will happen in the next version update of LibreELEC ?
If mglae can do a PR and it ticks all the correct boxes, then it could be in the next release.
-
I tried RescueZilla yesterday, and it seems okay. It is CloneZilla but with a "proper" GUI.
The only annoying thing so far is that it doesn't support double-tap on a laptop's mousepad. And some of the screen color combinations are not optimal, but it doesn't require the usual boot-up questions.
-
but I can't choose resolutions higher than 3840*2160
The RPi4 does not support 5-8K resolutions.
-
.sh files are Linux shell/bash scripts. And an unexpected "(" is a program resulting from a boo-boo by the programmer, or it's possibly an incompatibility when running in a different Linux OS.
-
I cannot change log levels via GUI (since it won't load then), is there a way to do it via command line (ssh)?
Via the advancedsettings.xml file you can set the Kodi's loglevel. Set it to 1, and restart LibreELEC.
-
should I do it in the post, or put them in pastebin?
Always via a pastebin website. Our forum server wants to keep itself lean and mean.
FYI:
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Not sure exactly what logs to look in,
There is the kodi.log, the kodi.old.log and possibly 1 to several crash-log files.
But starting with the kodi.log file, we appreciate if can you provide the full uncut/unedited file, and not just a single puzzle piece.
-
The 4K/h264 combination is not a very common one. Your Panasonic camera may be a bit older and not have support yet for the newer h265/hevc codec.
The .mxf file seems like another container file, such as mkv. The mxf extension may not be recognized as such, but you can add video extensions in Kodi's advancedsettings.xml file.
The RPi4 does not have hardware acceleration built-in, so depending on bitrates and all, your video may not be displayed properly as the RPi's CPU is not as powerful as its GPU. Converting the video to h265/hevc format, the RPi4 should have no problem decoding/displaying that.
Zip files are supported for various reasons, such as comic books.
-
It sounds like SMplayer changed, which is not really Team LibreELEC's portion to handle. Also, using SFTP on a local network for media streaming wouldn't be my first choice...
-
LibreELEC 9.2 setups will not be automatically updated
Normally upgrades of major LibreELEC versions (8, 9 ,10..) will not be done automatically, mostly because of possible breakage of installed add-ons. Now especially, because of the Python 2 to 3 transfer. Not all skins have been made Matrix-compatible or are even available in Kodi 19.
-
Kodi shouldn't need VNC for remote access. Various things (not everything..) can already be done/changed via for example Webchorus2, other stuff should be added/included into Webchorus3, if that ever starts up via GSOC.
-
I have to use sudo on the PI
Having to use 'sudo' implies you are not using LibreELEC.
-
I don’t seem to have ‘normal’ write permission to /media/tvshows, I can write with sudo.
LibreELEC itself has no 'sudo', as it has only 1 user: root.
Double-check your HDD whether it is free from any disk errors. Linux normally doesn't even auto-mount disks in such case for the disk's self-preservation. Also dismount/eject the HDD properly after checking/fixing errors in Windows (assuming the disk is NTFS-formatted).
-
Perhaps your SDcard has one or more disk errors... Try/test a different SDcard if possible. A 4-8GB version is enough already.
-
-
As i mentioned before i'm on LibreELEC 10.0.0 on rpi4 with 4G of memory
Internal memory is unlikely the issue here. How much free disk space is on the SDcard or USB boot storage? When you have roughly less than 50% left on the storage partition, you could run into problems (thumbnails do not compress that easily).