NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,216

Full Statistics

Online Users
There are currently 1897 online users.
» 0 Member(s) | 1891 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
6 hours ago
» Replies: 39
» Views: 3,750
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 491
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 964
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,475
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 257
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 217
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 220
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 214
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 160
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 195

 
  No signal in PVRX2, but signal in config
Posted by: chrispattinson - 2010-03-11, 09:53 PM - Forum: GB-PVR Support (legacy) - Replies (2)

Hi, Im a newbie to tv on the PC.
I am using an HP DVB card, with Windows Vista.
I have a good signal to my aerial, as never have a problem on my TV. I have used this aerial wire to connect to the laptop.
In configuration, I receive a TV picture when mapping to the EPG, and can see this moving picture in the small thumbnail window.
However, after 'OK'ing' out of the configuration tool, and going to use the PVRX2 program, the Live TV shows EPG details, but no picture or sound, and the two bars for signal and quality have nothing in them, with a message saying no signal is detected.
Thank you for any help you can provide.
This is going to be our TV for our caravan, and our first holiday is in 2 weeks, so I would love to get this sorted. I have a feeling I am nearly there, but can't work out where Ive gone wrong.
Thanks.

Version of the software is 1.4.7

Print this item

  Some TS files play and some don't
Posted by: ForestKlown - 2010-03-11, 09:02 PM - Forum: GB-PVR Support (legacy) - Replies (12)

I have TS files that I recorded from other apps. Some of them play, and some don't. They play fine in Media Player Classic HC.

Any Ideas on how to get them all working?

Print this item

  Not working on NMT
Posted by: Elmo Putney - 2010-03-11, 08:08 PM - Forum: UbuStream, Web Radio and Universe - Replies (5)

Martin....sorry been occupying you alot recently...I can't get Web radio working on my PCH. The plugin loads but when I try an play a station it looks like it does on my server but I never get audio. It looks like the mp3 file in temp never gets created. I've attached logs but looking through them it doesn't look like they reveal much.

Print this item

  Timeline missing during live TV
Posted by: Tinker - 2010-03-11, 04:57 PM - Forum: MVPMCX2 and other NMT stuff - Replies (1)

Maybe this is normal (it has been this way for me since day one) but I just thought I would ask. I have noticed that when watching recordings the OSD works great on my PCH. I press the blue button and I get the timeline on top and the details about the show on the bottom. If I am watching live TV and I press the blue button I only get the description and no timeline. Is that by design?

I also notice that I only get the OSD for the first blue button press with live tv. Any other press after the first nothing happens. If I press the green button to see the guide info then press the green button again to clear the screen then it resets and I get one more blue button press that works.

To be honest I do not really watch live very often so it is not that big of a deal for me but I have always wondered if my setup was wrong and I could fix this by changing a setting or installing an update.

I love being able to us the GBPVR interface on my PCH! It is great! Sub and Martin you rock! (sorry if I forgot anyone involved. My speech writer is out of town so I just had to wing it.Wink)

Print this item

  No sound on digital Channels
Posted by: sean - 2010-03-11, 03:22 PM - Forum: GB-PVR Support (legacy) - Replies (12)

I am having issues with sound on my digital stations. I have a HVR 1600. When I go to the TV guide and select a digital station I have not sound but if I pause and then click play I have sound. If I record a digital station i have sound.

I have tried several different codec's and no change.

I am running XP and passing sound via optical to my receiver.

Thanks

Print this item

  Alerts not scraping
Posted by: scb147 - 2010-03-11, 02:42 PM - Forum: Weather / Weather2 - Replies (3)

For the users of Weather2 in the US, Accuweather has changed the look of their alert page. So alert scraping is not currently working.

I am working on it and will have a fix soon.

Thanks.

Print this item

  Determining text size and available space
Posted by: Ommina - 2010-03-11, 09:37 AM - Forum: Developers - Replies (2)

Ok. So.

Sometimes the text that I need to display in a plugin can be... quite long. Far longer than is going to fit in even the most generous of displays, to say nothing of more typical examples of screen real-estate.

That means I have to truncate the text at some useful position if I don't want it running off the end, or, alternately, if I want to append some suffix before sending it out to be rendered. (Say, for example, the resolution or the codec of the video.)

