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.tsvShell: 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:historyShell: Select all
filebot -script fn:history "/path/to/files"Shell: Select all
filebot -script fn:xattr /path/to/filesShell: Select all
filebot -script fn:xattr /path/to/files --action clearShell: Select all
filebot -script fn:xattr /path/to/files --action importShell: Select all
filebot -script fn:xattr /path/to/files --action pruneShell: 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=7Shell: Select all
filebot -script fn:suball /path/to/mediaShell: Select all
filebot -script fn:verify /path/to/filesShell: Select all
filebot -script fn:miss /path/to/mediaShell: Select all
filebot -script fn:duplicates /path/to/filesShell: Select all
filebot -script fn:duplicates -non-strict /path/to/filesShell: Select all
filebot -script fn:duplicates --mode binary /input /output /backupShell: Select all
filebot -script fn:duplicates --mode binary /path/to/files -exec du -ch {f} +Shell: Select all
filebot -script fn:tags /path/to/filesShell: 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"