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
export TERM=xterm
filebot ...Code: Select all
export TERM=xterm-256color
filebot ...