Page 1 of 1
-DuseExtendedFileAttributes=false broken with 4.7
Posted: 06 May 2016, 22:19
by c1724503
FileBot stores metadata in NTFS extended attributes even when DuseExtendedFileAttributes=false in the .l4j ini files.
Re: v4.7 Bug
Posted: 07 May 2016, 08:57
by rednoah
I see, it seems like
-DuseExtendedFileAttributes=true|false is indeed broken.
The
-no-xattr flag should work though:
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 09 May 2016, 18:41
by c1724503
But I want FileBot to change the creation date.
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 09 May 2016, 18:45
by rednoah
Since this issue has been fixed, you could try updating to the latest nightly build.
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 10 May 2016, 15:14
by JustaUser2
Seems to still be broken.... Actually is modifying the files in someway because the LMD timestamp is changing. Tried the the download run portable version 4.7 and the latest build (but sandboxed and extracted to run portable) and got same results. Ran the 4.5 version on the same files (Mr. Robot) does not modify the LMD timestamp. On a side note though, this "{airdate.format("YY.MM.DD")}" now returns a three digit number where the day should be but this "{airdate.format("YY.MM.dd")}" returns the correct 2 digit day number of the month. That is now happening in 4.5, 4.7 and the latest nightly build. In the past, it use to work correctly, so maybe something on my end, but did not start happening until after I downloaded and ran 4.7... You mention the "-no-xattr" flag above, where would one put that?
Thanks
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 10 May 2016, 15:34
by rednoah
1.
Seems to still be broken...
Are you sure? What revision have you tested with? What's the
filebot -script fn:sysinfo output?
2.
Learn how to use data format patterns:
https://docs.oracle.com/javase/8/docs/a ... l#patterns
3.
-no-xattr is a command-line option.
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 11 May 2016, 15:05
by JustaUser2
1.:
FileBot 4.7 (r3923)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (E:\Program Files (x86)\FileBot_4.7x-portable\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_31
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 7 GB Max Memory / 22 MB Used Memory
OS: Windows 7 (amd64)
Package: PORTABLE
Data: E:\Program Files (x86)\FileBot_4.7x-portable
Done ?(?????)?
2.:
Thanks
3.:
I see. I can add that to the shortcut that starts it. Thanks.
Re: -DuseExtendedFileAttributes=false broken with 4.7
Posted: 11 May 2016, 16:27
by rednoah