docker-filebot icon indicating copy to clipboard operation
docker-filebot copied to clipboard

[Feature request] Feature Addition -no-xattr

Open kuesttman opened this issue 1 year ago • 1 comments

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

kuesttman avatar Oct 06 '23 02:10 kuesttman

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.

jlesage avatar Oct 06 '23 13:10 jlesage