Hi Rick,
Firs, sorry for my huge ignorance in this field.
I did not know I had first to modify the pvdimportconfiguration.xml file, so i have just tried to do it.
Let me know if I'm wrong but I have
- set the Fieldconfigfilename to the right path (in my case D:\Program Files\J River\Media Center 13\Plugins\PvdImport\PvdImportFieldConfig.xml)
- set the PvdDatabaseFilename to the path for the test I am trying to first run, basically a database with one movie only (<PvdDatabaseFileName>test.pvd</PvdDatabaseFileName>)
- set the testfilename to the video file that is in my test.pvd database: (G:\Movies\Aberdeen\Aberdeen.avi)
After saving I still get exactly the same errors, the plugin can't load the config file and i get "unhandled exception" errors when trying to set the database, video file and field config file from within the plugin.
What do you mean by "If so, does the error still happen when you try to change any of those settings
from within the plugin?" Can I also edit these settings from the plugin itself in MC?
I paste below the whole config xml file just in case you can spot any mistake:
<?xml version="1.0"?>
<PvdImportConfiguration xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<FieldConfigFileName>D:\Program Files\J River\Media Center 13\Plugins\PvdImport\PvdImportFieldConfig.xml</FieldConfigFileName>
<UpdateCoverArt>true</UpdateCoverArt>
<CoverArtMode>0</CoverArtMode>
<CoverArtFolder>\\Server\Music\Cover Art</CoverArtFolder>
<PvdDatabaseFileName>test.pvd</PvdDatabaseFileName>
<TestFileName>G:\Movies\Aberdeen\Aberdeen.avi</TestFileName>
<McSearchExpression>[Media Type]=[Data],[TV],[Video]</McSearchExpression>
<OnlyWriteEmptyFields>true</OnlyWriteEmptyFields>
<ShowTooltip>true</ShowTooltip>
<ShowDescription> true</ShowDescription>
</PvdImportConfiguration>
Thanks again.