chewitt It's not an obsession, I just care about any potential data loss. Kodi.log should tell us the cause, why we are waiting for buffer, and whether we are losing data from the stream. I also suggest software switches for specific log tasks, like HDMI connectivity and file codecs. I have such switches on my own project, and it really helps to debug faster. If you have a connection to Kodi devs, please mention my points. We are missing a lot of info on the support side. That's not just my personal taste.
Posts by Da Flex
-
-
Yep, you have to install from scratch due to Python version change since LE 10. Read here about backup & restore:
ThreadRestore Backup on Different Architecture
Hello. What special considerations need to be made when backing up LibreELEC on one architecture (e.g., an old x86_64 netbook) and restoring it on another (e.g., a new Raspberry Pi 4)? I've tried two methods: replacing the .kodi folder manually, and using the LibreELEC backup/restore functionality. However, a few things seem broken, regardless of method. For instance, the rsync binary does not work in the network-tools addon. Also, I cannot get inputstream.adaptive to work. Using the…garrisonJune 14, 2020 at 4:08 PM -
Attached several crashes...
Where?
-
Remove all banned add-ons and repos.
ThreadForum Rules
General Conduct- Be polite and respectful to forum staff and other users
- Be polite and respectful towards this project and other projects
- Be patient, user and staff are spread all over the world, an answer may take time
- One topic per thread
- Posts should be written in English (add text in your native language if needed)
- Be as descriptive and detailed as possible. We are not mind readers!
- Do not cross-post or double-post
- Do not post or promote external URL links to products, a name description is
newphreakMarch 15, 2016 at 1:02 AM -
No clue, no helpful messages in the log. I suggest to take another microSD, install Raspberry Pi OS, and see if it works.
-
Mario77 You can send a PM.
-
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 -
Works on every boot/reboot now. It's a cache folder, so don't delete it.
-
PS: If a device can route its own input signal to the output, then it's called "loopback functionality" or "direct monitoring". Because your audio interface doesn't have buttons for that, only software switches are possible.
If your audio interface has loopback, then software switches are part of the driver, and you should see them at LE audio settings.
-
I don't think so. LE has no customizable audio routing or mixing capabilities.
Most people use an AVR to connect multiple audio sources. Your audio interface is some sort of an AVR, but it misses the input selector. Ask the manufacturer, how to do that. I'm sceptical, because it's dirt cheap.
-
jgregg You can use that tar file to update from SSH:
-
You have the Trakt add-on installed. There is a chance that Trakt is blocking your file transfer due to Trakt synchronization.
Disable Trakt for a test.
-
fliz You're right, the PSU is fine.
I think it's a problem with wrong RPi firmware (unknown/new hardware revision on RPi5):
CodeMar 24 02:45:55.807760 LibreELEC kernel: rp1-pio 1f00178000.pio: error -ENOENT: failed to contact RP1 firmware Mar 24 02:45:55.807790 LibreELEC kernel: rp1-pio: probe of 1f00178000.pio failed with error -2 ... Mar 24 02:45:55.817716 LibreELEC kernel: rp1-firmware: probe of rp1_firmware failed with error -110Try the latest LE 13 nightly.
-
Use JSON-RPC or kodi-send.
ThreadSend text to kodi
I am running latest stable version of LibreElec, sending text to Kodi does not work from the web interface or by using Kore remote.
I have also tried running this command:
curl -v -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.SendText","params":{"text":"<text to send>","done":false},"id":1}' http://<host>:<port>/jsonrpc
it says it sent ok, but nothing is displayed?tb404October 29, 2019 at 8:53 PM -
force_eeprom_read=0
dtoverlay=hifiberry-digiThose two lines should do it. Try latest LE 13 nightly (download section).
-
Could be an undervoltage issue. Post a log to be sure.
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 -
The configuration concept of LE is to have default files for settings. They are read-only. To edit one of them, you have to create another file on a different location. That file will then overwrite the settings of the default file.
In your case, create a /storage/.kodi/userdata/advancedsettings.xml file.
-
Better ask at Kodi forum. LE devs are not responsible for this code.