-DuseExtendedFileAttributes=false broken with 4.7

All your suggestions, requests and ideas for future development
Post Reply
c1724503
Posts: 2
Joined: 06 May 2016, 22:12

-DuseExtendedFileAttributes=false broken with 4.7

Post by c1724503 »

FileBot stores metadata in NTFS extended attributes even when DuseExtendedFileAttributes=false in the .l4j ini files.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: v4.7 Bug

Post by rednoah »

I see, it seems like -DuseExtendedFileAttributes=true|false is indeed broken.

The -no-xattr flag should work though:

Code: Select all

-no-xattr
:idea: Please read the FAQ and How to Request Help.
c1724503
Posts: 2
Joined: 06 May 2016, 22:12

Re: -DuseExtendedFileAttributes=false broken with 4.7

Post by c1724503 »

But I want FileBot to change the creation date.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: -DuseExtendedFileAttributes=false broken with 4.7

Post by rednoah »

Since this issue has been fixed, you could try updating to the latest nightly build.
:idea: Please read the FAQ and How to Request Help.
JustaUser2
Posts: 6
Joined: 10 May 2016, 14:20

Re: -DuseExtendedFileAttributes=false broken with 4.7

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

Re: -DuseExtendedFileAttributes=false broken with 4.7

Post 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.
:idea: Please read the FAQ and How to Request Help.
JustaUser2
Posts: 6
Joined: 10 May 2016, 14:20

Re: -DuseExtendedFileAttributes=false broken with 4.7

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

Re: -DuseExtendedFileAttributes=false broken with 4.7

Post by rednoah »

We're at r3959 now: viewtopic.php?f=7&t=1609
:idea: Please read the FAQ and How to Request Help.
Post Reply