Subler--Metadata Automation--CLI

Everything related to MakeMKV
Post Reply
swampdaddy
Posts: 99
Joined: Tue Aug 14, 2018 5:19 am

Subler--Metadata Automation--CLI

Post by swampdaddy »

I use Subler on the Mac to edit certain existing metadata such as movie name and comments using the existing GUI. Now I would like to automate this process, possibly with Python. Is there a Subler version that can be executed via the command line? Or is there another library that could be called upon to write metadata to .mkv or .mp4 files?
Woodstock
Posts: 9939
Joined: Sun Jul 24, 2011 11:21 pm

Re: Subler--Metadata Automation--CLI

Post by Woodstock »

Cannot answer about Subler and MP4, but the header editor in mkvtoolnix has a CLI interface, and is available for Mac. For MKV files, profedit can change just about everything.

See Command line MKV header editing if you're interested in what I went through learning about it.
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
dcoke22
Posts: 2613
Joined: Wed Jul 22, 2020 11:25 pm

Re: Subler--Metadata Automation--CLI

Post by dcoke22 »

In Terminal, I use mkvpropedit (https://mkvtoolnix.download/doc/mkvpropedit.html), part of the MKVToolNix tools (https://mkvtoolnix.download) to modify the metadata of my .mkv files. I installed it via Homebrew (https://brew.sh).
Post Reply