Search found 4 matches
- Tue Jan 28, 2025 6:16 pm
- Forum: DVD discs
- Topic: Stargate SG 1 Season 3 Disc 1 und 2
- Replies: 7
- Views: 8423
Re: Stargate SG 1 Season 3 Disc 1 und 2
Hello, i know i am late to the Party, but i ran into the same Problem with the silver Stargate Boxset. Yes the smear seams to be glue or some solvent from the glue. Water an Soap did not help. But CD's / DVD / Blu Rays are made of polycarbonate witch has no Problem with isopropyl alcohol. Use a micr...
- Tue Jan 21, 2025 9:40 pm
- Forum: MakeMKV for Linux
- Topic: Suddenly can't set my output path
- Replies: 3
- Views: 409
Re: Suddenly can't set my output path
Hi,
sounds like a problem with the permissions.
You could try:
Or install Flatseal for a nice GUI
sounds like a problem with the permissions.
You could try:
Code: Select all
flatpak override com.makemkv.MakeMKV --filesystem="/media/xxxx/Media/DVD Video Recording"
- Tue Jan 07, 2025 10:41 pm
- Forum: MakeMKV for Linux
- Topic: MakeMKV just won't work.
- Replies: 8
- Views: 2393
Re: MakeMKV just won't work.
Hi,
just another idea. Do you get something in the terminal if you run ?
just another idea. Do you get something in the terminal if you run
Code: Select all
makemkvcon info dev:/dev/sr0
- Thu Jan 02, 2025 9:38 pm
- Forum: MakeMKV for Linux
- Topic: Getting disc name via makemkvcon and other questions for automation
- Replies: 2
- Views: 1184
Re: Getting disc name via makemkvcon and other questions for automation
Hi, if you are still in need of a solution, i use blkid /dev/sr0 in my script to get the Discs Name and UUID. I automatically create an iso of the files named like this [DiscName]_[UUID].iso to avoid overwriting existing files (i had a TV Series with 3 Discs with the same Name). I use genisoimage to...