NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 6 7 8 9 10 … 56 Next »
System Plugin for nPVR - Early Beta

 
  • 0 Vote(s) - 0 Average
System Plugin for nPVR - Early Beta
dspdrew
Offline

Senior Member

Posts: 257
Threads: 52
Joined: Dec 2009
#91
2010-10-17, 10:51 PM (This post was last modified: 2010-10-17, 11:28 PM by dspdrew.)
ACTCMS Wrote:I enabled it and it worked fine for me, but it might be an idea to move the View button back to the top of the button list...

Alex

Yeah, shouldnt the View button be somewhere other than the middle of the menu?

Edit: Oh duh.. I forgot you can organize that yourself Smile

I do have a question though.. would it be possible to get an option to restart NPVR itself? or maybe even an option to run a script from the scripts folder?
NPVR v1.5.33
SAF5 Codec Pack
Windows 7 Enterprise (32-bit)
AMD Athlon II X4 640, 3.00GHz, 3.25GB RAM
GIGABYTE GA-880GA-UD3H
ATI Radeon HD 4250 (onboard)
2 x Hauppauge HVR-2250
2 x Motorola DCH-3200 STB
1 x Western Digital Caviar Blue 7200 SATA2 250GB Hard Drive (System)
2 x Barracuda 7200 SATA2 500GB Hard Drives [Software RAID-0] (Recordings)
1 x Asus VE245H 24" 1080P LCD
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#92
2010-10-18, 09:52 AM
dspdrew Wrote:Yeah, shouldnt the View button be somewhere other than the middle of the menu?

The default ordering is as follows:

Update EPG, Restart Service (disabled), View, Shutdown, Reboot, Sleep, Hibernate, Exit, Main Menu

To be honest, I can't remember what the logic is for inserting new buttons if you suddenly run a version that includes one you didn't have before. I'm also not going to worry about it, because you can reorder them (as most of you have found out, one way or another Big Grin).

dspdrew Wrote:I do have a question though.. would it be possible to get an option to restart NPVR itself? or maybe even an option to run a script from the scripts folder?

Restart? Hmm. Why?

For running scripts, you could just use the custom tasks option that sub added in the latest build. There's not much point in me duplicating that functionality. Actually, if you needed a restart, you could do it this way too, with a simple batch file that killed the npvr process then opened it again.

Iain
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#93
2010-10-18, 12:20 PM
This is not major as there is a work-around.

If I use Sleep from System Plug-in - NPVR crashes (the program has stopped working)
If I use Hibernate from System Plug-in - NPVR goes to sleep (Stand-by)
This is on Vista 32
I think this was happening in earlier versions - I usualy use the remote to put peuter out of its missery.

For now I have disabled Sleep
It's not an overly complicated system - it's more - overly simple operatives  Huh
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#94
2010-10-18, 12:36 PM
Lao Pan Wrote:If I use Sleep from System Plug-in - NPVR crashes (the program has stopped working)
If I use Hibernate from System Plug-in - NPVR goes to sleep (Stand-by)

Anyone else seeing this?

The code is extremely simple in these cases, calling either one of the following lines:

Application.SetSuspendState(PowerState.Hibernate, true, false);
Application.SetSuspendState(PowerState.Suspend, true, false);

(You can view the msdn docs here)

I'm open to suggestions as to what else to try, but there's really not much I can do with that code. Is Hibernate enabled on your system? Does it (and sleep) work as expected if using Windows to activate them?

Iain
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#95
2010-10-18, 01:39 PM (This post was last modified: 2010-10-18, 01:43 PM by Lao Pan.)
Hibernate isn't enabled at the present - it was last week, But I changed back to Sleep with MCE Standby Tool due to Graphics Card Driver Hic-ups That was when I noticed the problem. I'm prity sure Start Menu Sleep works OK - I'll check tonight.
Hibernate in the plug-in definitly invokes Sleep.

It could be a MCE Standby Tool problem.

Just had a thought - I will try putting the buttons in the default order - maybe the links get screwed up in some other configs
It's not an overly complicated system - it's more - overly simple operatives  Huh
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#96
2010-10-18, 02:00 PM
Lao Pan Wrote:Hibernate isn't enabled at the present
Hmm, could be that. It's probably a scenario I've never tested.

Lao Pan Wrote:Just had a thought - I will try putting the buttons in the default order - maybe the links get screwed up in some other configs

No, it won't be anything to do with that. I think Rolleyes

Iain
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#97
2010-10-18, 02:14 PM
When I get home I'll try calling Hybernate from the remote - prity sure LM remote uses the same call as you are using.
It's not an overly complicated system - it's more - overly simple operatives  Huh
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#98
2010-10-18, 02:23 PM
Lao Pan Wrote:When I get home I'll try calling Hybernate from the remote - prity sure LM remote uses the same call as you are using.

What o/s are you using while we're at it? I've only ever really tested the plugin on Windows 7, although I do have it on my GBPVR XP box too, but I've probably never used the power options there.
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#99
2010-10-18, 02:36 PM
Vista 32 bit - Should be simillar to Win 7 - only worse Big Grin
It's not an overly complicated system - it's more - overly simple operatives  Huh
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#100
2010-10-18, 05:16 PM
Some more info
Re-enabled Hibernate - no difference
Changed to default skin - no difference
Re-ordered Buttons to default - no difference

Set a recording to within 120 mins - got a pop-up message (recording starting etc) selecting sleep caused the computer to sleep.

If Hibernate is disabled (powerconfig hibernate off) the hibernate button works as a sleep button with no crash.
It's not an overly complicated system - it's more - overly simple operatives  Huh
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (18): « Previous 1 … 8 9 10 11 12 … 18 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BlueRetroVE+ skin for NPVR Jaggy 101 43,808 2018-01-10, 04:48 AM
Last Post: pitbull1969
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 150,460 2017-04-10, 10:46 AM
Last Post: fred250
  NextBlue skin for npvr Northpole 162 67,269 2015-12-16, 07:39 PM
Last Post: Northpole
  Bluray Player Beta whurlston 23 12,827 2015-10-05, 09:32 AM
Last Post: Lao Pan
  GuidePlus for NPVR carpeVideo 143 57,379 2015-07-12, 06:06 PM
Last Post: madas
  Movies beta vik 66 32,601 2015-03-31, 03:13 AM
Last Post: Lao Pan
  New plugin - MovieTrailers imilne 11 6,708 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,617 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,925 2014-01-09, 11:16 PM
Last Post: mvallevand
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 29,161 2013-12-03, 10:21 AM
Last Post: martint123

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

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

Linear Mode
Threaded Mode