docker-filebot
docker-filebot copied to clipboard
[Feature request] Feature Addition -no-xattr
Idea
Hello, I would like to request a feature, the addition of a flag to not use the attr attributes.
Disable this feature via the -no-xattr command-line flag: -no-xattr
or via system properties:
filebot -script fn:properties --def useExtendedFileAttributes=false
It's because I use rclone assembly, and it doesn't support xattr attributes
This can be done by setting the environment variable: FILEBOT_CUSTOM_OPTIONS=-no-xattr
. The affects the UI.
If you also want AMC, use AMC_CUSTOM_OPTIONS
.