NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 70 71 72 73 74 … 100 Next »
Windows Client starting on incorrect monitor

 
  • 0 Vote(s) - 0 Average
Windows Client starting on incorrect monitor
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 514
Threads: 51
Joined: Apr 2006
#1
2020-11-27, 10:29 PM
I just installed v5.  For v4, I had "Start on second monitor" unselected & the client comes up on the TV & not the monitor.  For v5, regardless of selecting that setting or not, it always starts on the monitor except if I move Windows File Explorer to the TV and execute C:\Program Files\NextPVR\client\NextPVR.exe from there.  It does respect the full screen setting.  I don't see anything in the log that is relevant.
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM.  EXVIST H.265 Encoder - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2020-11-28, 01:46 AM
That settings isn't quite what you think it is. These days I should probably just remove that setting to avoid confusion.

Basically the application remembers the last location and size of the window, and will return to that next time you run the app. You can tick the 'start in fullscreen mode' and it'll full screen on monitor it was last placed on.

The 'start on second monitor' is actually something different. It's actually about the video device it initiallizes for rendering the screen, and directx textures etc, which can have some effect on how smooth the video is on that screen. It's no longer important with EVR video renderer. It was rimportant with the VMR9 Custom video renderer, and earlier versions of windows, and slow machines/gpu.
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 514
Threads: 51
Joined: Apr 2006
#3
2020-11-29, 02:58 AM
(2020-11-28, 01:46 AM)sub Wrote: Basically the application remembers the last location and size of the window, and will return to that next time you run the app. You can tick the 'start in fullscreen mode' and it'll full screen on monitor it was last placed on.

This is not my experience.  Regardless of which screen it was on the previous instance, the only way it will start on the TV is if I have the Windows Explorer window on the TV and launch the executable from that or have a short cut on the TV screen and double-click that.
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM.  EXVIST H.265 Encoder - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#4
2020-11-29, 03:42 AM
Every time you move or resize the application, you should see the current window size and location updated in these registry settings:

HKEY_CURRENT_USER\SOFTWARE\NPVR\V5_Size
HKEY_CURRENT_USER\SOFTWARE\NPVR\V5_Location

Do you see these being updated on your machine?
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 514
Threads: 51
Joined: Apr 2006
#5
2020-11-29, 04:54 AM (This post was last modified: 2020-11-29, 04:59 AM by ElihuRozen.)
(2020-11-29, 03:42 AM)sub Wrote: Every time you move or resize the application, you should see the current window size and location updated in these registry settings:

HKEY_CURRENT_USER\SOFTWARE\NPVR\V5_Size
HKEY_CURRENT_USER\SOFTWARE\NPVR\V5_Location

Do you see these being updated on your machine?

No, I even renamed the key from "npvr" to "NPVR"

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\NPVR]
"Position"="0,0"
"Size"="789,473"
"DECODER_H264"="Microsoft DTV-DVD Video Decoder"
"DECODER_HEAAC"="LAV Audio Decoder"
"LastChannel"="585"
"LastAspectRatio"="Auto"
"DoneFirstRun"=dword:00000001
"VideoDetails_View"=dword:00000002
"LastChannelPIP"="1"
"DECODER_AAC"="LAV Audio Decoder"
"Music_View"=dword:00000001
"Videos_View"=dword:00000000
"DECODER_HEVC"="LAV Video Decoder"
"USE_CC_EXTRACTOR"=dword:00000001
"SORT_READY_RECORDINGS_GROUPS"="SORT_A_TO_Z"
"SORT_PENDING_RECORDINGS"="SORT_DATE"
"SORT_NEW_RECORDING"="SORT_DATE_DESC"
"Pictures_View"=dword:00000002
"LastGuideSelection"="735"


I copied the Position and Size values to new fields V5_Location and V5_Size and now it starts on my TV.
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM.  EXVIST H.265 Encoder - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#6
2020-11-29, 03:39 PM
I have no idea why it would not be able to create these registry settings on your machine. Maybe you're running some antivirus/antimalware software that is blocking NextPVR from writing to the registry?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#7
2020-11-29, 03:44 PM
Is it possible that if v4 and v5 write to the small key it could cause problems?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#8
2020-11-29, 04:04 PM
(2020-11-29, 03:44 PM)mvallevand Wrote: Is it possible that if v4 and v5 write to the small key it could cause problems?
I don't follow you. What do you mean?

v4 and v5 use a different settings in this registry key.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#9
2020-11-29, 04:18 PM
When I look at this key in HKCU (not HKLM) I see things that look like they are v4 related that now go in the clientstore xml file.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#10
2020-11-29, 04:32 PM
(2020-11-29, 04:18 PM)mvallevand Wrote: When I look at this key in HKCU (not HKLM)  I see things that look like they are v4 related that now go in the clientstore xml file.
Yes, that's correct. The relevant settings here are V5_Size and V5_Location, and these live in the registry.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR Windows recordings folder cleanup.... Colincam 21 2,775 2025-04-16, 07:38 PM
Last Post: mvallevand
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 1,164 2025-04-04, 04:49 AM
Last Post: seattlefog
  NextPVR client no longer works Rich A 13 587 2025-03-30, 10:04 PM
Last Post: mvallevand
  Freezing/Buffering on Windows 11 (NPVR app only) nextpvrnoob 64 7,555 2025-02-21, 07:52 PM
Last Post: mvallevand
  Channels not displaying in client(s) Druhl 1 190 2025-02-17, 05:08 PM
Last Post: sub
  Starting Device:please wait JohnMark 14 795 2025-01-19, 02:24 PM
Last Post: mvallevand
  DVB-T210 August USB Freeview HD TV Stick Windows 10 16brae 6 360 2025-01-17, 03:20 AM
Last Post: jimil
  Windows Client not receiving class messages ElihuRozen 1 224 2024-12-01, 06:55 PM
Last Post: sub
  7.0.0.241105 No Movie Year in Client EPGs Lao Pan 8 832 2024-11-14, 02:01 AM
Last Post: sub
  Issues with TV Guide in NPVR client Bobins 9 701 2024-11-08, 11:02 AM
Last Post: Bobins

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode