2018-07-15, 11:20 PM
Apologies if this is the incorrect sub thread, but after coming on here a few months back for a bit of steer on using an executable to change channels on my STB, I have now built something in C++ to accomplish the task. I have then pointed NextPVR to the location of my executable. However I am not sure how the arguments bit is supposed to work. My executable accepts arguments from the command line of the fashion 'myexecutable.exe 4 0 1', where the numbers at the end are the three numbers required to change to that channel. This all works as expected when I call from the Window's Command Prompt, but not in Next PVR. Is there any documentation as to what I need to put here to get it to change the channel of my STB as desired?