gotta make it E:\TV Shows as import dir and put the simpsons in that... it needs to read the series name and can't do that if the import path doesn't have anything inside of it with the series name.
Trying to parse this TV series called Frasier)
C:\Users\Media PC\Videos\Frasier
within that folder files are named like this : S01E01 - The Good Son
e.g C:\Users\Media PC\Videos\Frasier\S01E01 - The Good Son
I have posted this is the general section but then realised it should probably be here as a request
^(?<series>.*[^\\])\\[Ss](?<season>\d{2})[Ee](?<episode>\d{2})\s\-\s(?<title>.*)\.(?<ext>\w{2,4})$