Subler--Metadata Automation--CLI
-
- Posts: 99
- Joined: Tue Aug 14, 2018 5:19 am
Subler--Metadata Automation--CLI
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?
Re: Subler--Metadata Automation--CLI
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.
See Command line MKV header editing if you're interested in what I went through learning about it.
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Subler--Metadata Automation--CLI
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).