6233638 - this approach does not work for filenames that have multiple words e.g., the.good.wife.418.hdtv-lol.mp4 VERSUS the.middle.418.hdtv-lol.mp4
I wasn't really sure how much you were trying to process, so I only used an example for that specific file.
the.good.wife.418.hdtv-lol.mp4 with:
[Series].4[Episode].hdtv-lol would fill out the series as
the.good.wife, which I thought would be enough for "Get Movie & TV Info..." to work after filling out [Season], but you could run "Clean File Properties" to fix the name if it's necessary.
It does seem like it would be useful if there was some way to have it automatically clean the file properties when running "Fill Properties From Filename...", and to be able to specify the number of digits it should be looking for in each tag if you have:
[Series].[Season][Episode].hdtv-lol
What I think should be a safe default, is to presume that if there are three digits and you are splitting them up into [Season][Episode], season is only going to be the first digit.
So 101 would be season 1, episode 1 rather than season 10, episode 1. (which you would expect to be 1001 in that format)