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:history --format '${from.name}\n${to.name}\n'
Code: Select all
filebot -script fn:history --format '${from}\t${to}' > history.tsv
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 --format "{json}" /path/to/files
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 --mode binary /input /output /backup
Code: Select all
filebot -script fn:tags /path/to/files