Filebot Output to Text File

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Rjay
Posts: 13
Joined: 11 Aug 2013, 23:45

Filebot Output to Text File

Post 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
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Output to Text File

Post by rednoah »

Code: Select all

--log-file path.log
and of course standard redirection... http://en.wikipedia.org/wiki/Standard_streams
:idea: Please read the FAQ and How to Request Help.
Rjay
Posts: 13
Joined: 11 Aug 2013, 23:45

Re: Filebot Output to Text File

Post 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
Post Reply