2011-09-01, 07:14 PM
Quote:I'm not getting a reply to my Post #149I didnt see that post.
Quote:I start NextPVR.exe when I start the computer by using a Shortcut in the Startup directory. When I add the -UpdateEPG option to pass this argument to NextPVR.exe, Windows chokes and won't accept it. It appears to be confusing the argument I am passing with the name of the program and saying that it does not exist. I'm a Linux user and don't know that much about Windows XP. Could you tell me how to run the command "NextPVR.exe -UpdateEPG" in Windows automatically when I start the computer?It's probably to do with how you created your shortcut. You could do something like create a startnpvr.bat, with something like the following, and put a shortcut to it in your startup folder.
Code:
c:
cd "\program files\npvr"
nextpvr.exe -UpdateEPG
Quote:BTW, is there a Linux version of NPVR in the future?No, not an official one from me. There a linux client app that another user has posted though.