[XATTR NOT FOUND] duplicates script
-
- Posts: 20
- Joined: 31 Jul 2017, 03:17
[XATTR NOT FOUND] duplicates script
I keep getting this error with quite a few files when i run filebot -script fn:duplicates /path/to/files --action delete ithink it started happening after i updated recently i moved all the files to a different folder and ran them through filebot again to hopefully attach the xattr metadata but a few files just never get assigned the data and new files pop up all the time that the data doesnt get attached to? is there something that i need to be adding to my script to make sure this doesnt happen?
Re: [XATTR NOT FOUND]
[XATTR NOT FOUND] means that the file at hand has no xattr metadata and so the duplicates script does not know which movie / episode this file refers to, and so this file is treated as if it wasn't there, i.e. doesn't count towards duplicates of any movie / episode entry.rednoah wrote: ↑14 Sep 2016, 05:33 In --mode logical, this script will not parse or guess any information from the filename. Files that do not have xattr metadata will be ignored. Please read the addendum for details.



-
- Posts: 20
- Joined: 31 Jul 2017, 03:17
Re: [XATTR NOT FOUND] duplicates script
The Filesystem Has many files with the xattr Metadata attached I think it has something to do with the files being read-only before processing?
Re: [XATTR NOT FOUND] duplicates script
Movieaholic wrote: ↑08 Feb 2024, 06:52 The Filesystem Has many files with the xattr Metadata attached I think it has something to do with the files being read-only before processing?


-
- Posts: 20
- Joined: 31 Jul 2017, 03:17
Re: [XATTR NOT FOUND] duplicates script
I cant quite remember exactly what the error message said i think it was just unable to write xattr. Ive manually renamed the files and have been waiting for it to happen again so i can match the file to the log but it doesn't seem to be happening anymore so ill see what happens. Ive had issues with my main system so don't have much of a log to look back on.