In the attached zip is VAP executable (NOT an installer) ver. 1.42T10.
This version will create a folder.jpg poster image beside the output video file under the following conditions:
1. Checkbox "Generate folder.jpg for WTV movies" on Other tab of Advanced Configuration form is checked.
2. The video being processed is a movie and TMDb lookup has succeeded and found the poster art URL.
3. The output video file has either the .wtv or .dvr-ms extension.
Creating the metadata-based output folder and video file name structure for WMC is accomplished by a properly constructed "Movie Output file name/path renaming template" entered in the upper portion of the Metadata Templates tab on the Advanced Configuration form. I don't use WMC but here is an example template that should illustrate this:
Code:
c:\temp\mgmovies\{title} ({movieyear})\{title} ({movieyear})
Thus for the movie True Grit released in 2010, the output folder is: "c:\temp\mgmovies\True Grit (2010)"
and the output file name is "True Grit (2010)"
Obtaining the required metadata items for this is done through a combination of input file name parsing and TMDb lookup as has been previously discussed here.
For example, if the video input file is named "True Grit (2010).mkv" then an input file name parsing template would be entered in the lower portion of the Metadata Templates tab of the Advanced Configuration form as follows:
Extension = ".mkv" (without the quotes)
Template =
and the checkbox named "Do not do TMDb (movie) searches" on the Other tab of the Advanced Configuration form should NOT be checked.
One of the iffy issues about all this is that VAP has to guess whether the input file is a movie or a series episode (so it can decide whether to search theTVDB or TMDb for the metadata). Hopefully it will do this correctly in most cases. If you know that you will never be processing anything but movies you can aid this decision process by checking "Do not do theTVDB (series) searches" on the Other tab of Advanced Configuration.
I'm not sure what size the folder.jpg images need to be. This can be adjusted if someone tells me.