[Support] Djoss - MakeMKV


Recommended Posts

11 minutes ago, cybrnook said:

When I set variables on a container, what I am seeing now is unRAID doesn't let you then view what you have set. Is there a way I can pull what parameters are currently defined (default and custom) and their values?

You mean other than looking at the container settings?  You can execute a command like:

docker inspect -f '{{ range $p := .Config.Env }}{{ println $p }}{{end}}' MakeMKV

 

Where "MakeMKV" is the name of the container.

Edited by Djoss
Link to comment
51 minutes ago, cybrnook said:

If set to "mkv" any way to have it pick the "movie" itself out of the BS on the disc? 

If you click on « Show more settings », there is a field « Automatic Disc Ripper: Minimum Title Length » that you can adjust to make sure only the main movie is extracted.

  • Like 1
Link to comment

You are a BOSS Jocelyn! Will you be pushing this as an official update, so I can switch back from the RC repository and get my pretty icon back? ?

 

All worked fine:

[makemkvcon-0] Current progress - 97%, Total process - 98%
[makemkvcon-0] Current progress - 98%, Total process - 98%
[makemkvcon-1] Current progress - 87%, Total process - 88%
[makemkvcon-1] Current progress - 87%, Total process - 89%
[makemkvcon-0] Current progress - 98%, Total process - 99%
[makemkvcon-0] Current progress - 99%, Total process - 99%
[makemkvcon-1] Current progress - 88%, Total process - 89%
[makemkvcon-1] Current progress - 88%, Total process - 90%
[makemkvcon-0] Backup done
[makemkvcon-0] Backup done.
[autodiscripper-0] Disc rip terminated successfully.
[autodiscripper-0] Ejecting disc from drive 0 (/dev/sr0)...
[makemkvcon-1] Current progress - 89%, Total process - 90%
[makemkvcon-1] Current progress - 89%, Total process - 91%
[autodiscripper-0] Disc ejected.
[makemkvcon-1] Current progress - 90%, Total process - 91%
[makemkvcon-1] Current progress - 90%, Total process - 92%
[makemkvcon-1] Current progress - 91%, Total process - 92%
[makemkvcon-1] Current progress - 91%, Total process - 93%
[makemkvcon-1] Current progress - 92%, Total process - 93%
[makemkvcon-1] Current progress - 92%, Total process - 94%
[makemkvcon-1] Current progress - 93%, Total process - 94%
[makemkvcon-1] Current progress - 94%, Total process - 94%
[makemkvcon-1] Current progress - 94%, Total process - 95%
[makemkvcon-1] Current progress - 95%, Total process - 95%
[makemkvcon-1] Current progress - 95%, Total process - 96%
[makemkvcon-1] Current progress - 96%, Total process - 96%
[makemkvcon-1] Current progress - 96%, Total process - 97%
[makemkvcon-1] Current progress - 97%, Total process - 97%
[makemkvcon-1] Current progress - 97%, Total process - 98%
[makemkvcon-1] Current progress - 98%, Total process - 98%
[makemkvcon-1] Current progress - 98%, Total process - 99%
[makemkvcon-1] Current progress - 99%, Total process - 99%
[makemkvcon-1] Backup done
[makemkvcon-1] Backup done.
[autodiscripper-1] Disc rip terminated successfully.
[autodiscripper-1] Ejecting disc from drive 1 (/dev/sr1)...
[autodiscripper-1] Disc ejected.

 

Edited by cybrnook
Link to comment
18 hours ago, Taddeusz said:

Does the auto ripper follow the set language settings? So if I have it set to English it will only rip those tracks.

 

Also, it would be nice to have an option on the auto ripper to only rip forced subtitles.

Yes the auto ripper should follow the "Default selection rule"  as configured in the GUI in expert mode.

 

Same thing for forced subtitle: you should be able to select them with the selection rule

 

https://www.makemkv.com/forum2/viewtopic.php?f=10&t=4386#p17399

Link to comment
4 hours ago, Djoss said:

Yes the auto ripper should follow the "Default selection rule"  as configured in the GUI in expert mode.

 

