[CLI] A file is wrongly identified as containing two episodes -- can I force FileBot to see it as one?
Posted: 13 Dec 2016, 22:48
Make a directory named 'Gunbuster' and inside create a file called 'Gunbuster.05.Chapter.04+1.mkv'. On that file, run the following:
('episode.special >= 1' is so it's limited to special episodes)
It should incorrectly name it 'Gunbuster - 0x04 & 0x05 - Science Course - Chapter 4 The Size of the Fiendish Space Monsters & Science Course - Chapter 4+1 The History of Spaceships.mkv' when it should be 'Gunbuster - 0x05 - Science Course - Chapter 4+1 The History of Spaceships.mkv'
Is it possible to force FileBot to interpret each file as one episode?
('episode.special >= 1' is so it's limited to special episodes)
Code: Select all
filebot --db anidb --filter 'episode.special >= 1' -non-strict -rename
It should incorrectly name it 'Gunbuster - 0x04 & 0x05 - Science Course - Chapter 4 The Size of the Fiendish Space Monsters & Science Course - Chapter 4+1 The History of Spaceships.mkv' when it should be 'Gunbuster - 0x05 - Science Course - Chapter 4+1 The History of Spaceships.mkv'
Is it possible to force FileBot to interpret each file as one episode?