Code: Select all
--log-fileIt would be desirable, as it would result in more readable logs in less capable terminals and obviate any need for later removal ansicodes if so desired.
Code: Select all
--log-fileCode: Select all
filebot ... | catCode: Select all
$ filebot -script 'fn:amc' [...a lot of options here...] --log all >>/path/to/log/file.log 2>&1