Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

Support for Windows users
Post Reply
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

Find Duplicate filebot xattr or fn:duplicate in WINDOWS 10

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

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

Post by rednoah »

e.g.

Code: Select all

filebot -script fn:duplicates X:/Movies Z:/Movies Y:/Movies
:arrow: viewtopic.php?t=5#p23171
:idea: Please read the FAQ and How to Request Help.
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

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

Post by armandinho »

Using CMD in admin mode. Receive: Done ?(?????)?
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

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

Post by armandinho »

Code: Select all

Illegal Argument: java.nio.file.NoSuchFileException: C:\input (\input)
Done ?(?????)?
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

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

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

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

Post 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
:idea: Please read the FAQ and How to Request Help.
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

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

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

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
armandinho
Posts: 7
Joined: 10 Dec 2019, 02:12

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

Post by armandinho »

Never used this program :/ Actually this working fine?
Post Reply