-DuseExtendedFileAttributes=false broken with 4.7
-DuseExtendedFileAttributes=false broken with 4.7
FileBot stores metadata in NTFS extended attributes even when DuseExtendedFileAttributes=false in the .l4j ini files.
Re: v4.7 Bug
I see, it seems like -DuseExtendedFileAttributes=true|false is indeed broken.
The -no-xattr flag should work though:
The -no-xattr flag should work though:
Code: Select all
-no-xattr
Re: -DuseExtendedFileAttributes=false broken with 4.7
But I want FileBot to change the creation date.
Re: -DuseExtendedFileAttributes=false broken with 4.7
Since this issue has been fixed, you could try updating to the latest nightly build.
-
- Posts: 6
- Joined: 10 May 2016, 14:20
Re: -DuseExtendedFileAttributes=false broken with 4.7
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
Thanks
Re: -DuseExtendedFileAttributes=false broken with 4.7
1.
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.
Are you sure? What revision have you tested with? What's the filebot -script fn:sysinfo output?Seems to still be broken...
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.
-
- Posts: 6
- Joined: 10 May 2016, 14:20
Re: -DuseExtendedFileAttributes=false broken with 4.7
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.
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
We're at r3959 now: viewtopic.php?f=7&t=1609