With this code it doesn't recognize it as special but as normal episode (like s04e07).
How i can make everything that has "e00" in the name be identified as specials?
Formats allow you to format episode objects. If the episode object (e.g. S04E07) is wrong because FileBot failed to match the correct episode, then you can't do anything about that in the format.
The --filter allows you to control what episodes will be considered for matching.
$ filebot -rename . --action test --db TheTVDB -non-strict --filter "age < 7"
Rename episodes using [TheTVDB]
Auto-detected query: [The Blacklist]
Fetching episode data for [The Blacklist]
Fetching episode data for [The Blacklist: Redemption]
Fetching episode data for [Black Box]
Apply Filter: {age < 7}
Include [The Blacklist - 0xSpecial 5 - Behind Blacklist: Season 4]
[TEST] Rename [the.blacklist.s04e00.behind.the.blacklist.mkv] to [The Blacklist - 0xSpecial 5 - Behind Blacklist Season 4.mkv]
Note: This will only work between 0 and 7 days after the episode airdate. Please read the Advanced Fine-Tuning section of the amc manual for more information.
would make a first check between what's under 7 days and after that make a check on everything else?
This way what's under 7 days has priority on other, than everything will come later.