Disable Windows file path validation on Unix platforms: unixfs = true | false
Code: Select all
filebot -script fn:properties --def unixfs=true
Code: Select all
filebot -script fn:properties --def parallelism=8..64
User Interface Options:
Configure Look and Feel: net.filebot.theme = Darcula | Nimbus | System
Code: Select all
filebot -script fn:properties --def net.filebot.theme=Darcula
Code: Select all
filebot -script fn:properties --def net.filebot.UserFiles.fileChooser=Swing
Logging Options:
Enable debug logging: net.filebot.logging.debug = ALL | FINE | INFO
Code: Select all
filebot -script fn:properties --def net.filebot.logging.debug=ALL
Code: Select all
filebot -script fn:properties --def net.filebot.logging.time=true
Java Options:
Enable Direct3D render pipeline: sun.java2d.d3d = true | false
Code: Select all
filebot -script fn:properties --def sun.java2d.d3d=true
Code: Select all
filebot -script fn:properties --def sun.java2d.opengl=true
Code: Select all
export JAVA_OPTS="-XX:ActiveProcessorCount=1 -Xmx256"
filebot ...