Filebot Hanging

Any questions? Need some help?
Post Reply
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Filebot Hanging

Post by jeep »

Hi. Great product, and hopefully replacing my combination of Hazel and TVnamer scripts. However, FileBot seems to hang and now I can't get it to work at all!

First: I have two Filebot AMC scripts running post-qBittorrent. One copies files to one location, and the second moves them to a second backup location and cleans up afterwards.

Code: Select all

/home/lxle/filebot/filebot.sh -script fn:amc "%D" --output "/home/lxle/synmedia" --action copy -non-strict --conflict auto --log-file amc.log --def excludeList=/home/lxle/amc-syn.excludes --def @/home/lxle/amc-formats.txt; /home/lxle/filebot/filebot.sh -script fn:amc "%D" --output "/home/lxle/drobomedia" --action move -non-strict --def clean=y --def unsorted=y --conflict auto --log-file amc.log --def excludeList=/home/lxle/amc-drobo.excludes --def @/home/lxle/amc-formats.txt
(For whatever reason, the "ut_" syntax didn't work.)

The first Filebot script usually works, but the second one sometimes copies the files but doesn't finish up, going into a hung state and not cleaning up the old files and cruft.

Given that, I have a couple of directories in my downloads folder that I'd like to process, so I'm trying to run essentially the same second script, but Filebot is returning nothing.

Code: Select all

lxle@TGHlxle:~$ ls "$HOME/Downloads/Media Processing/2. TGHlxle Completed Downloads"
'Dalziel and Pascoe - series 4'  'Dalziel & Pascoe S07'

lxle@TGHlxle:~$ "$HOME/filebot/filebot.sh" -script fn:amc "$HOME/Downloads/Media Processing/2. TGHlxle Completed Downloads" --output "$HOME/drobomedia" --action move -non-strict --def clean=y --def unsorted=y --conflict auto --log-file amc.log --def excludeList="$HOME/amc-drobo.excludes" --def @"$HOME/amc-formats.txt"
Locking /home/lxle/filebot/data/lxle/logs/amc.log
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/home/lxle/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Run script [fn:amc] at [Tue Jan 08 17:30:27 EST 2019]
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/lxle/amc-drobo.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
lxle@TGHlxle:~$
The log doesn't even show that the script has been started.

I'm guessing something to do with Java hanging and / or the log file being locked out? I've tried filebot -clear-cache, and I've confirmed that the amc-drobo.excludes directory doesn't include the files I'm trying to process.

Any ideas please?
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

If it helps...

Code: Select all

lxle@TGHlxle:~$ filebot/filebot.sh -script fn:sysinfo
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/home/lxle/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-11-29 (r539)
Groovy: 2.5.1
JRE: OpenJDK Runtime Environment 10.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 1 Core / 483 MB Max Memory / 19 MB Used Memory
OS: Linux (amd64)
HW: Linux TGHlxle 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/lxle/filebot/data/lxle
Package: TAR
License: FileBot License P6612631 (Valid-Until: 2019-12-31)
Done ヾ(@⌒ー⌒@)ノ
lxle@TGHlxle:~$ 
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

I rebooted, and the script started, and now it's hanging without finishing:

Code: Select all

lxle@TGHlxle:~$ "$HOME/filebot/filebot.sh" -script fn:amc         "$HOME/Downloads/Media Processing/2. TGHlxle Completed Downloads"         --output "$HOME/drobomedia"         --action move         -non-strict         --def clean=y         --def unsorted=y         --conflict auto         --log-file amc.log         --def excludeList="$HOME/amc-drobo.excludes"         --def @"$HOME/amc-formats.txt"
Locking /home/lxle/filebot/data/lxle/logs/amc.log
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/home/lxle/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Run script [fn:amc] at [Tue Jan 08 18:32:10 EST 2019]
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/lxle/amc-drobo.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
Use excludes: /home/lxle/amc-drobo.excludes (49)
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x01 - On Beulah Height.avi
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x02 - Recalled to Life.avi
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x03 - Time to Go.avi
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x04 - The British Grenadier.avi
Group: [tvs:dalziel and pascoe] => [Dalziel & Pascoe - 4x01 - On Beulah Height.avi, Dalziel & Pascoe - 4x02 - Recalled to Life.avi, Dalziel & Pascoe - 4x03 - Time to Go.avi, Dalziel & Pascoe - 4x04 - The British Grenadier.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [Dalziel and Pascoe, dalziel pascoe]
Fetching episode data for [Dalziel and Pascoe]
[MOVE] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x01 - On Beulah Height.avi] to [/home/lxle/drobomedia/TV Shows/Dalziel and Pascoe/Season 4/Dalziel and Pascoe - [S04E01] - On Beulah Height.avi]
[MOVE] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x02 - Recalled to Life.avi] to [/home/lxle/drobomedia/TV Shows/Dalziel and Pascoe/Season 4/Dalziel and Pascoe - [S04E02] - Recalled to Life.avi]
[MOVE] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x03 - Time to Go.avi] to [/home/lxle/drobomedia/TV Shows/Dalziel and Pascoe/Season 4/Dalziel and Pascoe - [S04E03] - Time to Go.avi]
[MOVE] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Dalziel and Pascoe - series 4/Dalziel & Pascoe - 4x04 - The British Grenadier.avi] to [/home/lxle/drobomedia/TV Shows/Dalziel and Pascoe/Season 4/Dalziel and Pascoe - [S04E04] - The British Grenadier.avi]
But the log file shows nothing...

