Revision Listed in AMC Log
Revision Listed in AMC Log
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
No, but why would you tweak the app or the script for that?
e.g.
PS: I think the html reports actually include the version and revision number
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
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
What's wrong with this solution?rednoah wrote:Code: Select all
filebot -version >> /path/to/log && filebot --log-file /path/to/log ...