How to extract and organize files from archives?
Posted: 27 Jul 2017, 21:11
Intermittent behavior and appears to happen via both script and GUI.
I've noticed this a couple of times, some folders get skipped (script) or a selected folder to process (GUI) simply won't try to match the content, as though the content doesn't exist. (By this, I mean no spinning icon to indicate that it is trying to find a match, not even a blink of an icon.) This only seems to happen when there is no actual media file present (ie, it's in an archive). If I extract the media file myself, then it works per normal. Haven't had (well, noticed) this issue until recently.
Output from the system info script:
When I try to enable "--mode interactive" I get the following error:
I've noticed this a couple of times, some folders get skipped (script) or a selected folder to process (GUI) simply won't try to match the content, as though the content doesn't exist. (By this, I mean no spinning icon to indicate that it is trying to find a match, not even a blink of an icon.) This only seems to happen when there is no actual media file present (ie, it's in an archive). If I extract the media file myself, then it works per normal. Haven't had (well, noticed) this issue until recently.
Output from the system info script:
Code: Select all
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_131
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 7 GB Max Memory / 19 MB Used Memory
OS: Windows Server 2012 R2 (amd64)
Package: MSI
Done ?(?????)?
Code: Select all
Exception in thread "AWT-EventQueue-0" net.filebot.cli.CmdlineException: Illegal mode: interactive
at net.filebot.Main.startUserInterface(Main.java:190)
at net.filebot.Main.lambda$main$1(Main.java:126)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)