Page 1 of 1
Revision Listed in AMC Log
Posted: 15 Dec 2016, 15:38
by spetrillo
Is it possible to tweak the app, so that it shows what version of Filebot is in use in the AMC log?
Re: Revision Listed in AMC Log
Posted: 15 Dec 2016, 16:18
by rednoah
No, but why would you tweak the app or the script for that?
e.g.
Code: Select all
filebot -version >> /path/to/log && filebot --log-file /path/to/log ...
PS: I think the html reports actually include the version and revision number
Re: Revision Listed in AMC Log
Posted: 12 Jan 2017, 21:18
by spetrillo
It would be helpful to know what version of Filebot I am running. I do not use the HTML reports. The output is a standard log text file. If the -version works then no worries.
Re: Revision Listed in AMC Log
Posted: 13 Jan 2017, 04:10
by rednoah
rednoah wrote:Code: Select all
filebot -version >> /path/to/log && filebot --log-file /path/to/log ...
What's wrong with this solution?