I've been ripping CDs, SACDs and audio DVDs for ~20 years and have accumulated a size of collection that means a) backups are impractical so I need to consider redundancy instead, and b) the "cost" in time/effort to re-rip everything in the event of a disaster would be greater than the extra $$ for the (currently, 6x 8TB) box. Different people assign different values to their personal time and their collections.
Posts by chewitt
-
-
-
-----------------------------------------------
LibreELEC:~ # cd storage
-sh: cd: can't cd to storage: No such file or directory
-----------------------------------------------
The shell starts in /storage and there is no "storage" folder there (would be /storage/storage) so the error message being shown is correct and the sources file is still in /storage/.kodi/userdata/sources.xml .. so "cd .kodi/userdata/" or just open nano with the full path.
-
Get a Synology 4-bay NAS with the largest drives that you can afford in SHR so you have more capacity and proper one-disk redundancy. The budget Syno models with GB Ethernet are fast enough for SMB access (no need for USB, although it can be done) to any Pi/LE device and can host an SQL DB. The plus models are faster and support Docker and such better, which often comes in useful. Shift content to the NAS and then clean-up/format the USB drives and eBay them to recoup some funds. You won't regret moving to a NAS setup. I've looked at other NAS brands over time but the software never feels as polished as Synology. There's always the self-build route, but I trust them to do a better job at hardware and build that I do myself. I find their OS to be well thought out, well maintained, zero effort, and overall great value.
-
bertiera What WiFi chip is in the box?
-
Your micro log snippet shows nothing of use, but LE9.2 and earlier have custom optimisations for software HEVC playback on RPi hardware and LE10/LE11 do not have this, and as there is a general mission to only run upstream code (and avoid 100k line custom patches) there are no plans to add it back (the clever but hacky patches are not upstreamable). So RPi2/3 will still software decode HEVC content, but you prob. can't achieve HD resolutions.
-
Nightlies are experimental development images so users should expect bugs and delays in fixing things. Our normal preference is to report the fix and then bump to include the resolution patch or another bump rather than revert back. If it becomes clear the issue won't be resolved quickly, then we'll revert the version.
-
Use an LE11 nightly. Newer kernel in the development codebase should have drivers/support.
-
Experiment with a current LE11 nightly from https://test.libreelec.tv/ .. these images have a much newer kernel with more GPU support. Are things now working?
-
https://wiki.libreelec.tv/configuration/edid#generic-x86_64 <= read up .. RPi4 under GBM/V4L2 is basically the same as any other Linux DRM device now, e.g. Intel.
-
You may/probably need to trigger recovery mode via the button on the underside of the box (toothpick method) as the boot scripts changed.
-
noggin the RPi4 SoC is basically an RPi3B+ with faster clock speed and an extra IP block for 4K HEVC, so 3D works on RPi4 under the older LE9.2 codebase as nothing really changed, but support needs to be reworked for the newer GBM/V4L2 pipeline.
-
RPi4 was designed to run way hotter than most people are mentally prepared to run their devices. Remember when it first launched and the average temps were over 65ºC?
-
Discussion on torrenting media is NOT welcome in this forum. Your post was deleted.
-
PANiCnz this is the RK section of the forum so RPi4 status isn't helpful.
RK3399 should have working HEVC for some time.
-
I have fuzzy memory that that the boot files/layout is different and thus you cannot update from LE 8.2.5 to LE10/LE11 images and it needs to be a clean install. As I'm the closest to a maintainer the iMX6 images have (and I didn't touch a Cubox-i in the last 6-months) I'd strongly suggest you test boot from an SD card first.
-
Can I install an older version of Libreelec on Pi 400 that will allow me to play 3d videos? Thanks.
It's a software issue, not hardware. You might be able to run the older LE9.2 image (which supports 3D). I have fuzzy memeory there may be newer iterations of the 400 that need firmware newer than what's shipped in the 9.2 image. I could be confusing it with RPi Zero2 though? (easiest way is to image an SD card and test).
-
The Kodi add-on provides MPD binaries. Those binaries can be run outside of Kodi too.