Same thing for forced subtitle: you should be able to select them with the selection rule

 

https://www.makemkv.com/forum2/viewtopic.php?f=10&t=4386#p17399

 

Thank you. I checked out the selection rules language. I think I have a solution already. I just need to test it when I get home.

Link to comment

Hello,

 

So I have a bluray and dvd drive hooked up looking to do parrallel ripping.

 

I did the following but nothing worked

--device /dev/sr0 --device /dev/sr1

 

I then did the following and drives showed up but no auto ripping was working

--device /dev/sg6 --device /dev/sg5

 

I then read you had to put both

--device /dev/sr0 --device /dev/sg5 --device /dev/sr1 --device /dev/sg6

 

However no drives appear in the gui now.

 

This is the output of

--device /dev/sr0 --device /dev/sg5

 

[cont-init.d] 90-makemkv.sh: exited 0.
[cont-init.d] 95-check-optical-drive.sh: executing...
[cont-init.d] 95-check-optical-drive.sh: looking for usable optical drives...
[cont-init.d] 95-check-optical-drive.sh: found optical drive [/dev/sr0, /dev/sg5], group 19.
[cont-init.d] 95-check-optical-drive.sh: found optical drive [/dev/sr1, /dev/sg6], but it is not usable because:
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sr1 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sg6 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: exited 0.
[cont-init.d] 96-install-autodiscripper-srv.sh: executing...
[cont-init.d] 96-install-autodiscripper-srv.sh: installing automatic disc ripper for drive 0 (HD-DVD-ROM HL-DT-ST BDDVDRW GGC-H20L 1.02)...
[cont-init.d] 96-install-autodiscripper-srv.sh: exited 0.
[cont-init.d] done.

 

JID9vfn.png

Edited by MaxHayman
Link to comment
1 hour ago, MaxHayman said:

Hello,

 

So I have a bluray and dvd drive hooked up looking to do parrallel ripping.

 

I did the following but nothing worked

--device /dev/sr0 --device /dev/sr1

 

I then did the following and drives showed up but no auto ripping was working

--device /dev/sg6 --device /dev/sg5

 

I then read you had to put both

--device /dev/sr0 --device /dev/sg5 --device /dev/sr1 --device /dev/sg6

 

However no drives appear in the gui now.

 

This is the output of

--device /dev/sr0 --device /dev/sg5

 

[cont-init.d] 90-makemkv.sh: exited 0.
[cont-init.d] 95-check-optical-drive.sh: executing...
[cont-init.d] 95-check-optical-drive.sh: looking for usable optical drives...
[cont-init.d] 95-check-optical-drive.sh: found optical drive [/dev/sr0, /dev/sg5], group 19.
[cont-init.d] 95-check-optical-drive.sh: found optical drive [/dev/sr1, /dev/sg6], but it is not usable because:
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sr1 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sg6 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: exited 0.
[cont-init.d] 96-install-autodiscripper-srv.sh: executing...
[cont-init.d] 96-install-autodiscripper-srv.sh: installing automatic disc ripper for drive 0 (HD-DVD-ROM HL-DT-ST BDDVDRW GGC-H20L 1.02)...
[cont-init.d] 96-install-autodiscripper-srv.sh: exited 0.
[cont-init.d] done.

 

JID9vfn.png

 

What do you have in the log with:

 

--device /dev/sr0 --device /dev/sg5 --device /dev/sr1 --device /dev/sg6

 

Link to comment
On 7/21/2018 at 5:11 PM, MaxHayman said:

Hi Djoss,

 

Here it is. The blu ray is in the drive when it starts up.

 

image.thumb.png.c4731b5a73cc972be91ab733f9684b5a.png

 

Could you provide the output of the following commands (while the container is running):

 

docker exec MakeMKV /opt/makemkv/bin/makemkvcon -r --cache=1 info disc:9999

 

docker exec MakeMKV lsscsi -g -k

 

docker exec MakeMKV ls -l /dev/

 

docker inspect MakeMKV

 

 

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.