Search found 6 matches
- 03 Mar 2018, 01:41
- Forum: Scripting and Automation
- Topic: Skip short video - revisited [resolved]
- Replies: 1
- Views: 2446
Re: Skip short video - revisited
Never mind. Simple typo. Was missing the 't' in 'minLenghMS=0'. Sorry for taking up your time.
- 03 Mar 2018, 00:35
- Forum: Scripting and Automation
- Topic: Skip short video - revisited [resolved]
- Replies: 1
- Views: 2446
Skip short video - revisited [resolved]
Hey all, The issue is this: I have a number of videos that filebot skips claiming they are too short when they do not appear to be so. The videos do fall below the default minimum length and filesize for filebot to include it in processing, but setting minimum filesize and length to 0 ought to fix ...
- 27 Jan 2017, 17:14
- Forum: Feature Requests and Bug Reports
- Topic: Option to output logfile in plain text (even in 256 color xterm terminal)
- Replies: 6
- Views: 3682
Re: Option to output logfile in plain text (even in 256 color xterm terminal)
Thank you for an excellent tool, by the way. 
I ran my first 20 executions or so manually, watching the log, not trusting it to do the right thing.
I was proven wrong. Filebot really just works! (so far
)

I ran my first 20 executions or so manually, watching the log, not trusting it to do the right thing.
I was proven wrong. Filebot really just works! (so far

- 27 Jan 2017, 17:11
- Forum: Feature Requests and Bug Reports
- Topic: Option to output logfile in plain text (even in 256 color xterm terminal)
- Replies: 6
- Views: 3682
Re: Option to output logfile in plain text (even in 256 color xterm terminal)
Yes. I was just stupid and assumed during testing in an interactive console, that the ANSI codes would be in the log if filebot were to be called non-interactively. d'oh!
- 27 Jan 2017, 16:35
- Forum: Feature Requests and Bug Reports
- Topic: Option to output logfile in plain text (even in 256 color xterm terminal)
- Replies: 6
- Views: 3682
Re: Option to output logfile in plain text (even in 256 color xterm terminal)
Thanks for the comprehensive answer :) For some odd reason I assumed that piping and redirecting would also include the ANSI codes. Good design that they don't [thumbs up] Here's what I end up doing, should anybody want to know: $ filebot -script 'fn:amc' [...a lot of options here...] --log all ...
- 27 Jan 2017, 16:16
- Forum: Feature Requests and Bug Reports
- Topic: Option to output logfile in plain text (even in 256 color xterm terminal)
- Replies: 6
- Views: 3682
Option to output logfile in plain text (even in 256 color xterm terminal)
Would it be possible to include an option to force plain text output of the logfile specified with the option?
It would be desirable, as it would result in more readable logs in less capable terminals and obviate any need for later removal ansicodes if so desired.
Code: Select all
--log-file
It would be desirable, as it would result in more readable logs in less capable terminals and obviate any need for later removal ansicodes if so desired.