Ah nice, I can use that with my cheapo Amazon remote clones and CE + LE boxes.
3D Support builds for Raspberry Pi
-
popcornmix -
July 31, 2026 at 7:35 PM -
Thread is Resolved
-
-
Ah nice, I can use that with my cheapo Amazon remote clones and CE + LE boxes.
hard not to use them when you got like 6 laying around. All the original shield remotes died with rechargable batteries, so they all go replaced. I have 3 2019 pro s, 3 2015s, 1 2015 pro ( with 500gb ssd) Only using like 2 of them at the moment. I use a onn pro 2024 in the master bedroom. but yeah, i figured why not use them, I wasn't grasping that it used avrc profile for the audio , and that threw me when it paired with libreelec. This was the fix that worked. yay!
-
Code
Display More<!-- modified for android style forward / reverse with seek bar, 30s fwd, -3s back, ff and rr keys are 5m -volume up and down via avrc bt transport removed, and ok for pause/play just like the shield remote --> <keymap> <global> <keyboard> <volume_up>noop</volume_up> <volume_down>noop</volume_down> <volume_mute>noop</volume_mute> </keyboard> </global> <fullscreenvideo> <keyboard> <forward>Seek(+300)</forward> <reverse>Seek(-300)</reverse> <right>Seek(+30)</right> <left>Seek(-03)</left> <!-- Adjust behavior during video playback --> <select>Pause</select> </keyboard> </fullscreenvideo> </keymap> -
Guys, I know this sounds silly, but is the 3D picture on popcornmix PI5 LibreELEC fork maybe just a tad sharper than on the Zidoo? ht2tweak already mentioned it in his YouTube video. Technically, I can hardly imagine it, but every time I watch an MVC 3D video on the PI5 and then on the Zidoo, it seems to me like it’s a bit sharper on the PI5
. Anyone else? -
Glad I'm not crazy to have thought so :). It was immediate for me when I first tested popcornmix's build; there was a bit of a wow factor. Forget which 3D title, but recall the opening studio logo having more of a punch, then of course the actual movie.
-
Updated builds in first post. Hopeful improvements:
Subtitle depth parsing
Switch to correct 3d mode with 3840x2160 HSBS hevc
Enable Blu-Ray menu in more places (e.g. context-menu/Choose playlist/Show Blu-ray menu)
-