Search found 4 matches
- 20 Nov 2013, 09:36
- Forum: Help and Support
- Topic: [SOLVED] Rotating log file
- Replies: 3
- Views: 2700
Re: [SOLVED] Rotating log file
If anyone wants to know how I achieved this, I just added this to my script: For /f "tokens=1-4 delims=. " %%a in ('date /t') do (set mydate=%%a-%%b_%%c) For /f "tokens=1-3 delims=/:/ " %%a in ('time /t') do (set mytime=%%a-%%b) then in the Filebot execute: filebot.exe" -script fn:suball -get ...
- 17 Nov 2013, 11:47
- Forum: Help and Support
- Topic: Ignore certain subdirectory
- Replies: 7
- Views: 5524
Ignore certain subdirectory
Hi I use filebot with Task Scheduler to search for missing subtitles for my TV-Shows. As I've organized all my TV-shows in subfolders under a top folder "SERIES", I've tolded the script to do recursive search through all subfolders. I see that some of the shows, it never finds a subtitle as there is ...
- 09 Nov 2013, 16:45
- Forum: Help and Support
- Topic: [SOLVED] Rotating log file
- Replies: 3
- Views: 2700
Re: Rotating log file
Of course
Did not think of that. Thanks!

- 09 Nov 2013, 11:36
- Forum: Help and Support
- Topic: [SOLVED] Rotating log file
- Replies: 3
- Views: 2700
[SOLVED] Rotating log file
Hi
I get how I use --log and --log-file, but is there any way I can set up log rotation within these parameters?
I would like to have amc_[ddMMYYYY].log, rotating each day. f.ex.
Thanks!
I get how I use --log and --log-file, but is there any way I can set up log rotation within these parameters?
I would like to have amc_[ddMMYYYY].log, rotating each day. f.ex.
Thanks!
