Configure mkvpropedit and mp4tags

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Configure mkvpropedit and mp4tags

Post by rednoah »

If you are using the --apply tags feature, then FileBot will rely on the mkvpropedit and mp4tags command-line tools to write tags to the media file content.


If the mkvpropedit and mp4tags commands are not the $PATH then you may need to configure FileBot to use the absolute path to the executable:

Code: Select all

filebot -script fn:properties --def net.filebot.postprocess.mp4tags=/usr/local/bin/mp4tags --def net.filebot.postprocess.mkvpropedit=/usr/local/bin/mkvpropedit
:idea: Please read the FAQ and How to Request Help.
Post Reply