Search found 35 matches

by beandog
Wed Jan 31, 2024 1:16 am
Forum: MakeMKV for Linux
Topic: Failed to execute external program 'mmgplsrv' from location '/usr/bin/mmgplsrv'
Replies: 5
Views: 592

Re: Failed to execute external program 'mmgplsrv' from location '/usr/bin/mmgplsrv'

Oh wait, my bad, it says the file is there, just empty. Going back to my original question, though, what did you use to install it
by beandog
Wed Jan 31, 2024 1:15 am
Forum: MakeMKV for Linux
Topic: Failed to execute external program 'mmgplsrv' from location '/usr/bin/mmgplsrv'
Replies: 5
Views: 592

Re: Failed to execute external program 'mmgplsrv' from location '/usr/bin/mmgplsrv'

How did you install makemkv? It should be part of it. Check if it's in /usr/local/bin
by beandog
Sat Dec 02, 2023 6:19 am
Forum: MakeMKV for Linux
Topic: Segfault with DVD in drive
Replies: 7
Views: 2224

Re: Segfault with DVD in drive

For your key:

edit ~/.MakeMKV/settings.conf and put: app_Key = "key"
by beandog
Thu Nov 30, 2023 11:23 pm
Forum: MakeMKV for Linux
Topic: Segfault with DVD in drive
Replies: 7
Views: 2224

Re: Segfault with DVD in drive

Make sure that you either have write access to device \"/dev/sr0\", are member of \"cdrom\" group or have CAP_SYS_RAWIO enabled.
Are you in the cdrom group? Run 'groups'
by beandog
Wed Nov 08, 2023 12:05 am
Forum: UHD discs
Topic: Release 1.17.5 starts having hash errors on UHD
Replies: 8
Views: 1636

Re: Release 1.17.5 starts having hash errors on UHD

What does that imply? Does that mean a month or two ago, using 1.17.4, you were able to rip one or more of the discs that now fail? Or does that mean today (or yesterday, or sometime after the failures started) you have uninstalled 1.17.5, reinstalled 1.17.4, and successfully completed a rip? The s...
by beandog
Tue Nov 07, 2023 10:46 pm
Forum: UHD discs
Topic: Release 1.17.5 starts having hash errors on UHD
Replies: 8
Views: 1636

Re: Release 1.17.5 starts having hash errors on UHD

That error suggests the optical drive was unable to correctly read the disc.
I would agree with you, but 1.17.4 works just fine.
by beandog
Sun Nov 05, 2023 11:32 pm
Forum: UHD discs
Topic: Release 1.17.5 starts having hash errors on UHD
Replies: 8
Views: 1636

Release 1.17.5 starts having hash errors on UHD

I installed 1.17.5 and tried ripping a few discs, and I've had three UHD discs that now have hash errors when ripping them. Specifically, Sonic 1, Sonic 2, and Spider-Verse 1. I've tested this version and can duplicate it both on Windows and Linux. Here's the output: Drive Information OS device name...
by beandog
Sun Sep 24, 2023 5:37 pm
Forum: MakeMKV for Linux
Topic: MakeMKV v1.17.4 linux can't find any usable optical drives
Replies: 3
Views: 3792

Re: MakeMKV v1.17.4 linux can't find any usable optical drives

Code: Select all

sudo echo sg > /etc/modules-load.d/sg.conf
That won't actually work, since you're just echoing as root, your normal permissions won't write to it.

This would work though:

Code: Select all

echo sg | sudo tee -a /etc/modules-load.d/sg.conf
by beandog
Mon Jun 26, 2023 7:48 pm
Forum: MakeMKV for Linux
Topic: did the makemkv beta key for linux just permanently expire?
Replies: 9
Views: 6521

Re: did the makemkv beta key for linux just permanently expire?

Hi there! I set up my encoding machine today. Mainly for Blender, Openshot and sometimes MakeMKV things. I installed MakeMKV using snap, telling me it is outdated and need registration. Deinstalled, Installed again using sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1...
by beandog
Sun Jun 04, 2023 9:38 pm
Forum: MakeMKV for Linux
Topic: did the makemkv beta key for linux just permanently expire?
Replies: 9
Views: 6521

Re: did the makemkv beta key for linux just permanently expire?

He regularly updates the beta key, and it's generally good for around 3 to 4 months. You won't have to pay for it still. Sometimes it just takes him a while to post a new one, no worries.
by beandog
Tue Nov 29, 2022 4:54 am
Forum: MakeMKV for Linux
Topic: makemkvcon failing to backup
Replies: 9
Views: 8927

Re: makemkvcon failing to backup

What happens if you do . instead of ./
by beandog
Sat Sep 03, 2022 9:53 pm
Forum: MakeMKV for Linux
Topic: Linux command line options + debugging?
Replies: 2
Views: 3132

Re: Linux command line options + debugging?

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

Also, it's free while in beta, you don't need to be paying for it.

viewtopic.php?f=5&t=1053
by beandog
Thu Aug 11, 2022 7:24 am
Forum: UHD discs
Topic: Sonic 2 4K
Replies: 8
Views: 5372

Re: Sonic 2 4K

And it's fixed already, thanks guys!
by beandog
Wed Aug 10, 2022 4:21 am
Forum: UHD discs
Topic: Sonic 2 4K
Replies: 8
Views: 5372

Sonic 2 4K

Sonic 2 came out today. Emailed the dump to svq (I think that's the right place).
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: 2807

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

Oh wow, that worked, I never would have thought to try that! Thanks!!