Search found 4 matches
- Thu Jul 09, 2026 4:00 pm
- Forum: UHD drives
- Topic: Pioneer bdr 209 and Pioneer bdr 209m
- Replies: 227
- Views: 453889
Re: Pioneer bdr 209 and Pioneer bdr 209m
I just bought an BDR 209 and Flash it to UHD compatible. But since i bought it the drive has an issue with the opening mechanism the flashing dont help. Sometimes it opens and sometimes it wouldnt. Closing with the button works most times. Opening with the manual eject hole works everytime. How ...
- Sat Jan 03, 2026 5:39 pm
- Forum: UHD drives
- Topic: Pioneer bdr 209 and Pioneer bdr 209m
- Replies: 227
- Views: 453889
Re: Pioneer bdr 209 and Pioneer bdr 209m
Is it better to have two Pioneer BDR 209-DBKs or one Pioneer BDR 209-DBK and one LG BU40N? I have a limited budget and have to decide between one of these two options.
Your decision. The Pioneer will rip hard to read discs while thr BU40 will rip faster when there is no problem to read the ...
- Sun Sep 14, 2025 10:21 am
- Forum: UHD drives
- Topic: Pioneer bdr 209 and Pioneer bdr 209m
- Replies: 227
- Views: 453889
Re: Pioneer bdr 209 and Pioneer bdr 209m
Is it better to have two Pioneer BDR 209-DBKs or one Pioneer BDR 209-DBK and one LG BU40N? I have a limited budget and have to decide between one of these two options.
- Thu Jul 24, 2025 7:25 pm
- Forum: MakeMKV for Mac OS X
- Topic: Metadata app recommendations on Mac
- Replies: 5
- Views: 59772
Re: Metadata app recommendations on Mac
You can install MKVToolNix using Homebrew:
Then, use Apple Automator to create a service with the following shell script. This script sets the metadata title of each .mkv file in a selected folder to match its filename:
#!/bin/bash
find "$@" -type f -name "*.mkv" | while read -r file; do
/opt ...
Then, use Apple Automator to create a service with the following shell script. This script sets the metadata title of each .mkv file in a selected folder to match its filename:
#!/bin/bash
find "$@" -type f -name "*.mkv" | while read -r file; do
/opt ...