All scripts and Change Logs are 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:watcher -extract -rename /path/to/completed/ --output /final/destination/ --db TheTVDB
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:replace --def "e=.eng.srt" "r=.srt" /path/to/files
Code: Select all
filebot -script fn:replace --action copy --filter "[.]srt$" --def "e=[.](eng|english)" "r=.en" /path/to/files
Code: Select all
filebot -script fn:renall "path/to/media" -non-strict --format "{home}/Media/{plex}"
Code: Select all
filebot -script fn:renall "path/to/movies" -non-strict --format "{home}/Movies/{ny}" --db TheMovieDB --def target=folder
Code: Select all
--action test --log info
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:revert --action copy /path/to/files
Code: Select all
filebot -script fn:update-mes "X:/path/to/episodes" --def login=user:pwd addshows=y
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 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:tags /path/to/files