Page 1 of 1

-DuseExtendedFileAttributes=false no longer works

Posted: 17 May 2016, 09:41
by Morf
For many versions of Filebot now I've been editing the ini file to read:

-DuseExtendedFileAttributes=false

because my NAS does not support EA's.

With 4.7 it seems that this parameter is ignored: even with it set in all 3 ini files, the file has extended attributes added. This results in a warning message every time I copy the files to my NAS.

Re: -DuseExtendedFileAttributes=false no longer works

Posted: 17 May 2016, 10:04
by rednoah
That's a confirmed bug. You can use -no-xattr flag to force -no-xattr behaviour for the time being.

@see viewtopic.php?f=6&t=3726

Re: -DuseExtendedFileAttributes=false no longer works

Posted: 17 May 2016, 11:29
by kim
or do a
"filebot -script fn:xattr --action clear"
after scraping

http://www.filebot.net/forums/viewtopic ... &t=5#p5394