-DuseExtendedFileAttributes=false no longer works

All your suggestions, requests and ideas for future development
Post Reply
Morf
Posts: 14
Joined: 02 Nov 2012, 21:01

-DuseExtendedFileAttributes=false no longer works

Post 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.
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: -DuseExtendedFileAttributes=false no longer works

Post 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
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: -DuseExtendedFileAttributes=false no longer works

Post by kim »

or do a
"filebot -script fn:xattr --action clear"
after scraping

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