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,151

Full Statistics

Online Users
There are currently 1392 online users.
» 1 Member(s) | 1385 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, jimil

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 86
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: 97
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 84
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 128
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,784
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 172
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,443
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 347
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 251
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 532

 
  JIT error when starting the TV Listing
Posted by: rameijn - 2011-07-17, 08:03 PM - Forum: TV Listings - Replies (5)

Hello,

I recently installed the TV listings plug-in. When I start this plug-in I get a JIT error? The TV listing plugin is not started

May be the attached logs are telling you more about the error.

I'm using a Dutch version of Windows XP SP3.

If you need more information please let me know.

Kind regards,

Richard Meijn

Print this item

  Channel Logo Tool
Posted by: systemshark - 2011-07-17, 07:12 PM - Forum: Developers - Replies (15)

Sub,

I'm going to update my channel logo tool to work with NPVR. I've had a bit of a look around the DLLS etc. but I base question.

Am I better to late bind to the NPVR dlls via the Reg key

HKEY_LOCAL_MACHINE\SOFTWARE\NPVR\ or
KEYHKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\NPVR\ (if on a 64bit machine)

Or is there a DLL function call which returns the paths and config etc ?

Thanks
Systemshark

Print this item

  Auto-skip toggle acknowledgement
Posted by: BrettB - 2011-07-17, 04:31 PM - Forum: Wishlist - Replies (1)

I believe that the 999 keypress sequence TOGGLES auto-skipping off and on during video playback. However, the acknowledgment message always says "No Skip". Can it be changed to say "Auto Skip" when skipping is being toggled ON?

Print this item

  Another place to look for possible speed improvements
Posted by: BrettB - 2011-07-17, 03:24 PM - Forum: Legacy (v4.x and earlier) - Replies (19)

Sub,

Things are working pretty well for me with 2.1.5 now. So, I'm moving on to asking for "would be nice" items. Big Grin

One of the places where we've noticed a "lagging" is when deleting recordings. As an example, I just deleted a Big Brother recording. I've attached the mvp.log from this example. If I'm reading it correctly, the only logging is when I click on the "OK" in the confirmation popup at 9:50:59.976 and then at 9:51:06.646 for the UiStatic.Dispose() (which I think is after the deletion is completed and the confirmation box is removed):

Code:
2011-07-17 09:50:59.876 [DEBUG][3] User pressed: Return 2011-07-17 09:51:06.646 [DEBUG][3] UiStatic.Dispose()

So it took about 7 seconds. That wouldn't be soo bad, but there is no feedback to the user that the "OK" was actually received and is being processed. Since sometimes the remote commands don't get transmitted/received for whatever reasons, the user doesn't really know if it's just taking a while, or the button press got missed. Then the user (me, in this caseWink) tries pressing "OK" again. This click gets queued up, and once the delete is finished and the display goes back to the recordings list, then the "OK" gets processed, and up pops a details display for another recording:
Code:
2011-07-17 09:51:07.083 [DEBUG][3] User pressed: Return 2011-07-17 09:51:07.083 [DEBUG][3] ShowDetailsPopup() 2011-07-17 09:51:07.114 [DEBUG][3] PlaybackPositionHelper.GetPlaybackPosition(E:\NPVR Recordings\Star Trek The Next Generation\Star Trek The Next Generation_20110707_04000500.ts) 2011-07-17 09:51:07.130 [DEBUG][3] PlaybackPositionHelper.GetLastPlaybackDate(E:\NPVR Recordings\Star Trek The Next Generation\Star Trek The Next Generation_20110707_04000500.ts) 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonNormal"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonSelected"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonNormal"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonSelected"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonNormal"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonSelected"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonNormal"] 2011-07-17 09:51:07.130 [DEBUG][3] Element not found: /Skin/Element[@name="PopupLeftButtonSelected"] 2011-07-17 09:51:07.130 [DEBUG][3] OnKeyDown() complete