Code: Select all

lxle@TGHlxle:~$ tail -f /home/lxle/filebot/data/lxle/logs/amc.log
Use excludes: /home/lxle/amc-syn.excludes (62)
No files selected for processing
Done ヾ(@⌒ー⌒@)ノ
Run script [fn:amc] at [Tue Jan 08 17:24:43 EST 2019]
Parameter: excludeList = /home/lxle/amc-syn.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
Use excludes: /home/lxle/amc-syn.excludes (62)
No files selected for processing
Done ヾ(@⌒ー⌒@)ノ
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

I killed all the java and filebot.sh hanging jobs and restarted.

Same situation, identical scripts:

~/bin/fileShows.sh

Code: Select all

#!/bin/bash

"$HOME/filebot/filebot.sh" -script fn:amc \
        "$HOME/Downloads/Media Processing/2. TGHlxle Completed Downloads" \
        --output "$HOME/synmedia" \
        --action copy \
        -non-strict \
        --conflict auto \
        --log-file amc.log \
        --def excludeList="$HOME/amc-syn.excludes" \
         --def @"$HOME/amc-formats.txt"

"$HOME/filebot/filebot.sh" -script fn:amc \
        "$HOME/Downloads/Media Processing/2. TGHlxle Completed Downloads" \
        --output "$HOME/drobomedia" \
        --action move \
        -non-strict \
        --def clean=y \
        --def unsorted=y \
        --conflict auto \
        --log-file amc.log \
        --def excludeList="$HOME/amc-drobo.excludes" \
        --def @"$HOME/amc-formats.txt"
This executes correctly and copies the file for the first script, but simply stops on the second.

Code: Select all