Just the same, if the user is using a widescreen, they have more width available than those that are not. Further, smaller font sizes will provide space for more text. In these cases, I would like to tailor the length of the displayed string based on what space is available, instead of taking a "well, this works for me, hope it works for you too!" approach.

.net provides the .measureString() method, but I need to know the font and a UI element's available width. The first I can likely get through some creative reading of the skin xml files. As for the latter, I'm not as sure.

Read the percentages from the xml and apply them to the current screen's resolution? Seems a bit flakey -- is there a better way? (Or an alternate approach entirely?)

Print this item

  Now when I configure gbpvr, it acts like I'm installing software.
Posted by: Probedude - 2010-03-11, 06:28 AM - Forum: GB-PVR Support (legacy) - Replies (3)

Tonight I was setting up MVP support in GB-PVR. Got it going, didn't like the screen on the MVP and couldn't watch anything anyways - recorded shows wouldn't play, no sound no audio.

I backed out all my changes but now now whenever I click on 'config gbpvr', instead of the configuration screen immediately coming up, I get:

Please wait while Windows configures GB-PVR
Time remaining . . .

And this stays on the screen for 10's of seconds, along with a progress bar that fills up, then empties.

Also when I run PVRX2 on the PC and then click on "TV Guide" I get an error:
"Unhandled exception has occurred in a component in your application.
Could not find a part of the path "D:\program files\Devnz\GBPVR\media\ChannelLogos".

What did I do wrong and how do I fix it?

Thanks,
Dave

Print this item

  Hauppague HVR-2250 Map Digital Channels Problem
Posted by: arby - 2010-03-11, 03:59 AM - Forum: GB-PVR Support (legacy) - Replies (4)

First of all, Sub, thanks for activating my account.

I’ve noticed that someone else here is posting a similar problem with the ATI card, but I would like to get to the solution a little bit faster.

I have 2 DVR cards – the ATI HD-650 and the Hauppauge 2250. Both of them work fine with Windows Media Center. I can receive both analog and digital channels with no problem. My OS is Win7-32 bit Pro. I've tried them with the drivers off the installation CDs, and the latest Win7 drivers from their respective sites.

At first, I tried the ATI card with GB_PVR. I was able to get the analog channels OK, but when I tried to get the digital channels, I had no luck. I then switched over to the Hauppauge card and was not able to get either the analog or digital channels. Right now I’m concentrating on the digital channels with the Hauppauge card. I followed the “Configuring OTA ATSC HD Channels (USA)” guide that was posted here as a guide (and other guides). The Digital Source is set for Hauppauge 2250 (QAM), and the Device Number is set to 1. Cable Frequencies is set to Default custom (I’ve changed this to every other possibility but still nothing). I’ve tried both standard and HRC frequencies.

I’m pretty sure I’m downloading the channel lineup OK. I’ve used both Microsoft Legacy and Schedules Direct, and they both load about 350 channels – which appear to be correct. I do know that there are about 15 HD channels that are unscrambled. Comcast is my provider. The problem comes in when I “Map Digital Channels to EPG Channels.” It says it’s scanning 158 channels but “No Channels Found. Please Check Your Signal and Configuration Settings.” All channels were enabled before I did this, and yes, the cable is connected.

I’ve tried pretty much all the suggestions I could find here – deleting the HyperStore Devnz folder, enabling 3 files for the firewall, re-running certain BAT files, extending login times – but no success.

I’m including the config.exe.log, config.exe-native.log, and filtercheck.log files. I do notice some errors, but don’t know how to correct them.

Any help would be greatly appreciated.

Print this item

  Good HD Tv Card?... and not WinTV-HVR-1600
Posted by: oldmanmarcin - 2010-03-11, 02:54 AM - Forum: Hardware - Replies (4)

I was using WinTV-HVR-1600 for few months and few weeks ago .. the card just failed..... when I scan the channels I am getting picture but it's distorted.. I am also not getting any sound.... any recommendations for a good inexpensive HD capable Tv tuner card /USB stick that will work with gbpvr and Comcast analog service?

Print this item

Pages (6435): « Previous 1 … 2028 2029 2030 2031 2032 … 6435 Next »
Jump to page 

© Designed by D&D, modified by NextPVR - Powered by MyBB