While trying to add a second video card to supplement my ATI All-inWonder HD, I got a message when I tried Live TV as a test: Unable to locate filter tuner(ATI BDA Digital Tuner). I went to Settings and Devices and this is how the card was shown.
So I apparently did something to "Win XP" or drivers. Can I tell NPVR to "go to that card" again?
I think I was trying something "unworkable"....a second video card is apparently not "allowed." AMD/ATI said the AIW won't work properly with a second card in the system.
Oh well...
Thanks in advance! NPVR works great when a semi-noobie isn't throwing curves at it!
I use a Kword ATSC 115 PCI card. Everytime I use device set-up and scans the channels it crashes. It get's through a partial scan and then crashes out and stops scanning.
It keeps saying something like JIT debugger. then crashes out/
And help or Idea on this.
Win7
Kworld ATSC 115 " PCI "
Quad AMD 955 BE
8 Gb ram
Evga 5600 TI
ASus M4A88TD-V Evo/USB3
650 Watt Antec Earth watts PS
Can anyone advise. Since I installed a new graphics card, I am getting interference on one of my DVB-T multiplexes. It is Mux 2 that I lose ( C33- 569.8MHz ).
- My graphics card is an ASUS ATI HD 5450.
- My DVB-T card is a Hauppauge Nova-T-500 PCI (new model, solid state tuners).
The TV tuner actually sits at 90 degrees to the graphics card due to the orientation of the PC case (it's a Dell). It works fine if the lid of the case is off, but as soon as the lid goes on the DVB-T signal breaks up.
My solution to continued reception is to put a 23dB amp on the input of the DVB-T card and add a sheet of tin foil to the back of the graphics card to give it a ground plane.
uiButtonStrip.Dispose();
uiButtonStrip = new UiButtonStrip("ButtonList", yourButtonList, this, new HashTable(), skinHelper);
Are there any other additional steps developers should be watching for to ensure that everything gets disposed as appropriate?
In my case, I do a lot of switching content within a listview around as the user wanders up and down the tree. Noting that the ListObject doesn't have a .Dispose(), I've simply been creating a new List<> and stuffing it in via SetListObjects(). Is this sufficient? Should I be disposing the owner object first and creating a new one (as with the ButtonStrip, above)? If I have 1000 cover arts loaded, I'm anxious not to leak them!
Any thoughts, both for the list view specifically, and managing bitmaps in general ?
Edit: I find it also gets annoyed with me if I manually dispose of popups once they return. Does this mean the current popup is disposed by npvr when activatePopup() is given a null?
Playing a DVD for a second time causes NPVR to hang on a black screen as though it is waiting for a resume / restart input - is this missing from the skin files?
Deleting DVD.dat lets it start from the beginning again.
I think I know the answer is no, from previous posts, but wanted to be sure. No idea what srt means.
My show is .ts, and I can right click and choose and see the subtitle on the NPVR computer playback - just not on the PCH. Tried native player on pch too but no joy there either.
Hey Martin, I just installed Universe and am using it on my MVP to hit my PlayOn server. It connects and the videos play just fine. However, the displayed video is centered left to right, but floating off the top of the screen by a few inches. The MVP display in NPVR is centered perfectly on my TV, it's only the universe videos that are off. Any ideas?
I watch free movies from internet web sites. Is there a way to record it and watch later? I have a ATI Theater 550 Pro. I used to use GBPVR 2 years back, but have not used it or updated it. I am now revitalizing my old PC to become my hone theater and will install NPVR, but just want to know if I can record video movies from web sites.
TIA.
Hi sub, I have been working on MusicBox while you are away and the SetVisibleIndex() helps manage things nicely. You have down some amazing work in NPVR I have to far less work to keep track of what needs to be rendered. What I did in a few weekends would have taken much longer before.
I have a few smaller things that I have noticed and some questions but
1. Can I detect if audio playback is paused?
2. Can I stop the screen saver from closing a popup?
3. The audio queue doesn't seem to get cleared when it ends on its own. Ctrl-S does clears it.
4. Just a reminder that the button bar doesn't have Visible set when open
5. For the OK and Cancel on the config setting there are lots of things.
- can I identify if the OK is for my settings screen?