But with the plugin of this thread (latest version from MacGyver2k) it is still not working.
Still getting the "Blu-Ray Player Launcher: Invalid Refresh Rate: -1 fps".
I now see the cause of the problem. I added some loglines to the plugin and managed to rebuild it.
The result of _BD_Framerate = 25.000 fps instead of 25 fps in "string _BD_Framerate = MI.Get(StreamKind.Video, 0, "FrameRate");"
This "25.000" is not in the cases under "switch (_BD_Framerate)" and in the end is given the result -1.
I expect this will be also the case for the other possible values.
I don't know if with HD-DVD there will be the same problem. The same switch statement is there.
I attached the changed file. I'am not very experienced with this programming stuff, so you probably have to redo this :sorry:
I don't know if "59.94" will work and if a "59.940" must be added. I alse added a logline just above the switch statement (this statement was there with HD-DVD)
@MacGyver2k: can you add this to the plugin and publish this (after possible redo) ?
(maybe better to leave also the other values like "25" in the switch statement)