I don't know if there is anything that you can do to speed up the deletion. If you'd like me to do a test with a version that will log more in that process, I can. However, if you could at least add some visual feedback that it is "working" that would be much appreciated. Maybe you could clear out the contents of the pop-up window, but still leave it displayed? Or close the pop-up window, but leave the recordings list window empty until it's reloaded and ready to go?

Print this item

  Unable to change font in DetailsPopup.xml
Posted by: Northpole - 2011-07-17, 01:23 PM - Forum: TV Listings - Replies (2)

Recently I changed to using a lighter background for the DetailsPopup in the next blue skin. I notice that the description text seems to have a outline around it that I can't change. I think it was originally designed for a darker background with white text.

I was wondering if it was possible to clear up (remove) the description text outline? Thanks

Print this item

  LAV Audio Decoder
Posted by: Petrovski - 2011-07-17, 08:45 AM - Forum: Legacy (v4.x and earlier) - Replies (51)

I've been using LAV Audio Decoder for a while now for all audio in NPVR except for HE-AAC for which Divx AAC is required here in UK for our Freeview HD audio. LAV Audio decoder is available in the HE-AAC decoder settings but gives no sound if selected.
Now it does not seem to be the "fault" of LAV because the Freeview HD files play ok using it in Zoomplayer. So I think one of the NPVR filters probably needs tweaking to support LAV. I'm just being minimalist here trying to eliminate unecessary filters I guess but it would be nice to have a choice of HE-AAC decoders or eliminate Divx from the system.

Print this item

  Can't fast forward
Posted by: march - 2011-07-17, 07:21 AM - Forum: Legacy (v4.x and earlier) - Replies (18)

Guys, i know this probably belongs in the wd live web site, but was wandering if anyone has experienced the same and had a fix. All this through the wd live product. The programs are recorded using NPVR.

Hi , I record all my tv shows. I'm having problems at the moment where you go to fast forward and after 5 seconds it goes back to the beginning. This is very frustrating. I recorded gladiator last night and tried the fast forward and it worked where i fast forward and press play and it plays from where i say to play. But on the shorter shows of 1/2 an hour or so it dosen't seem to fast forward successfully, but stops after 5 seconds and goes back to the beginning. it sometimes maybe be longer. Can anyone help.

Print this item

  Help with MSI Dual Tuner Card
Posted by: baker12 - 2011-07-17, 03:20 AM - Forum: Hardware - Replies (5)

Hello

After installing nPVR the software only detects the ATSC and QAM tuners on my card. How can I get the NTSC (Composite and S-Video as well) to show on the devices list

Thanks!
Baker12

Print this item

  Ability to access settings from system tray
Posted by: liteswap - 2011-07-17, 12:47 AM - Forum: Wishlist - Replies (6)

It would be helpful to be able to access NPVR settings from the tray icon in situations (such as mine) where the NPVR screen and the Windows desktop are each plugged into separate inputs on the same TV.

In my case, NPVR displays on an HDMI input, the Windows desktop via a VGA input. To access settings, I have to switch to one TV input, right-click on Settings, navigate the menu, and switch inputs again to change anything. Right-clicking on the tray icon would save a lot of hassle when you're switching back and forth reach time a setting is changed.

Right now, it's a bit tortuous - I can't be the only one using NPVR as a PVR in the living room this way.....

What do you say sub?

Print this item

  SSPlus 0.9.1 BETA - a screensaver for NPVR
Posted by: ACTCMS - 2011-07-17, 12:46 AM - Forum: Community Announcements - Replies (18)

SSPlus is a replacement for the default screensaver. It provides a range of user selectable Views from a simple logo to detailed Now Playing information including Album Art and tag information.

Full details, screenshots and download are available here on the wiki: http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.SSPlus

ACTCMS/Jaggy

Print this item

Pages (6435): « Previous 1 … 1675 1676 1677 1678 1679 … 6435 Next »
Jump to page 

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