2016-10-27, 12:42 PM
GWCowling323 Wrote:Nothing worked, so I decided to byte the bullet and uninstall/reinstall NextPVR, expecting to have to redo all my settings. Great News: Got Recordings. Programs that hadn't recorded and previously still showed up as pending showed up as Failed. But, to my surprise, all my settings were still there.
Had three batch files in "Scripts" - PostStartUp, ParallelProcessing and PostUpdateEpg which didn't keep things from running, but also didn't process ComSkip.
Bad News in Settings: TV Listings and TV Recordings still appear on Plugins page even though I had deleted them. Genre Coloring set on Misc2 doesn't work. In Recordings "Sort" works, but "Filter" doesn't. Any way to get NextPVR back to it's virgin state?
Next Up: Find sports to record to test NextEnd extending sports and subsequent programs. Explore NexPVR config to see what features of TV Listings and/or GuidePlus that I was interested in implementing are now built into NextPVR as someone mentioned earlier.
Now that I see the line I wanted in NRecord I don't think you need to reinstall. You might need to edit config.xml to have TVListing and TVRecording not show up in Settings and remove the folders from the Plugins Folder if they are there (I don't see them in NPVR.log though)
Your scripts are more complicated then I would like to see for a new user. For sure it looks like you might need a path to comskip Also this should be on one line with --oid %3 --sd
start /b "" "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --sd
start /b "" "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --oid %3
Since NextEnd has it's own logging, I would stick with the vanilla postupdateepg and poststartup scripts shown on the NextEnd wiki page
Martin