Revert files via the GUI:
Click



Revert files via the CLI:
Revert the most recent group of files:
Code: Select all
filebot -revert
Code: Select all
filebot -revert /path/to/files
Code: Select all
filebot -revert --mode interactive

Print the internal history:
Code: Select all
filebot -script fn:history
Code: Select all
filebot -clear-history
Code: Select all
filebot -rename -r /path/to/files --db xattr --format "{original}"
Example Usage:
Process files:
Code: Select all
$ filebot -rename *.mp4 --db TheMovieDB -non-strict --action HARDLINK --log INFO
[HARDLINK] from [Avatar.mp4] to [Avatar (2009).mp4]
Code: Select all
$ filebot -mediainfo *.mp4 --db xattr --format "{f.name} | {original} | {type} | {id}"
Avatar (2009).mp4 | Avatar | Movie | 19995
Avatar.mp4 | Avatar | Movie | 19995
Code: Select all
$ filebot -revert
Revert [Avatar (2009).mp4] to [Avatar.mp4]
Code: Select all
$ filebot -mediainfo *.mp4 --db xattr --format "{f.name} | {original} | {type} | {id}"
Avatar.mp4 | Avatar | |