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,179
» Latest member: furtiolli195
» Forum threads: 65,374
» Forum posts: 602,149

Full Statistics

Online Users
There are currently 1200 online users.
» 2 Member(s) | 1192 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand, pkscout

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 82
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-08-31, 04:17 PM
» Replies: 0
» Views: 94
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 81
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 127
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,783
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 169
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,440
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 346
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 250
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 530

 
  unusual crash
Posted by: shaunpatrick77 - 2011-07-28, 12:12 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Hi Sub

Had a crash I haven't seen before, i suspect I had and issue with the recording service but just thought I'd post it in case it was a some value. I was trying to cancel a recording that had actually finished hours ago, but npvr thought was still in progress.

Cheers

Print this item

  What are the client / extender options with NPVR?
Posted by: bjy20716 - 2011-07-27, 08:37 PM - Forum: Legacy (v4.x and earlier) - Replies (13)

When I go on the wiki that section just says "TODO".

http://www.nextpvr.com/nwiki/pmwiki.php?n=Client.Client

I am thinking of switching from SageTV to NPVR.

What are the client / extender options with NPVR?

Does it work with the new MediaMVP-HD?

http://www.hauppauge.com/site/products/d...vp-hd.html

Does it work with Boxee or Roku?

Thank you very much!

bjy20716

Print this item

  HVR 1600 No channels after scan
Posted by: blacks1093 - 2011-07-27, 07:00 PM - Forum: Legacy (v4.x and earlier) - No Replies

I just switched from GB to NPVR. I have a Hvr 1600 and it never gave me a problem on GB. The ATSC Side scans NO channels. Qam shows about 80. WinTV7 plays all of the ATSC Channels. Any sugestions???? Attached is the log. Thanks!

Print this item

  Web Cams plugin for NextPVR
Posted by: McBainUK - 2011-07-27, 12:57 PM - Forum: Community Announcements - Replies (37)

Anyone interested in testing a NextPVR port of my old GB-PVR Web Cams plugin?

Print this item

  Missing a channel
Posted by: ouradu - 2011-07-27, 04:38 AM - Forum: Legacy (v4.x and earlier) - Replies (20)

Sub,

I was wondering if you could help with a problem. I've done an All Frequencies scan and I can't get channel 34 (33.1) in okc. Scans with windows media center pick it up so I know it's not my hardware. I don't know what info you need but hopefully this helps http://www.fccinfo.com/CMDProEngine....Number=1124620

I installed the new cumulative patch and these are my logs after a scan

Thanks

Print this item

  NPVR 2.1.5 season recordings not marked RED in TVguide
Posted by: NPVRuser - 2011-07-26, 09:37 PM - Forum: Legacy (v4.x and earlier) - Replies (14)

Recently upgraded from GBPVR to NPVR. Everything works really well, except the marking of seasonal multi recordings in the TVguide.

I carefully select a program, select to record all in series, press OK, and back in the TVguide the prog is still shown in black - it has not turned red. So I have no obvious indication that the prog series has been selected to record. This can result in me selecting the program for record again as it seems the selection has failed.

This leads to many failed recordings with 0 bytes in the target file. Other times it leads to multiple identical recordings of the same program with names like example...ts, example...-0.ts, example...-1.ts. Sometimes all the identical recordings all work. Other times the all fail. This difference in behaviour may be due to the fact that sometimes having seen the series record setting apparently fail (not turning red), I will select to record the prog as a once-only recording.

Whatever, something is very wrong with setting series to record, and the response in the TVguide, and this is further frustrated by having identical recordings either wasting disk space and messing up filing, or failing totally.

I'm new to NPVR, but if there is any other information you require, please let me know.

Regards,

Print this item

  Atom 330 Nvidia ION motherboard
Posted by: jcjefferies - 2011-07-26, 09:04 PM - Forum: Hardware - Replies (4)

Has anyone used a motherboard like the ASUS AT3IONT-I which uses Atom 330 processor and Nvidia ION graphics. It is similar to the AMD E350 based motherboards and is supposed to be able to process full HD with the on board graphics processor.

Print this item

  KeyMappings
Posted by: imilne - 2011-07-26, 05:21 PM - Forum: Developers - Replies (5)

I have existing code that does something in response to CTRL+B being pressed:

Code:
public override bool OnKeyDown(KeyEventArgs e) { if (e.Control && e.KeyCode == Keys.B) { // do something...

But I was wondering; should I actually be doing something with the KeyMappings.xml stuff and responding to that instead (ShowOSD in this case):

Code:
<Key code="{CTRL}B" command="ShowOSD"/>

Obviously it must be better because then the user can change their mappings and have my plugin respond to some other key.

Is there an API trick to it (or even a C# one), or do I need to parse the XML and work it all out manually?

Iain

Print this item

  Which is the HD-PVR? (widescreen PC recommended)
Posted by: mvallevand - 2011-07-26, 04:21 AM - Forum: General Discussion - Replies (6)

I thought I'd try comparing side-by-side HD-PVR and ATSC (both 1920x1080i) Live TV tonight . I've read that ATSC is the best source and the HD-PVR because it is from QAM which the cable companies compress and then it is encoded as h264 is much worse softer etc. Which do you think is worse left or right?

BTW major credit to sub and NPVR here. I only have a low-end IGP on my PC and I still am actually able to watch side-by side 1080i LiveTV playback on the same machine that is doing the recording.

Martin

Print this item

  Sattelite interent recording?
Posted by: crsfooddude - 2011-07-26, 02:23 AM - Forum: GB-PVR Support (legacy) - Replies (1)

I have been searching on line for some answers and came across this site. Hoping someone can help. I am trying to figure out if and how I could use this program to record programs from Hulu or Netflix during my HughesNet "free download time" from 1am to 6am. Does this program have a download manger that I can use for this? Will a 1TB external hard drive connected to my laptop work for this issue? Is there anywhere on line I can go to give me step by step instructions on how to do this?
Thank you--

Print this item

Pages (6435): « Previous 1 … 1668 1669 1670 1671 1672 … 6435 Next »
Jump to page 

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