If a user accidentally adds a space before or after the name of the file when entering the movie information in the database it can cause the utility to not recognize the movie as valid. I've modified the scripts so that the movie file is trimmed prior to insertion in the database. It's also trimmed when pulled from the database for comparison. This should prevent any future problems.