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,175
» Latest member: saltim7878
» Forum threads: 65,373
» Forum posts: 602,146

Full Statistics

Online Users
There are currently 1151 online users.
» 0 Member(s) | 1147 Guest(s)
Baidu, Bing, Facebook, Google

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
7 hours ago
» Replies: 0
» Views: 28
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
Today, 10:56 AM
» Replies: 1
» Views: 39
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
Yesterday, 03:13 PM
» Replies: 1
» Views: 74
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,752
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 142
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,415
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 304
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 224
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 507
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,168

 
  Advanced Remote Config
Posted by: JP23 - 2012-03-22, 07:15 PM - Forum: NPVR Documentation - Replies (34)

Hi,

I've generated some documentation regarding using a remote without NPVR being in focus, through both the Hauppauge IR software and IR Server Suite.

I've been using mine this way for a few years, but I think a lot of users don't know what's possible, and while there is information on the forums it's scattered around, hard to find, and a lot of the posts refer to attachments that have now been deleted due to their age.

So, is this something that should be on the wiki?

Any suggestions/improvements/criticisms?

All 3 attachments referred to are in the one zip file attached.


Advanced Remote Configuration

Using Remotes without NPVR in focus, through Hauppauge IR software or IR Server Suite

Needing NPVR to have focus in order to use your remote can be a major nuisance. It is possible to have your remote commands sent directly to NPVR whether or not it is the program in focus. This is particularly useful with dual display setups; I can browse the web on the monitor attached to my NPVR server while someone else continues to use the remote to operate NPVR, running on a secondary display.
This can be done using ‘window messages’ targeting NPVR.
We just need to know the message codes that correspond to various commands, and how to implement them in either the Hauppauge IR software, or IR server suite.

Hauppauge IR Software

As standard this software sends commands to the window in focus.
To send the commands direct to NPVR, we can target it using its window class*. (There are other options, but this works best)** This is done with the ‘findwnd’ command. Then add the appropriate message code for the commands you want to send. Details of the message codes are attached.

For example, the line specifying the ‘arrow-up’ command looks like this:

NAVUP={findwnd(WindowsForms10.Window.8.app.0.33c0d9d,,)}{SendMsg(32775,38,0)}

32775 appears in all the commands, 38 is the code for the 'up arrow' keystroke, and the last number is always zero.
'WindowsForms10.Window.8.app.0.33c0d9d' is the 'window class' of NPVR.

