I'm running into a bit of an issue when trying to format using the {plex} binding. When I try using it, it works fine except that it seems to swallow the 'Season' directory.
When I try testing it using the 'filebot list' it works exactly as i would expect it:
Code: Select all
filebot -list --q "Tower of God" --format {plex.tail}
Code: Select all
Tower of God/Season 01/Tower of God - S01E01 - BALL
Code: Select all
filebot -rename '/mnt/pidrive3/torrents/hardlinks/anime/[HorribleSubs] Tower of God - 03 [1080p].mkv' --output /mnt/pidrive3/media/anime/ --action test -non-strict --format {plex.tail}
Code: Select all
media/anime/Tower of God/Tower of God - E03 - The Correct Door.mkv

Result when using '-list'

Result when running it with real file using 'test'
