Page 1 of 1

Filebot Output to Text File

Posted: 16 Nov 2013, 07:40
by Rjay
hey, have done a search and can't find the answer to my question but it is possible i wasn't using the correct search terms :|

I am currently using Filebot with the following command....

filebot -script fn:amc "D:/Torrents/CompletedDownloads/Series" --output "D:/Test Archive/Series" --action move -non-strict --def "seriesFormat={n}/Season {s}/{s00e00} {t}" clean=y

Now I am wondering if there is any way to out put the result of the renaming process to a text file :?: I have a log file that i use with my automated DL rig and i would like to add the results of the renaming to the bottom of my log so I was hoping that I could output the filebot results to a text file and join the two text files together?

Any help would be much appreciated! thanks :D

Re: Filebot Output to Text File

Posted: 16 Nov 2013, 07:56
by rednoah

Code: Select all

--log-file path.log
and of course standard redirection... http://en.wikipedia.org/wiki/Standard_streams

Re: Filebot Output to Text File

Posted: 16 Nov 2013, 08:15
by Rjay
rednoah wrote:

Code: Select all

--log-file path.log
and of course standard redirection... http://en.wikipedia.org/wiki/Standard_streams
Thanks man, your responses are crazy quick sometimes! testing this now to see what the output of a log file looks like :)

Also just donated, great utility :P