I posted this question in another thread and got no rsponse, so I am reposting to a new thread.
You didn't respond to my original answer in August 1. I've consolidated all your posts here in the hope we don't get lost again.
The program design does not intend that paths be entered manually—especially recurring episodes. The file scanner uses regular expressions to recognize information in the file paths of the files it's directed to scan, and uses that information to match the files to records in your database. It's your responsibility to change the default regex in the configuration to suit the file naming conventions you're using, or to change you file naming conventions to conform to the regex provided.
There are a number of topics here discussing how to do this. You'll find most of them by searching for "regex." There's also handy little utility at the very end of the Download section to help with testing regex to determine how they'll work with your filenames.