Harddisk separate:
Code: Select all
X:\Movies
Z:\Movies
Y:\Movies
Code: Select all
X:\Movies
Z:\Movies
Y:\Movies
Code: Select all
filebot -script fn:duplicates X:/Movies Z:/Movies Y:/Movies
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.
Code: Select all
filebot -script fn:xattr /input
Code: Select all
Illegal Argument: java.nio.file.NoSuchFileException: C:\input (\input)
Done ?(?????)?
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 ?(?????)?