Hi all. I just started using FileBot and i find it fantastic. I can eliminate a lot of scripts that i have been using and combine everything through FileBot.
I need help with the log parameter. So far i found about:
--log off
--log info
--log warning
Is there a way to log only the downloaded subs and nothing else?
eg. Writing [Arrow.S03E06.HDTV.x264-LOL.srt] to [Arrow S03E06 - Guilty.srt]
Thanks a lot.
--log flasg parameters
Re: --log flasg parameters
Here's the full list of --log levels:
Besides, retrieving the logs you want isn't done by logging less, but by filtering the log afterwards and extract the information you need. You know grep right?
The message you care about is INFO level. But that will of course also log everything else of INFO level or higher.The levels in descending order are:
SEVERE (highest value)
WARNING
INFO
CONFIG
FINE
FINER
FINEST (lowest value)
In addition there is a level OFF that can be used to turn off logging, and a level ALL that can be used to enable logging of all messages.
Besides, retrieving the logs you want isn't done by logging less, but by filtering the log afterwards and extract the information you need. You know grep right?
Re: --log flasg parameters
I know grep but unfortunately i work in windows 
In any case the info you provided are more than enough for me to play with.
Thanks a million!!

In any case the info you provided are more than enough for me to play with.
Thanks a million!!