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


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