I set up eventghost to change channels and it works great from inside EG and from a command prompt. The command goes like th
"C:\Program Files\EventGhost\EventGhost.exe" -e channel 1 252
From the command prompt I have to quote the path part thanks to the oh-so-brilliant space in the path name supplied by MS.
I have the same path part in NextPVR as the executable in in arguments I have
-e 1 {channel}
The 1 is for tuner 1 and I can use 2-3 (don't have a third tuner yet though).
As I said, from a command prompt it all works perfectly but NPVR doesn't appear to actually execute the command. EG shows when it's received any input and nothing at all shows up in the log window for EG. NRecord.log shows the exact path and arguments as I use in the command promt but without the quotes.
I was thinking perhaps it was the space in the pathname but I can't manually add quotes to the path.
Any ideas if I'm doing the arguments wrong or perhaps the space in the path is really the problem?
"C:\Program Files\EventGhost\EventGhost.exe" -e channel 1 252
From the command prompt I have to quote the path part thanks to the oh-so-brilliant space in the path name supplied by MS.
I have the same path part in NextPVR as the executable in in arguments I have
-e 1 {channel}
The 1 is for tuner 1 and I can use 2-3 (don't have a third tuner yet though).
As I said, from a command prompt it all works perfectly but NPVR doesn't appear to actually execute the command. EG shows when it's received any input and nothing at all shows up in the log window for EG. NRecord.log shows the exact path and arguments as I use in the command promt but without the quotes.
I was thinking perhaps it was the space in the pathname but I can't manually add quotes to the path.
Any ideas if I'm doing the arguments wrong or perhaps the space in the path is really the problem?