Open Hattan-BA opened 1 month ago
Do you see the same issue if you restart the container with docker restart <container name>
?
Do you see the same issue if you restart the container with
docker restart <container name>
?
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/
If the container is not stoped properly, there is no chance for MakeMKV to save the configuration.
It happens even when manually stopping the docker containers, and then rebooting.
sudo docker-compose down
sudo reboot now
sudo docker-compose up -d
Are settings kept if you don't do the reboot ?
sudo docker-compose down
sudo docker-compose up -d
No, as I said. (Meaning, it still doesn't save the settings)
It happens even when manually stopping the docker containers, and then rebooting.
But a docker restart
or docker stop/docker start
does save the settings, right ?
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 docker-compose stop
/docker-compose start
?
Note that in your case, the MakeMKV config is saved under /docker/appdata/rip/
, probably in the settings.conf
file.
Do you see the issue with
docker-compose stop
/docker-compose start
?
No, I do not see the issue with docker-compose stop
/docker-compose start
.
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?
No, I do not see the issue with docker-compose stop/docker-compose start.
Ok. Were you testing with docker-compose down
because this is executed automatically during a reboot ?
Is this possible to do if I set up a VLC container along side MakeMKV?
Not sure how it would work with 2 containers. I think the VLC container would have to integrate MakeMKV binaries/libraries.
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:
Container log
Container inspect
No response
Anything else?
No response