Search found 36 matches

by beandog
Sun Jul 31, 2022 1:45 am
Forum: General MakeMKV discussion
Topic: Is there a way to open a directory w/ GUI?
Replies: 4
Views: 3107

Re: Is there a way to open a directory w/ GUI?

Oh wow, that worked, I never would have thought to try that! Thanks!!
by beandog
Sat Jul 30, 2022 6:09 am
Forum: General MakeMKV discussion
Topic: Is there a way to open a directory w/ GUI?
Replies: 4
Views: 3107

Is there a way to open a directory w/ GUI?

If there is, I'm not seeing it.

Context, I did a backup of a 4K to a directory, would like to just extract some of the titles from that.
by beandog
Fri Jul 22, 2022 7:35 am
Forum: MakeMKV for Linux
Topic: registering using makemkvcon
Replies: 15
Views: 13012

Re: registering using makemkvcon

This is a shot in the dark, but what's the permissions on .MakeMKV directory and settings.conf (run stat)
by beandog
Tue Jul 19, 2022 12:03 am
Forum: MakeMKV for Linux
Topic: registering using makemkvcon
Replies: 15
Views: 13012

Re: registering using makemkvcon

Make sure you're using the right key, viewtopic.php?f=5&t=1053

Post settings.conf here if it's still not working
by beandog
Sun Jul 17, 2022 9:42 pm
Forum: MakeMKV for Linux
Topic: registering using makemkvcon
Replies: 15
Views: 13012

Re: registering using makemkvcon

In ~/.MakeMKV/settings.conf put app_Key = "product-key"
by beandog
Thu Jun 23, 2022 4:06 am
Forum: UHD discs
Topic: The Bad Guys UHD
Replies: 1
Views: 1677

Re: The Bad Guys UHD

Wow it's working already, thanks for the quick turnaround!
by beandog
Tue Jun 21, 2022 7:16 pm
Forum: UHD discs
Topic: The Bad Guys UHD
Replies: 1
Views: 1677

The Bad Guys UHD

New UHD disc that got released today. I emailed the dump file. Thanks :D
by beandog
Thu Jun 02, 2022 8:12 pm
Forum: MakeMKV for Linux
Topic: complete documentation for makemkvcon?
Replies: 14
Views: 24153

Re: complete documentation for makemkvcon?

You can have udev set a specific device name for each drive. That's what I do on mine so they are always the same. Here's how I do mine: https://dvds.beandog.org/doku.php?id=udev In this one, I have udev run a script as well once the device has a disc in it. That's how I automate ripping mine. Put i...
by beandog
Wed Jun 01, 2022 8:25 pm
Forum: MakeMKV for Linux
Topic: complete documentation for makemkvcon?
Replies: 14
Views: 24153

Re: complete documentation for makemkvcon?

There's a simpler way than grepping makemkv output to see which disc to pick. You could just have a shell script that checks to see if the second sr device exists or not. Here's some basic pseudo code thrown together #!/bin/bash disc=0 if [[ -e /dev/sr1 && $1 == "/dev/sr1" ]]; then...
by beandog
Tue May 31, 2022 10:02 pm
Forum: MakeMKV for Linux
Topic: complete documentation for makemkvcon?
Replies: 14
Views: 24153

Re: complete documentation for makemkvcon?

Backup source must start with "disc:"
I just tried dev: as well, and it doesn't work, looks like maybe support got dropped for it. I'd open another topic and ask about it.

Why are your drive numbers changing, though, that is odd. Are they both internal or what?
by beandog
Sat Mar 12, 2022 5:38 am
Forum: MakeMKV for Linux
Topic: complete documentation for makemkvcon?
Replies: 14
Views: 24153

Re: complete documentation for makemkvcon?

I wrote a man page for makemkvcon if that helps - https://bluray.beandog.org/makemkv/man/makemkvcon.html

If you guys want more examples, let me know and I could add them in there.
by beandog
Wed Jan 27, 2021 12:27 am
Forum: MakeMKV for Linux
Topic: UHD Friendly in linux
Replies: 3
Views: 6903

Re: UHD Friendly in linux

Yeah, both of mine work just fine on Gentoo.
by beandog
Wed Jan 20, 2021 8:26 am
Forum: MakeMKV for Linux
Topic: Can't decrypt iso with keydb
Replies: 5
Views: 11538

Re: Can't decrypt iso with keydb

MakeMKV doesn't use libaacs to decrypt Blu-rays.

If the disc is that badly damaged, it might be a good idea to just replace it.
by beandog
Tue Jan 19, 2021 11:19 pm
Forum: MakeMKV for Linux
Topic: makemkvcon man page
Replies: 0
Views: 4989

makemkvcon man page

I wrote a man page for makemkvcon:

HTML - http://bluray.beandog.org/makemkv/man/makemkvcon.html
man page (download) - http://bluray.beandog.org/makemkv/man/makemkvcon.1

If I missed anything on there, let me know.
by beandog
Wed Nov 25, 2020 10:08 pm
Forum: MakeMKV for Linux
Topic: Question to all: MakeMKV without GUI, console only
Replies: 39
Views: 94740

Re: Question to all: MakeMKV without GUI, console only

I use it to do backups of my discs:
makemkvcon --noscan --minlength=0 -r backup --decrypt disc:0
and as an awesome fallback for when I don't have a KEYDB.cfg entry.