Page 1 of 1

Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 02:15
by armandinho
Windows 10

Harddisk separate:

Code: Select all

X:\Movies
Z:\Movies
Y:\Movies
Who find duplicate movies in all folders same time? WINDOWS 10.

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 05:31
by rednoah
e.g.

Code: Select all

filebot -script fn:duplicates X:/Movies Z:/Movies Y:/Movies
:arrow: viewtopic.php?t=5#p23171

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 15:04
by armandinho
Using CMD in admin mode. Receive: Done ?(?????)?

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 15:15
by rednoah
rednoah wrote: 14 Sep 2016, 05:33 Notes:
  • This script will not parse or guess any information from the filename. Files that do not contain xattr metadata will be ignored.
:?: Are files xattr tagged?


You can view xattr with the xattr script:

Code: Select all

filebot -script fn:xattr /input
:idea: viewtopic.php?f=3&t=324#p27518

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 15:21
by armandinho

Code: Select all

Illegal Argument: java.nio.file.NoSuchFileException: C:\input (\input)
Done ?(?????)?

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 10 Dec 2019, 15:27
by armandinho

Code: Select all

C:\Program Files\FileBot>filebot -script fn:xattr Y:\
Done ?(?????)?
C:\Program Files\FileBot>filebot -script fn:xattr Z:\
Done ?(?????)?
C:\Program Files\FileBot>filebot -script fn:xattr X:\
Done ?(?????)?

C:\Program Files\FileBot>filebot -script fn:xattr *.mkv
Illegal Argument: java.nio.file.InvalidPathException: Illegal char <*> at index 0: *.mkv (*.mkv)
Done ?(?????)?

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 11 Dec 2019, 00:14
by rednoah
:!: The duplicates script checks logical duplicates based on xattr metadata. There appears to be no xattr metadata for any files.

:?: Did you rename the files on your drives with FileBot before? (otherwise no xattr)

:?: Do your drives support xattr? (otherwise no xattr)

:idea: This thread explains what xattr is and how it works: viewtopic.php?f=3&t=324

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 11 Dec 2019, 03:14
by armandinho
Did you rename the files on your drives with FileBot before? (otherwise no xattr).....
Possible use filebot xattr no using rename in movies?

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 11 Dec 2019, 10:41
by rednoah
Sorry, looks like we're out of luck here. The duplicates script is fundamentally reliant on xattr metadata, and writing xattr metadata is part of the rename process.

Re: Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Posted: 13 Aug 2020, 04:08
by armandinho
Never used this program :/ Actually this working fine?