

GUI: Match by Title
The Presets feature allows you to create easy access shortcuts and custom Match by Episode Title buttons. The key is using Episode Order: Absolute Airdate Order for matching and then using a format such as {order.airdate.plex.name} for the destination path.

CLI: Match by Title
The --mapper option can be used to strip episode numbers from the Episode object leaving only the episode title for matching:
viewtopic.php?t=10996
e.g.
Code: Select all
--mapper "episode.derive(0)"
Code: Select all
$ filebot -rename *.mkv --db TheTVDB -non-strict --mapper "episode.derive(0)" --format "{plex.name}"
[MOVE] from [Monogatari - 5x01 - Yotsugi Doll - Part 1.mkv] to [Monogatari - S00E15 - Yotsugi Doll - Part 1.mkv]
[MOVE] from [Monogatari - 5x02 - Yotsugi Doll - Part 2.mkv] to [Monogatari - S00E16 - Yotsugi Doll - Part 2.mkv]
[MOVE] from [Monogatari - 5x03 - Yotsugi Doll - Part 3.mkv] to [Monogatari - S00E17 - Yotsugi Doll - Part 3.mkv]
[MOVE] from [Monogatari - 5x04 - Yotsugi Doll - Part 4.mkv] to [Monogatari - S00E18 - Yotsugi Doll - Part 4.mkv]