This may be another great feature in GBPVR yet to be implemented, but it does not appear to be there ( I have livetv set to 1 in comskip.ini and use parallelprocessing.bat)
Also, while watching a recording in progress, comskip cut points do not get updated unless the recording is restarted. It would be nice to have them updated on a regular basis.
Posted by: smajor - 2011-01-19, 12:38 AM - Forum: Wishlist
- No Replies
Possibly a minor tweak. I've had to call my channelchanger.exe from a bat file to work around a problem with my cable provided STB going to sleep mode and not honoring the first keypress once it awakens. Seems to be an emerging issue with providers trying to save bandwidth with switched digital channels.
ANYWAY, by default, searching for your channelchanger defaults to .exe only and one would have to manually type the .bat file name. It would be handy show/allow or select a .bat or .exe.
Not a big deal for me, just thought this might help newer users.
The ui zoom feature doesnt seem to do anything
on pvrx2 i had the zoom control set to
horizontal/ vertical zoom both set 0.95
and overscan of 25 on all boarders
I have to have this because stupid tv doesnt let me run 50hz on its native resolution so I have to oversize the picture to get smooth pans
1280x720
there are a few problems with the version, i think some are because of the changes by the Patch 4.
1. Since initial version DVB-s channel-scan finishes with an error, the prog hangs completely and needs to be restartet; the channels are written into the db3 although (Logs in my last post)
2. Where in the nPVR.db3 are the DVB-s frequencies coded? i just found tuning but there is no frequency inside; this leads to problem 3;
3. three channels on one transponder are missing since sunday (the day i installed Patch 4, 12545/H/22000/SID:17500-17502 Astra 19.2°). The system delivers these channels because on the other computer and on my tv the channels are where they are supposed to be. NPVR just shows blank in Live TV and does not actualize the EPG. Manual Recordings lead to 7MB/45mins, not playable so i think the channel is missing anyway
4. A Proposal for manual recording:
If i want to start new manual recordings, it is very uncomfortable to change starting time; when the broadcast starts at 9.30 p.m. and it is 07.30 a.m. i need to go through more than 60 click forwards each 10mins. In GB PVR i was able to enter "21" and it took this starting time, maybe you can change it when there ist some time.
5. Another proposal:
Maybe it is possible to put in a fast switch (daily, like Combo Box oder just one day ahaed) in TVGuide
Background: if i program broadcasts i sometimes do in between somethin else, after a few minutes npvr starts at the actual day at the actual time; if it is thursday and i want to program sunday i need to go e few minutes just forwards to reach sunday broadcasts; i choice to go directly to another day would speed this up enormously
In general: Very Big thanks for developing nPVR further, i think you're on a great way, the software mostly works quite well!
Probably me doing something stupid but i'm getting this error when using the manual record and when I delete (or try to delete) a recording. I just installed searchlite and it adds recordings fine but the recordings a created from within npvr won't cancel.
I was having issues when recording more then 2 shows at the same time. I had BDA Multiplexer set to TS Mux and had Enable Multi-Record Support checked. So I switched to DVR-MS and it seems to be working. Although when I try to play back the recordings all I get is a black screen. If I play back the recordings using Windows Media Center they play back fine.
Back in the day I used to be a Java Programmer. Over the years the amount of actual coding that I've been doing has dropped off to almost nothing.
So in an attempt to prove to myself that I "still got it", I was trying to write a simple Java client for the EWA web services.
I am stuck on Creating Credentials. Can somebody help me out with what is going on in CreateCredetial.cs so I can go off and Google it all and try to come up with a Java implementation?
I'm not exactly sure what a stream count is that I keep seeing in the logs - used for tracking multiple recordings coming from 1 tuner perhaps? - but it's causing some trouble for my HD-PVR.
While testing my channel change/box reset issue I mentioned earlier, I've found that when a recording is canceled or finishes my HDPVR is being left in a recording state afterwards - HDPVR's little red recording light is on and the file continues to be written to even after the recording finishes. Here's an example of the problem from the logs:
Code:
2011-01-18 13:32:27.319 [DEBUG][7] About to start recording (1066): F:\video\recordings\Signs\Signs_20110118_12301420-0.ts
2011-01-18 13:32:27.320 [INFO][7] HDPVRRecorder.StartStream(F:\video\recordings\Signs\Signs_20110118_12301420-0.ts)
[B][COLOR=red]2011-01-18 13:32:27.320 [INFO][7] HDPVR stream count now 1[/COLOR][/B]
2011-01-18 13:32:27.320 [INFO][7] Running blaster: C:\vid\STB\channel.bat 951
2011-01-18 13:32:31.830 [INFO][7] Creating graph
2011-01-18 13:32:31.866 [DEBUG][7] FindFilterByName failed to locate filter: Hauppauge HD PVR Crossbar
2011-01-18 13:32:31.877 [DEBUG][7] Temp at 1/18/2011 1:32:41 PM
[COLOR=red]2011-01-18 13:32:31.877 [DEBUG][7] Failed to start recording (1066:F:\video\recordings\Signs\Signs_20110118_12301420-0.ts): 'Unable to locate crossbar filter (Hauppauge HD PVR Crossbar: #1)'
[/COLOR]
<snip - some time passes while I fix my channel.bat file>
[COLOR=red]2011-01-18 13:33:43.879 [DEBUG][7] About to start recording (1067): F:\video\recordings\Signs\Signs_20110118_12301420-0.ts
[/COLOR]2011-01-18 13:33:43.879 [INFO][7] HDPVRRecorder.StartStream(F:\video\recordings\Signs\Signs_20110118_12301420-0.ts)
[B][COLOR=red]2011-01-18 13:33:43.879 [INFO][7] HDPVR stream count now 2[/COLOR][/B]
2011-01-18 13:33:43.879 [INFO][7] Running blaster: C:\vid\STB\channel.bat 951
2011-01-18 13:33:44.598 [INFO][7] Creating graph
2011-01-18 13:33:44.810 [DEBUG][7] Graph filter list:
2011-01-18 13:33:44.810 [DEBUG][7] - NPVR Writer2
2011-01-18 13:33:44.810 [DEBUG][7] - NPVR Writer
2011-01-18 13:33:44.810 [DEBUG][7] - Infinite Pin Tee Filter
2011-01-18 13:33:44.810 [DEBUG][7] - Hauppauge HD PVR Encoder
2011-01-18 13:33:44.810 [DEBUG][7] - Hauppauge HD PVR Capture Device
2011-01-18 13:33:44.810 [DEBUG][7] - Hauppauge HD PVR Crossbar
2011-01-18 13:33:44.810 [INFO][7] About to start graph
2011-01-18 13:33:44.816 [DEBUG][7] Device reports resolution: 1920x1080 (fps:30)
2011-01-18 13:33:44.816 [DEBUG][7] device minimum bitrate: 200000
2011-01-18 13:33:44.816 [DEBUG][7] device maximum bitrate: 13500000
2011-01-18 13:33:44.816 [DEBUG][7] device bitrate step size: 100000
2011-01-18 13:33:44.819 [DEBUG][7] device reports current bitrate as: 13500000
2011-01-18 13:33:44.823 [DEBUG][7] device reports current peak bitrate as: 20200000
2011-01-18 13:33:44.823 [DEBUG][7] About to set BITRATE MODE
2011-01-18 13:33:44.827 [DEBUG][7] requesting variable encoding
2011-01-18 13:33:44.834 [DEBUG][7] trying to request bitrate: 13500000
2011-01-18 13:33:44.851 [DEBUG][7] device confirms bitrate as: 13500000
2011-01-18 13:33:44.851 [DEBUG][7] About to set PEAK BITRATE
2011-01-18 13:33:44.851 [DEBUG][7] device minimum peak bitrate: 200000
2011-01-18 13:33:44.851 [DEBUG][7] device maximum peak bitrate: 20200000
2011-01-18 13:33:44.851 [DEBUG][7] device peak bitrate step size: 100000
2011-01-18 13:33:44.851 [DEBUG][7] trying to request peak bitrate: 20200000
2011-01-18 13:33:44.863 [DEBUG][7] device confirms bitrate as: 20200000
2011-01-18 13:33:48.837 [DEBUG][7] About to switch HDPVR to target:
F:\video\recordings\Signs\Signs_20110118_12301420-0.ts
2011-01-18 13:33:48.851 [DEBUG][7] Temp at 1/18/2011 1:33:58 PM
2011-01-18 13:33:48.851 [DEBUG][7] Started recording (1067:F:\video\recordings\Signs\Signs_20110118_12301420-0.ts)
2011-01-18 13:33:48.945 [DEBUG][7] Starting: C:\Users\Public\NPVR\Scripts\ParallelProcessing.bat "F:\video\recordings\Signs\Signs_20110118_12301420-0.ts" 951 1067
[COLOR=red]2011-01-18 14:22:00.197 [DEBUG][7] Stopping recording (1067). Past end time of recording.
[B]2011-01-18 14:22:00.197 [INFO][7] HDPVR stream count now 1[/B][/COLOR]
2011-01-18 14:22:00.490 [DEBUG][7] No C:\Users\Public\NPVR\Scripts\PostProcessing.bat
After this last recording ended the file just keeps growing and I'm guessing it's due to the stream count issue.
I have occasional trouble with my HD-PVR, and it seems to be resolved by occasionally turning it off and on again. Since I have the occasional recording fail I want a way to reset the box at the beginning of every recording and I almost have it, but not quite.
Using some X10 software I can turn the power to the device off and back on programmatically, and adding the calls to the batch file I use for changing channels seems like a good means to do it. The problem is npvr tries to create the graph for the recording before the box is finished resetting, so now it fails consistently and reliably.
I thought I'd be clever and add a delay to the channel change script, giving the box about 10 seconds to finish resetting before continuing. Using the TIMEOUT command, I can indeed add a 10 second delay to the batch file and I've verified that it's taking that long since I cycle the HDPVR, wait 10 seconds and then issue my firewire command to change the channel. I can observe the delay. However, something a little peculiar happens when I do this.
Looking at npvr's logs, without any delay npvr goes from calling the channel change script to trying to setup the filter in about a second:
However, when adding a delay to the batch file npvr just waits a little while before continuing. It's not as fast as usual, but it's not waiting for the batch file to finish either - it seems to wait an extra 4-6 seconds but then goes ahead and resumes. Isn't that odd?
So, any suggestions? While I think it would be great if npvr actually waited for the channel change to finish, I know mine is a bit of an odd request so I'm not exactly expecting a change to npvr. I know I can use the Windows Task Scheduler to cycle the power on the HDPVR periodically, but that runs the risk happening during a recording to screwing it up. So, any other ideas?
My old GBPVR box has been chugging along nicely but now that we've upgraded to widescreen hdtvs the recordings coming from my PVR-150 & 500 aren't cutting it. There are many shows that I would like to record in hd widescreen. I thought about a hd homerun but several of the channels I want to record are digitally encrypted on our system. Our cable boxes do have component red/green/blue outputs though and they do work as i hooked them up to one of our tvs just to be sure.
I'm now thinking I would like to get a cable box just for the htpc and use an ir blaster to control it and an r/g/b encoder card to record from it . . . does anyone have any suggestions for appropriate encoder cards?