Search found 13 matches

by TheTester
Wed Jan 19, 2022 8:42 pm
Forum: Advanced MakeMKV usage
Topic: Disc Profiles -> making one
Replies: 2
Views: 3547

Re: Disc Profiles -> making one

Chetwood wrote:
Wed Jan 19, 2022 3:13 pm
Add -sel:subtitle to the DefaultSelectionString in the Advanced tab.


Thanks that actually worked EXACTLY how I wanted.. :D
by TheTester
Wed Jan 19, 2022 12:34 pm
Forum: Advanced MakeMKV usage
Topic: Disc Profiles -> making one
Replies: 2
Views: 3547

Disc Profiles -> making one

Greetings, I wish to make a disc profile's. The discs in total is a 100 plus at a guess, I would like them all backup/copied in the same format for each disc. Given the number of discs I would like to not have to setup no subtitles automatically rather than having to deselect each disc in turn X 4 T...
by TheTester
Tue Aug 24, 2021 3:37 pm
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Re: Blue-ray playback/STREAM with VLC

A little confusing but I managed to find libmmbd I have entered the bin directory and made the link. I have watched some videos on You'Tube and I have registered the app(makemkv) under beta key. Does it have to be a paid key? or as long as its licensed. It seems from what I have seen in the videos o...
by TheTester
Tue Aug 24, 2021 6:04 am
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Re: Blue-ray playback/STREAM with VLC

Symlink already exists, so command must now use the -f (force) switch: cd /bin/makemkv sudo ln -s -f libmmbd.so.0 /usr/lib/ Another day dawn's. I have searched for "libmmbd" but I can not say for certain where it is in my system, I assume it must be there as makemkv works!! you menion in ...
by TheTester
Mon Aug 23, 2021 10:03 pm
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Re: Blue-ray playback/STREAM with VLC

I have no current linux install to test, but pretty sure this ought to be the MakeMKV install dir... did you create the link from there? https://imagizer.imageshack.com/img924/6066/E87j8v.png Asked Ive done it still the same with VLC I did not start VLC from the cli. As to the where about's of libm...
by TheTester
Mon Aug 23, 2021 8:46 pm
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Re: Blue-ray playback/STREAM with VLC

I have run the code sudo ln -s libmmbd.so.0 /usr/lib/ I have not changed the code at all everything should be in its default location. I have tried with a disk from the cli and operated the vlc interface, the output is shown below, https://imagizer.imageshack.com/img924/8254/3l3klo.png The disc its ...
by TheTester
Mon Aug 23, 2021 4:23 pm
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Re: Blue-ray playback/STREAM with VLC

I could be wrong and often am, but from what I read in search LibMMBD is a dll. Likely in windblows. Certainly I can't seem to find it under Linux. I have a suspicion that this maybe only available under winblows. I have bought a tweaked drive and can dcrypt to *.mkv in linux(Arch basded) the proble...
by TheTester
Mon Aug 23, 2021 2:52 pm
Forum: MakeMKV for Linux
Topic: Blue-ray playback/STREAM with VLC
Replies: 12
Views: 12786

Blue-ray playback/STREAM with VLC

I have skimmed Mikes post under a similar named Subject. I have also read an article on "HowToGeek", it seems that it used to be possible for VLC to use a stream function contained within MakeMKV. This in the linux version seems to no longer be present? Well at least the streaming icon, ap...
by TheTester
Sat Oct 17, 2020 9:38 pm
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 299938

Re: Optical Drive not being found

Drive not been found is a common problem, here is how i fixed it on Manjaro Open a Terminal, Note: running with sudo does not work su root Enter your Password echo sg > /etc/modules-load.d/sg.conf Exit Reboot After this my drive has been found (pioneer drive) This also helps for Nero not be able to...
by TheTester
Sat Oct 17, 2020 2:40 pm
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 299938

Re: Optical Drive not being found

That tells you the group owning /dev/sr0 is "optical". You need to make your user part of the optical group if not already, then you should be able to see a disk in the drive and use it. The user running makemkv must have access to the drive before makemkv can use it, so this step is firs...
by TheTester
Thu Oct 15, 2020 11:49 am
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 299938

Re: Optical Drive not being found

I have a blueray-writer drive and installed(makemkv) from arch but the drive is not recognized. ls -l /dev/sr? brw-rw----+ 1 root optical 11, 0 Oct 15 08:47 /dev/sr0 MakeMKV v1.15.3 linux(x64-release) started The program can't find any usable optical drives. What is the command or commands to fix th...
by TheTester
Fri Oct 09, 2020 2:42 pm
Forum: Advanced MakeMKV usage
Topic: Default output file name template
Replies: 44
Views: 168134

Re: Default output file name template

Greatings.
I am using the default filename template.

Code: Select all

{NAME1}{-:CMNT1}{-:DT}{title:+DFLT} ({DY})
however the outputed file is,

Code: Select all

title ().mkv
The disk is being caught correctly, how to make the default template spit out a decent filename? Like

Code: Select all

Shockwave_CountDown to disaster.mkv
--
TheTester