lxle@TGHlxle:~$ ~/bin/fileShows.sh 
Locking /home/lxle/filebot/data/lxle/logs/amc.log
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/home/lxle/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Run script [fn:amc] at [Tue Jan 08 20:24:27 EST 2019]
Parameter: excludeList = /home/lxle/amc-syn.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
Use excludes: /home/lxle/amc-syn.excludes (62)
Ignore hidden: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/.DS_Store
Ignore hidden: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/._.DS_Store
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE[rarbg]/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv
Group: [tvs:catastrophe 2015] => [Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Catastrophe 2015]
Fetching episode data for [Catastrophe (2015)]
Fetching episode data for [Catastrophe]
[COPY] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE[rarbg]/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv] to [/home/lxle/synmedia/TV Shows/Catastrophe (2015)/Season 4/Catastrophe (2015) - [S04E01] - Episode 1.mkv]
Failed to set xattr: FileSystemException: /home/lxle/synmedia/TV Shows/Catastrophe (2015)/Season 4/Catastrophe (2015) - [S04E01] - Episode 1.mkv: Error writing extended attribute 'net.filebot.metadata': Operation not supported
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Locking /home/lxle/filebot/data/lxle/logs/amc.log
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/home/lxle/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Run script [fn:amc] at [Tue Jan 08 20:26:00 EST 2019]
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/lxle/amc-drobo.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
lxle@TGHlxle:~$ 
The log file makes no reference to the second script :-(

Code: Select all

Run script [fn:amc] at [Tue Jan 08 20:24:27 EST 2019]
Parameter: excludeList = /home/lxle/amc-syn.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
Use excludes: /home/lxle/amc-syn.excludes (62)
Ignore hidden: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/.DS_Store
Ignore hidden: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/._.DS_Store
Input: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE[rarbg]/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv
Group: [tvs:catastrophe 2015] => [Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Catastrophe 2015]
Fetching episode data for [Catastrophe (2015)]
Fetching episode data for [Catastrophe]
[COPY] from [/home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE[rarbg]/Catastrophe.2015.S04E01.1080p.HDTV.H264-KETTLE.mkv] to [/home/lxle/synmedia/TV Shows/Catastrophe (2015)/Season 4/Catastrophe (2015) - [S04E01] - Episode 1.mkv]
Failed to set xattr: FileSystemException: /home/lxle/synmedia/TV Shows/Catastrophe (2015)/Season 4/Catastrophe (2015) - [S04E01] - Episode 1.mkv: Error writing extended attribute 'net.filebot.metadata': Operation not supported
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
There's also no hanging filebot.sh or java instances now.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Hanging

Post by rednoah »

Are you talking specifically about the CLI command-line tools? The logs don't show any odd end of log. Looks like things start, do work, and the end normally. Where exactly is it hanging? Before it even starts? After it prints the normal last line of output but doesn't exit?

Isn it the GUI on Linux that's hanging / deadlocking? Please try the latest version, which may or may not include a fix for this particular problem:
viewtopic.php?f=6&t=9535
:idea: Please read the FAQ and How to Request Help.
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

Yes, I am only using the CLI.

In my last example above ("...simply stops on the second"), I am running two FileBot.sh commands. The first returns normally. The second exits after posting the "Argument[0]" line and never even gets to the expected "Use excludes: /home/lxle/amx-drobo.excludes" and so on. The log file doesn't even show the second command starting.

In my second example ("I rebooted..") it posted the fourth "[MOVE]" and then never exited.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Hanging

Post by rednoah »

That is strange indeed. Is this the log file or the console output? Because the log file might stop if the java process crashes, but the console would definitely print some sort of error output if that happens.

So in addition to specifying a log file, you could and maybe should also redirect the standard and error output to yet another log file, to catch all potential console output:
viewtopic.php?f=4&t=3067
:idea: Please read the FAQ and How to Request Help.
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

I think it's fixed, thank you for your help. The error output indicated some sort of cache issue.

Code: Select all

Locking /home/lxle/filebot/data/lxle/logs/amc-drobo.log
Jan 09, 2019 6:17:12 PM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/lxle/filebot/data/lxle/cache/0/github_stable_0.data is out of date, probably due to an unclean shutdown. Deleting index file /home/lxle/filebot/data/lxle/cache/0/github_stable_0.index
Run script [fn:amc] at [Wed Jan 09 18:17:28 EST 2019]
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/lxle/amc-drobo.excludes
Parameter: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - [{episode.special ? 'S00E'+special.pad(2) : s00e00}] - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/lxle/Downloads/Media Processing/2. TGHlxle Completed Downloads
Jan 09, 2019 6:17:29 PM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/lxle/filebot/data/lxle/cache/0/license.data is out of date, probably due to an unclean shutdown. Deleting index file /home/lxle/filebot/data/lxle/cache/0/license.index
Filebot didn't always seem to delete it automatically, so I did it manually.

Probably what was causing the (second) script to fail without any error or log message was that the destination mount point for the second script was broken, and wasn't being restored on reboot. I replaced the CIFS mount with an NFS mount and everything sprung to life again. Maybe this is something which could be trapped and error logged in a future version?

(FWIW it would really help if the log files started each line with a datetimestamp. Is that possible please?)

Many thanks again for your support -- I know it's not easy to diagnose issues on scant evidence.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Hanging

Post by rednoah »

1.
Interesting, so it was somehow stuck in an underlying filesystem call? Unfortunately not much I can do on my end when the OS does it's thing and never returns to running FileBot code.



Note that these errors are completely unrelated and cannot possibly have anything to do with filebot hanging (unless the whole filesystem is broken):

Code: Select all

Jan 09, 2019 6:17:12 PM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/lxle/filebot/data/lxle/cache/0/github_stable_0.data is out of date, probably due to an unclean shutdown. Deleting index file /home/lxle/filebot/data/lxle/cache/0/github_stable_0.index
:!: It just means that FileBot was killed last time, instead of shutting down normally. Once you have you running setup, make sure that you never see this one, since no cache / bad cache means that FileBot will request data again, and possibly get you banned. Normally, FileBot caches online data extensively to make sure that that doesn't happen.



2.
You can add time stamps to lines of output in a generic Unix-y way that works for any command:
https://unix.stackexchange.com/q/26728/78608

:idea: If you have the ts command, then it's super easy. Just do filebot ... | ts '[%Y-%m-%d %H:%M:%S]' and it's done. Might need to install extra packages for that though.
:idea: Please read the FAQ and How to Request Help.
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

The filesystem error was when Filebot returned without processing the file fully ('after posting the "Argument[0]" line and never even gets to the expected "Use excludes: /home/lxle/amx-drobo.excludes"'). No idea if that's something you can trap.

Thanks for the pointer re: ts. I will give it a go.

Again, many thanks for the support. $6 sure does return a lot of value.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Hanging

Post by rednoah »

jeep wrote: 11 Jan 2019, 03:00 Again, many thanks for the support. $6 sure does return a lot of value.
Sure thing, no worries! :) I like to personally be in touch with my users, especially the Linux savvy ones, but ideally, it should just work for most users though. Haha :lol:
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Hanging

Post by rednoah »

rednoah wrote: 30 Jun 2016, 08:36 Print timestamp for each log event: true | false

Code: Select all

-Dnet.filebot.logging.time=true
r6005 adds support for adding fine-grained timestamps to logging output directly.
:idea: Please read the FAQ and How to Request Help.
jeep
Posts: 8
Joined: 08 Jan 2019, 22:35

Re: Filebot Hanging

Post by jeep »

Wow... you are really responsive to customer demand...!
Post Reply