You can use the attached irremote.ini file to control NPVR exclusively with a Hauppauge 45 button remote. (This one : http://www.nextpvr.com/nwiki/pmwiki.php?...ttonRemote)

The green power button will start NPVR. (Change C:\Progra~1\…. To C:\Progra~2\... in 64 bit Windows versions.)

You can change the functions of buttons as you wish to add extra functionality.
For example, in the attached file the ‘text’ and ‘subcc’ keys have no commands associated with them, so these could be set to other keystrokes, or to trigger .bat files (i.e. to close NPVR, or tell the PC to sleep).

Additional info on using this software can be found here: http://www.hazeveld.demon.nl/Docs/irremo...v22180.txt

IR Server Suite

IR Server Suite is a powerful and easy to use program that, with a supported receiver, will allow you to use almost any remote control with your PC.

It can be downloaded here: http://forum.team-mediaportal.com/thread...ses.75092/

Once installed and configured with your receiver, setup for NPVR will be done in the ‘Translator’ component. Guide here: http://wiki.team-mediaportal.com/1_MEDIA...Translator

To set this up for NPVR you will need to add each key and assign commands to it. These should be set up as ‘system wide’ commands.

For each key you will need to follow these steps:
• Click the ‘New’ button and teach Translator the command by pressing the button on your remote.
• Select the ‘Window Message’ tab
• Under ‘Target’ select ‘Class’ and paste in the Window Class of NPVR:
WindowsForms10.Window.8.app.0.33c0d9d
• Enter 32,775 in the ‘Message’ box.
• Enter the appropriate message code from the table attached in the ‘Word Param’ box. 'Long Param' should be left at 0
• Press ‘Set’.

The configuration can be exported to an xml file. I’ve attached a sample XML configuration which should work with a Hauppauge 45 button remote if imported. Again, the volume keys alter the system wide volume, and the ‘text’ and ‘subcc’ keys are unassigned.

* Window class is currently ‘WindowsForms10.Window.8.app.0.33c0d9d’ It is possible that this could change with a future release, but you can check what it is with Spy++

** You can target the window name, but the window name can change, as it does when you start watching something. Also, other windows can have ‘NPVR’ in their title (i.e. a browser when looking at the support forum) and can receive commands by mistake. Similarly, IR Server Suite can target ‘NextPVR.exe’, but this stops working as soon as you enable a second instance for an NMT or MPV.

Print this item

  ImageGrabLite and XMLTVGUI
Posted by: Graham - 2012-03-22, 03:38 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (9)

I'm sure that the answer to this is in here somewhere, but I can't find it. Apologies if I have missed something obvious.

Birtles' XMLTVGUI used by many in the UK has options to include Series & Episode numbers in the subtitle.

The three options are:

<title lang="en">CSI: NY</title>
<sub-title lang="en">Smooth Criminal</sub-title>

<title lang="en">CSI: NY</title>
<sub-title lang="en">Season 7, Episode 14 of 22 - Smooth Criminal</sub-title>

<title lang="en">CSI: NY</title>
<sub-title lang="en">S7E14/22 - Smooth Criminal</sub-title>

Does imagegrablite work with with either of the two sub-title options that include season and episode numbers?

Thank you.

PS For the avoidance of doubt, I know that it looks up shows in the NPVR database.

Print this item

  Settings for slower comptuer
Posted by: tismon - 2012-03-22, 04:00 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

I'm sure that this has been discussed somewhere, but my searches haven't produced anything so please feel free to just refer.

I am trying to use a PCTV HD Mini (80e) on an atom based netbook, which is certainly under-powered for this sort of thing.
With ffdshow, the MPEG2 stream works pretty well on a few lower resolution channels, but on anything higher, the audio stutters and then stops, and the video slows to a crawl.

I can't change the hardware, but I can change what I throw at it. I'd like to force all channels to a lower resolution and change any settings that I can to reduce the load.

I would greatly appreciate any help and/or suggestions. Thank you.

Print this item

  Vidoes plugin - slow thumbnail refresh
Posted by: jam_zhou - 2012-03-22, 02:08 AM - Forum: Legacy (v4.x and earlier) - Replies (15)

in NPVR, I've only got a few files for testing and once I go down a couple of folders and come back up the thumbnails do not refresh. In fact they won't reappear until I go back over the folder icon.

Print this item

  Multi HDPR w Colossus - blasters work?
Posted by: PatM - 2012-03-21, 11:50 PM - Forum: General Discussion - Replies (5)

Luckily I found out you can't use multiple blasters on hauppauge cards (you can't specify a device and you don't really know which device will fire it's blaster ahead of time). So my idea of a colossus and HVR-2250 for three capture devices is dead. I'm looking into the USB-UIRT but the local resellers sell the box only with no blaster cables and don't offer cables seperately. Even the USB-UIRT site doesn't list cables as purchasable.

Nobody sells the eHome blaster that I can find except Hauppauge and it doesn't say if it takes two blasters or, like the one I got with the 2250, has two ports but only one works.

So I'm wondering. If I hang two HDPVRs off my HTPC can I have them blast seperately or are they like the rest of the line and not seperately commandable?

Print this item

  NPVR stops to work / recordinga missing and not done ok
Posted by: Zacken - 2012-03-21, 09:14 PM - Forum: Legacy (v4.x and earlier) - Replies (21)

I have some strange thing happens
NPVR upto patch 33 including skip
1) some times then I delete file and then I answer "OK" it just hung , file is deleted
If start NPVR again same will happen next time, If I reboot it works again (this from NPVR.log)

