Morning CV,
Did you end up producing a new version of vidImport that looks for the NextPVR.exe in the install path instead of in the data directory for Windows 7 (64bit in my case)? I'm running into this same exception:
Code:
Executing C:\Users\Public\NPVR\\NextPVR -import:"videos.xml"
Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at videoImport.Program.importFromGbpvr()
at videoImport.Program.clMain()
at videoImport.Program.Main(String[] args)
Also, another strange one (I don't want to hijack this thread. Let me know if you want me to create a new thread). If I try and create the import.xml for a file not produced by NextPVR (IE, downloaded) it crashes when trying to access tmdb / imdb / tvRage / thetvdb:
Code:
Adding American.Horror.Story.S02E06.HD.TV-.mkv to list of recordings.
Searching for title: American.Horror.Story, subtitle: E01.720p.BluRay- s01e01 on TVRage
Retrieving thedvdb.com mirror list
Retrieving thedvdb.com series ID for: American.Horror.Story :: 2012
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at videoImport.Program.getImdbInfo(ArrayList rList, Boolean overrideMeta)
at videoImport.Program.clMain()
at videoImport.Program.Main(String[] args)
Any ideas? I don't have vidImport in the NextPVR install directory (C:\Program Files (x86)\NPVR) but rather in the data directory (C:\Users\Public\NPVR\Utilities\VidImport)
Thank you,
Graham.