Scripts and change logs are available on GitHub:
https://github.com/filebot/scripts


Code: Select all
filebot -script fn:mi --output /path/to/MediaIndex.tsv /path/to/media/
Code: Select all
filebot -script fn:artwork.tvdb /path/to/tvshows/
Code: Select all
filebot -script fn:artwork.tmdb /path/to/movies/
Code: Select all
filebot -script fn:cleaner /path/to/media/
Code: Select all
filebot -script fn:history
Code: Select all
filebot -script fn:history "/path/to/files"
Code: Select all
filebot -script fn:xattr /path/to/files
Code: Select all
filebot -script fn:xattr --action clear /path/to/files
Code: Select all
filebot -rename --db xattr --format "{original}" /path/to/files
Code: Select all
filebot -mediainfo -r /path/to/files --format "{json}"
Code: Select all
filebot -script fn:suball /path/to/media -non-strict --def minAgeDays=1 maxAgeDays=7
Code: Select all
filebot -script fn:suball /path/to/media
Code: Select all
filebot -script fn:verify /path/to/files
Code: Select all
filebot -script fn:miss /path/to/media
Code: Select all
filebot -script fn:duplicates /path/to/files
Code: Select all
filebot -script fn:duplicates /path/to/files --format "{vf}"
Code: Select all
filebot -script fn:duplicates --mode binary /input /output /backup
Code: Select all
filebot -script fn:tags /path/to/files
Code: Select all
--def mkvpropedit="C:/Tools/mkvpropedit.exe" --def atomicparsley="C:/Tools/AtomicParsley.exe"
Code: Select all
filebot -script fn:zip -d /path/to/files --filter "ext =~ /nfo|url/" --output "Companion Files.zip"
Code: Select all
filebot -script fn:zip -d /path/to/files --filter "ext =~ /log/ && f.lastModified().toDate(/UTC/).year == 2021" --output "Logs 2021.zip"
Code: Select all
filebot -script fn:zip -d "%APPDATA%/FileBot" --filter "f =~ /cache/" --output "%USERPROFILE%/Desktop/FileBot Cache.zip"