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,173
» Latest member: EstaL
» Forum threads: 65,371
» Forum posts: 602,138

Full Statistics

Online Users
There are currently 1747 online users.
» 1 Member(s) | 1741 Guest(s)
Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
9 hours ago
» Replies: 1
» Views: 56
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,729
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 133
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,411
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 290
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 222
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 503
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,150
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 383
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 269

 
  Missing some channels, but gained some at the same time
Posted by: KidDeath - 2012-08-08, 09:38 PM - Forum: Legacy (v4.x and earlier) - Replies (14)

I have this card which works amazingly great in Windows Media Center and NPVR. What I have noticed after I setup NPVR is that I have a few extra channels, which is great, but some of the channels I have in Windows Media Center are missing. A perfect example of this is SYFY. I don't watch SYFY but it's one of the channels I am missing. I've looked everywhere but I can't seem to add the channels manually because.. I don't know their frequency. The missing channels show up in WMC. I don't like WMC because I can't watch a maximized window to take up the other screen. I watch TV while playing games, so NPVR has been the perfect replacement for WMC because I can watch it maximize window while playing games.

What do I do?

Print this item

  remote control setup
Posted by: sicilian68 - 2012-08-08, 08:17 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

hey all. i had recently posted as a new user and thanks to you all that answered, i got some of my issues worked out. i still have an issue with my mce remote....which i think it needs programmed in NPVR? the remote works ok in media center in all aspects, ie. changing channels, volume, etc.....but i don't like media center and do like NPVR. However, i can't seem to get the remote to change channels during LiveTV (or is it the ir blaster?). I spent a few minutes in the forum looking for answers but nothing jumped out at me. Does anyone have a quick answer as to how to set up the remote control? Thanks in advance.

Intel P4 3.2 GHz Core 2 Duo, 2 GB RAM, (2) 250 GB HDD, Windows 7 Professional, ATI All-In-Wonder 512 MB PCIe video with MCE Remote Control, Creative SoundBlaster Audigy 2, Phillips USB IR Blaster, Klipsch 7.1 Surround Speakers.

Print this item

  TV guide timeout back to main menu
Posted by: fuzzweed - 2012-08-08, 08:07 PM - Forum: Wishlist - Replies (4)

Have an (optional) timeout on the tv guide screen, so that if left on tv guide for say 15 minutes with no user input it drops back to the main menu. Main reason for me is then my clients would go to sleep.

Print this item

  Access PIP from guide or other gui option
Posted by: fuzzweed - 2012-08-08, 08:00 PM - Forum: Wishlist - Replies (2)

OK, I know it's a new feature, but it would be great if I could select a PIP channel while watching live tv by doing something like, overlay guide, ok on channel, select 'watch PIP' from the menu.
The reason 123* is not much use is that a) I have no idea what my channels are numbered - I only ever select via the guide rather than direct access. b) even if I knew my favourite channel numbers by heart, I wouldn't know what was on them to watch without referencing the guide first.

Print this item

  WebServices and credentials
Posted by: wtg - 2012-08-08, 07:58 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (10)

Is there any reason to enforce credentials on web service calls that originate within the local network? Couldn't they recognize the web server settings that allow local network access without logging in?

I ask because using Windows PowerShell it's very easy to invoke web services natively. For instance, try this at a PowerShell command prompt:

Code:
$URI = "http://www.webservicex.net/StockQuote.asmx?WSDL" $StockService = New-WebServiceProxy $URI $StockService.GetQuote('MS')

It would be nice to access the NEWA web service functions from within PowerShell. I think it would open up a lot of possibilities from the command-line and scripts that aren't available today, but the credentials make it significantly more complicated and with scripts would require the password be stored in plain text too. It seems like this really shouldn't be necessary if the user has already configured NEWA to not require credentials for their local network.

Print this item

  Blow up when trying to Record an item from the Search results
Posted by: wtg - 2012-08-08, 06:54 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (2)

In the latest version distributed with 2.5.5 here's the error I receive after clicking an item in the Search results and clicking Record:

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 462: protected void SearchResults_PreRender(object sender, System.EventArgs e)
Line 463: {
Line 464: SearchForEpisode(
Line 465: (bool)Session["checkTitle"],
Line 466: (bool)Session["checkDescription"],


Source File: c:\Users\Public\NPVR\web\SearchResults.aspx.cs Line: 464

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
N_EWA.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:464
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +73
System.Web.UI.Control.PreRenderRecursiveInternal() +91
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3870

Print this item

  Playing mpeg1 videos
Posted by: Reddwarf - 2012-08-08, 05:20 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

I'm having trouble playing some mpeg1 videos that I have downloaded. I remember seeing something about in the forums a while ago but I can't find it. I have tried both <ForceMpgGraph>true</ForceMpgGraph> and <MpgUsingSplitter>true</MpgUsingSplitter> but in vain. NextPVR reports the duration to be 0. The files play fine in VLC. Is NextPVR playing mpeg1 files itself or asking windows to play them? What else do I need to do?

Print this item

  Random API questions
Posted by: whurlston - 2012-08-08, 04:26 AM - Forum: Developers - Replies (7)


  1. What's the difference between SettingsHelper.SetSetting() and SettingsHelper.SetOverride()?
  2. Is there a way to monitor and intercept/override keypresses? I would like to intercept keys while playing video and override the default behaviour but implimenting IScreenPlugin will only fire OnKeyDown() if the plugin is active and OnKeyPress() never seems to be fired when implementing IKeyPress.
  3. If I want to display my own subtitles on videos (non .ts files), can I just call Native.UpdateCCBitmap() or do I need to implement ICCSubtitleData. If the latter, how would I do that? I see SetSubtitleStream() but not a SetSubtitlePlugin()

I do realize that the answer for 2 and 3 is probably "It wasn't meant to do this". Big Grin

Print this item

  security issue with iNEWA
Posted by: johnsonx42 - 2012-08-07, 08:11 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (26)

skippy_nz posted in the 2.5.5 announcement thread that he was able to bypass the security of iNEWA and go directly to the recordings list and delete shows without ever logging in. I tested it and first thought it was working fine, and reported same.

However, on further testing I now see the problem:

If the user goes to http://npvr:8866/mobile, it skips the login. I advertised that as a means to see the mobile site on a device not detected as mobile (such as a tablet like my HP TouchPad). This is obviously a pretty serious issue, though hopefully won't have any immediate consequence. I'm turning off external access to my NPVR box until this is fixed.

Print this item

  HDMI 1.3 PCI Video capture card with HDCP bypass
Posted by: jam_zhou - 2012-08-07, 06:53 PM - Forum: Hardware - Replies (8)

for those daring to try here's a HDMI capture card with HDCP bypass...

http://www.dealextreme.com/p/hdmi-1-3-pc...card-72046


Jam.z

Print this item

Pages (6434): « Previous 1 … 1468 1469 1470 1471 1472 … 6434 Next »
Jump to page 

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