-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Bug] Expert Mode & Default selection rule gets reset every VM Reboot #224
Comments
Do you see the same issue if you restart the container with |
No, only when restarting the VM |
Ok, so it looks like the reboot is not cleanly terminating Docker and the containers. If the container is not stoped properly, there is no chance for MakeMKV to save the configuration. |
This might be interesting: https://www.reddit.com/r/docker/comments/rxe53s/newbie_question_will_dockercontainer_be/ |
It happens even when manually stopping the docker containers, and then rebooting.
|
Are settings kept if you don't do the reboot ?
|
No, as I said. (Meaning, it still doesn't save the settings)
|
But a |
Correct, so turns out it’s not to do with your applications like the Reddit post you shared? |
Correct, I don't think the problem is with the container itself. Do you see the issue with Note that in your case, the MakeMKV config is saved under |
No, I do not see the issue with |
I also wanted to ask and this might be a noobie question, on the desktop version of MakeMKV it offers the option to use it as a VLC plugin to give VLC the ability to play Blu-ray disks directly. Is this possible to do if I set up a VLC container along side MakeMKV? |
Ok. Were you testing with
Not sure how it would work with 2 containers. I think the VLC container would have to integrate MakeMKV binaries/libraries. |
Yes, I was testing with |
This is working on my side: Before and after the down command, do you see your settings in Also, if your follow the log of the container via |
Greetings, as mentioned before, Just to clarify, the problem happens after, a I’ll check the logs and settings.conf later and update you 👍. |
Ok, then it seems that something clears the folder during boot ? To confirm, you can check the content of |
Current Behavior
I've enabled "Expert Mode" from GUI to access the Advanced tab and changed the "Default selection rule:" to
-sel:all,+sel:(eng|ara),-sel:forced,=100:all,+100:eng,+90:ara
After restarting the Ubuntu VM, the "Expert Mode" was returned to its default state of disabled, when I enabled it back again, the "Default selection rule:" also returned to its default value.
Expected Behavior
"Expert Mode" & "Default selection rule:" Should stay to the value set by the user even after a VM reboot.
Steps To Reproduce
View -> Preferences -> General
View -> Preferences -> Advanced
sudo reboot now
Environment
Container creation
version: '3'
services:
makemkv:
image: jlesage/makemkv
ports:
- "5800:5800"
volumes:
- "/docker/appdata/rip:/config:rw"
- "/home/rip:/storage:ro"
- "/home/rip/Ripping-Machine/Rips:/output:rw"
devices:
- "/dev/sr0:/dev/sr0"
privileged: true
restart: unless-stopped
environment:
- DARK_MODE=1
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: