Java for the container? #232
-
Some of the blu-ray disks I buy show dozens or more titles, all but one with the sequences out of order. Supposedly getting Java to work with MakeMKV is one way to fix the problem: https://www.makemkv.com/bdjava/ I'm absolutely new to Docker (I've gotten this container working on TrueNAS Scale 24.10 Electric Eel, but that's it). Is this something you'd add? Or something I'd have to figure out how to add to the docker container? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, Java is part of the container should work out of the box. |
Beta Was this translation helpful? Give feedback.
-
I apologize, I should have checked. I just opened a shell in the docker and ran java -showversion and got "openjdk version 1.8.0_392". The thing that's confusing me is that I'm trying to rip John Wick 3 and I'm getting the long list of false playlists and none of them have the title change with the "main title" or what have you. After seeing your reply (thank you, by the way!) I used which java to see that it's in /usr/bin so I went into the "protection" tab in MakeMKV and added /usr/bin/java to the custom Java executable location and I'm still getting the same list of false titles with no java title updates. I logged into the shell again and did an env and I'm not seeing a JAVA_HOME variable, could that be the problem? I tried doing an ls -alh /usr/bin/java and see that it's a link to /lib/jvm/default-jvm/bin/java, but when I tried going there to see if I could use it for JAVA_HOME, I keep getting "no such file or directory" Sorry if I'm a pain, just trying to get this to work. Ben |
Beta Was this translation helpful? Give feedback.
In MakeMKV preferences, can you enable
Log debug messages
and see what you have when you open the disc? The messages should indicate if Java has been executed.