Code:
2012-03-21 18:57:17.078 [DEBUG][1] OnKeyDown() done. Took 81,0046005249023 ms 2012-03-21 18:57:17.321 [DEBUG][1] alpha = 0 2012-03-21 18:57:17.346 [DEBUG][1] alpha = 25 2012-03-21 18:57:17.365 [DEBUG][1] alpha = 44 2012-03-21 18:57:17.382 [DEBUG][1] alpha = 62 2012-03-21 18:57:17.403 [DEBUG][1] alpha = 83 2012-03-21 18:57:17.420 [DEBUG][1] alpha = 100 2012-03-21 18:57:17.441 [DEBUG][1] alpha = 122 2012-03-21 18:57:17.458 [DEBUG][1] alpha = 139 2012-03-21 18:57:17.479 [DEBUG][1] alpha = 161 2012-03-21 18:57:17.500 [DEBUG][1] alpha = 182 2012-03-21 18:57:17.521 [DEBUG][1] alpha = 204 2012-03-21 18:57:17.542 [DEBUG][1] alpha = 225 2012-03-21 18:57:17.560 [DEBUG][1] alpha = 243 2012-03-21 18:57:17.581 [DEBUG][1] Calling dispose on old popup(2): ShowDetailsPopup 2012-03-21 18:57:17.581 [DEBUG][1] ShowDetailsPopup.Dispose() 2012-03-21 18:57:17.581 [DEBUG][1] UiStatic.Dispose() 2012-03-21 18:57:17.660 [DEBUG][1] OnKeyDown() called: Return 2012-03-21 18:57:17.660 [DEBUG][1] Deleting recording (file:D:\multimedia\pvr\NCIS Los Angeles\NCIS Los Angeles_20120316_00300130.ts)


Sven Åke

Print this item

  Old Analogue Card
Posted by: jcjefferies - 2012-03-21, 09:00 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

I have an old Analogue Tuner card which is no longer any use since we went digital a year ago. It does have an Analogue capture card which would enable me to record video from my DVB-C box and digitize some old VHS tapes. I have followed the “Analogue” instructions and the device is listed in NPVR as “present” and “enabled”. However when I select “Add” in “Device Setup” and select “Composite” or “SVideo” as input then select OK nothing is added. The device is an “AverMedia, AVerTV WDM Video Capture (7134)” and is quite old so may not be compatible with NPVR.

Print this item

  Colossus - WinTV=Fine NPVR no video no audio
Posted by: PatM - 2012-03-21, 12:37 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

I just installed a Colossus yesterday which wouldn't work until I did an HCWClear to wipe everything hauppauge (I removed the other TV cards too to make sure).

After re-installing everything and then installing the newest colossus drivers WinTv works without a hickup including blasting channels. In NPVR I get black screen and no audio but no complaints from NPVR otherwise. I deleted the now-absent devices and rebooted with no change in outcome.

I tried LAV, Hauppauge, and arcsoft decoders with no difference.

Oh yes, I tried stopping the WinTV server first then again while leaving that server running.

I have just a SD digital box so I have composite only selected with RCA audio. I'm not trying to look at component video with composite input etc.

Any tips or ideas?

Print this item

  Possible to use VLC decoder? Renderer?
Posted by: time_lord - 2012-03-21, 05:09 AM - Forum: Legacy (v4.x and earlier) - Replies (7)

Hi, I've had this problem for a couple of years - my recordings of a couple of channels (mostly Prime), and indeed live playback, are almost always jumpy. More specifically during playback it seems the system loses its position in the file, sometimes jumping forward several minutes or getting pretty screwed up... while during live tv it often freezes, sometimes managing to resync, sometimes not (and locking up - escape back to the guide is usually possible).

I've often been suspicious of my signal on the Prime frequency... even though I am in Wgtn with direct line-of-sight of Kaukau and all TVNZ channels are good. I'm sure I've raised this issue before (but never got to the bottom of it).
Anyhoo, I'm willing to ignore live TV if I can get reliable playback of recordings. I've found that whenever I have a bad recording off Prime (most of them), I can always play the .ts file without a problem (i.e it is smooth) in VLC. So is there any way that I can tell NPVR to use whatever decoder and/or renderer that VLC uses??

BTW I updated to the latest Saf6 a few days ago and there's no improvement. Sorry I'm not at home at the moment so can't tell you my exact combo of decoders/renderers, but it's all pretty standard and I've never found a combo that works better than what I currently have.

I also updated to 2.3.6 (and subsequent patches) some time ago, and I must say it's been 100% reliable for me in terms of not crashing or missing recordings (which used to happen to me a bit), so excellent work there sub, many thanks!!

TIA, TL

Print this item

  DVD HotKey?
Posted by: Antmannz - 2012-03-21, 03:17 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

In the same way I can use (or map) F3 to Videos, or F4 to Music, etc. is there a HotKey shortcut for DVD?

In the wiki Home is listed as "Jump to DVD Menu" but this is the main menu on the DVD itself, and not to the "DVD app" as it were.

Print this item

Pages (6435): « Previous 1 … 1519 1520 1521 1522 1523 … 6435 Next »
Jump to page 

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