Command Line Utilty - mc_com.exe
The app needs to be run from your main Media Companion folder since it needs some of the same libraries to function.
If Renaming of TV Episodes or Movies is set in Media Companion, mc_com.exe will also rename upon finding new files.
Useage:-m (search for new movies)
-e (search for new episodes)
-p (set the profile to use)
-x (create a list of movie info ie. HTML, XML, or CSV)
mc_com.exe [-m] [-e] [-p "ProfileName"] [-x "templatename" "outputpath"]
Examples:mc_com.exe -m
Will search for and scrape new movies - default profile

mc_com.exe -e
Will search for and scrape new episodes - default profile

mc_com.exe -m -p "my movies"
Will search for and scrape new movies using the "my movies" profile (The quotes (") are not needed unless their is a space in the profile name)
mc_com.exe -m -x "basic movie list" "c:\movielist\list.html"
Will search for new movies and then output a list using the named template to the named path, again, the template and path only need quotes if their are spaces in the name or path.
Ensure the template name provided matches the title
within the template text file (not necessarily the template filename!)