Oh, so the Version 10 is not available for Pi 3?
Correct. Use a nightly build instead: Click!
Oh, so the Version 10 is not available for Pi 3?
Correct. Use a nightly build instead: Click!
May I ask where to get the image file?
There is no way to do that. The RPi has no ADC, and the Amp2 has no input.
Some HiFiBerry cards have audio input and mixing capabilities.
Those cards work on LE (you get multiple output device options, one for mixing).
If you're an electronic nerd, you can add an ADC for small bucks: Click!
This solution requires apt packages, which LE doesn't offers.
So better use "Raspberry Pi OS" and "Kodi" package for this.
OK, then the 4GB of your RPi are good enough.
My next idea is that the scraper doesn't deliver the right format to be listed on LE's recently list.
2021-05-28 19:45:45.777 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 26
2021-05-28 19:45:45.777 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 31
2021-05-28 19:45:45.777 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 40
2021-05-28 19:45:45.777 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 68
2021-05-28 19:45:45.926 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 26
2021-05-28 19:45:45.926 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 31
2021-05-28 19:45:45.926 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 40
2021-05-28 19:45:45.926 T:1084 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 68
Play around with different movie scrapers.
In short a swap file expands RAM. Good luck!
The first line should do it. Chances are your output device doesn't support YCbCr, and then it falls back to RGB.
I haven't found obvious errors at your latest log, but it seems like a lot of images are cached into memory.
Maybe creating a swap file helps: Click!
"please help" generally makes no sense, because that's what this forum is all about.
Format both drives with a RAID file system, resulting in one logical drive.
There's no known problem or so with the latest LibreElec?! If not i'll give it a try.
The latest - the greatest! In case you're using encrypted Widevine streaming content, you have to update this month.
With a good backup strategy it's just go, go, go. ![]()
The new syntax for video settings at cmdline.txt isn't very familiar to me. Here is a link to learn from: Click!
Cache settings at advancedsettings.xml are the second "red zone" beside gpu_mem for LE's stability.
It's not as harmful as gpu_mem, but the official dev's advice is not use anything inside the <cache> tag.
Better stay with 9.2.6 then.
First install the latest LE 10 Beta (don't upgrade, as mentioned in the release notes). Maybe that already fixes your bug.
If you still get an error with the latest Beta, write a bug report. Write a complete report, as demanded at the pinned post on top.
The result of my dev conversation is that changing the gpu_mem value can break the system. We can't avoid this, because config.txt is parsed by a closed source part of the RPi firmware. So please keep the original value of 76.
USB audio interfaces with ASIO driver, like your Behringer, work very well on Linux OS'es. ASIO standard doesn't change.
I had a conversation. Please do this:
- fresh install of the latest LE 10 Beta
- activate debug logging at GUI (HUD will appear on top)
- reboot
- reproduce the error (edit a config file in a way, which produces an error)
- login by SSH and post the resulting link of pastekodi
With the log we can check whether it's a parsing error or something else.
Thanks for reporting issues. On LE 10 Beta some settings, like HDMI modes, have been moved from config.txt to cmdline.txt. Maybe some config file parsing errors are happening now. I'll give dev's a hint to look at this.