If the number of movies in PVD doesnt match with the number of folder (= number of movies) - how can i find out which it is? Without doing it manually...
I assume you've run
Scan folders... and resolved any issues it reveals (e.g., a video file is found, but not properly matched to a record in the database). If you're sure the numbers should match, this might be a good time to roll up your sleeves and fine-tune your
File Scanner configuration. The most direct way to do that is to do what you're trying to avoid—determine exactly why there's a difference. The files that account for the difference should suggest what the problem is and how to fix it. For example, you may find the discrepancy is caused by some files with unusual names that are not recognized by your regex. You can either amend your regex so those filenames are recognized, or change the filenames to something that will be recognized. Either way, you will have eliminated those particular causes of potential future discrepancies.