New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blu-ray playback over file dialog only #20935
Comments
|
Hum, you might have just dig some really old hidden bug :) My guess is that it's caused by the spaces on your drive label "Lawrence of Arabia". At least with all my discs, the label is always uppercase and separated by _, e.g: LAWRENCE_OF_ARABIA. Do you have some other bluray (without spaces) to confirm that one works? It's not clear from the bug report if this only happens with this particular disc or with all of them. |
|
Thanks; including the last classic, I needed for all discs the file-dialog to open There is just one more thing to mention. For the playback of the second and last disc, I needed libmmbd due to missing keys. Libmmbd is a part of makemkv and simulates libaacs and libbdplus. This is activated by two symlinks to these two libraries. Sadly I do not have a disc without spaces in the disc-label not requiring libmmbd. Therefore I cannot say for sure if the spaces are the only problem. But given the fact that we 'just' need to point to index.bdmv, a fix should be possible. |
|
Hey @gebim, thanks for the offer but it's too late (got one recently via the foundation donations) :)
Checking the iso info: Checking the moutpoint:
Unmount error when ejecting the emulated drive in Kodi. The root cause of the problem is in libcdio due to the way the As for the playback issue I haven't yet investigate. It would be nice to know if the same patch for eject also fixes the play issue. Cheers |
|
Thanks a lot enen92, best |
|
The patch was already merged in libcdio master branch: So you should only need to clone, make and install: Please confirm after git clone that |
|
Thanks, enen92 and sorry for my newbie question... Thanks |
|
Thanks for confirming the fix. |
|
Look like this bug is still open. BD playback over the file dialogue only. udsks2 mounts correctly: |
|
Yeah this is stuff to be done for omega if possible, it requires too many changes on multiple components and also tests on pretty much all platforms. I am sort of waiting for our patches to libdvd* to get merged to resume my work on this. |
|
Looking forward. Thanks for all your hard work. |
Bug report
Describe the bug
Blu-ray disks (BD) are just playing using a file dialogue, although the BD disk is correctly mounted (thanks to recent patches in the master branch). Direct playback by pressing the play disc button is broken. DVD and audio-CD are working fine.
Expected Behavior
BD should work via pressing the play disc button.
Actual Behavior
Inserting the BD the disc is automounted via the udisk2 provider.
mountgives:/dev/sr1 on /media/gebi/Lawrence of Arabia type udf (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2)See log: https://pastebin.com/DLB6uevU
clicking on the disc symbol shows the play disc/eject dialogue. Pressing the "play disc" button, nothing
happens. Also, the eject button does not work. Console output:
umount failed (maybe due to the spaces in the mount path) and the disc remains mounted.
Possible Fix
it is possible to play the BD via the file dialog via opening:
Movies/../Files/BD_symbol/BDMV/index.bdmv👍 encryption including the java menus works.
Here is the full log: https://pastebin.com/wJs4JQ2r
Your Environment
Used Operating system:
Android
iOS
tvOS
Linux
OSX
Windows
Windows UWP
Operating system version/name: Ubuntu 21.10
Kodi version: 20.0-ALPHA1 (19.90.101) Git:20220130-bffe7c98c7
note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
The text was updated successfully, but these errors were encountered: