Springen naar inhoud


birdman

Lid geworden: 16 jan 2016
Offline Laatste activiteit: 16 okt 2023 17:59
-----

#621550 Bluray Player plugin

Geplaatst door birdman aan 28 november 2016 - 13:21

Not an issue with this module itself, but it is related... I tried inserting a Blu-Ray disk into a USB Blu-Ray player on my OpenVix system (not OpenPLi, yes, but read on...). This happily mounted it - but on /media (i.e. temporarily removing access to my hard-drive and USB stick). The reason for this is that the mounting is done by bdpoll (which is in the OpenPLi git repository) and it expects to mount at /media/{disk-label}. But it can't read labels for Blu-Ray disks, so mounts on /media/. I've tested a patch for this and it's been submitted as a pull-request: https://github.com/O...2-helper/pull/2 perhaps someone could apply it?