The reason I can't schedule recordings from the command line is I needed a couple of other lines (found in NEWA)
Code:
RecordingServiceProxy.ForceRemote();
ScheduleHelperFactory.SetScheduleHelper(RecordingServiceProxy.GetInstance());
However I still can't run because of the tuner plugin.
Code:
2012-08-11 09:36:52.521 [INFO][1] About to connect to remote recording service
2012-08-11 09:36:52.523 [DEBUG][1] RecordingServiceProxy@exit
2012-08-11 09:36:52.554 [ERROR][1] Specified capture plugin not found: NetworkRecorder.NetworkRecorder
2012-08-11 09:36:52.554 [ERROR][1] Specified capture plugin not found: NetworkRecorder.NetworkRecorder
How can I force a command line program to load this? NEWA seems to work ok and load the plugins
Code:
2012-08-11 08:12:24.187 [INFO][3] About to connect to remote recording service
2012-08-11 08:12:24.219 [DEBUG][3] RecordingServiceProxy@exit
2012-08-11 08:12:24.248 [DEBUG][3] About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
...
Martin