xbmc / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
https://kodi.tv/
Other
18.23k stars 6.28k forks source link

Blu-ray disks can't be played from the Videos menu if Default select action is set to resume #23965

Closed Uukrull closed 10 months ago

Uukrull commented 10 months ago

Bug report

Describe the bug

Playing a BD iso from the Videos menu:

kodi1

if the Blu-ray playback mode is set to Show Blu-ray menu:

kodi2

and the Default select action is set to resume:

kodi3

and no resume bookmark exists, doesn't work.

Expected Behavior

The BD should play with all that conditions.

Actual Behavior

It doesn't play with this error:

2023-10-20 10:24:44.180 T:2924 error : CDVDDemuxFFmpeg::Open - error probing input format, nfs://192.168.1.15/mnt/DOWNLOAD/News/Test.iso 2023-10-20 10:24:44.180 T:2924 error : CVideoPlayer::OpenDemuxStream - Error creating demuxer 2023-10-20 10:24:44.180 T:2924 info : CVideoPlayer::OnExit()

To Reproduce

Try to play a BD with all the conditions explained above.

Debuglog

kodi.log

Your Environment

Used Operating system:

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.

ksooo commented 10 months ago

Seems to be bound to the chosen "Blu-ray playback mode". The issue is present if set to "Show Blu-ray menu". Setting to any other of the setting values does start playback just fine.

Uukrull commented 10 months ago

PR tested and working. Many thanks!