Bug 6062 - Add "Power Off" menu option
: Add "Power Off" menu option
Status: RESOLVED FIXED
Product: SB Controller
Classification: Unclassified
Component: UI
: unspecified
: All All
: P2 normal (vote)
: MP
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-06 09:20 UTC by Dan Evans
Modified: 2009-09-08 09:27 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
Shutdown screen reference (3.51 KB, image/png)
2007-11-09 08:23 UTC, Richard Titmuss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Evans 2007-11-06 09:20:24 UTC
Somewhere in the menu should be an option to power off the controller.
Comment 1 KDF 2007-11-06 11:11:57 UTC
I think this would be redundant, as there is a specific button for power off (which REALLY needs a shorter software power off in addition to the current 20 second hardware power off)
Comment 2 Dan Evans 2007-11-06 11:14:47 UTC
I've already encountered one person who did not recognize the power symbol we include on the HOME button.  And he's a fairly tech saavy person.  Therefore I don't think it's redundant.  

(and I agree about the button hold time, which is addressed in bug 5458)
Comment 3 Blackketter Dean 2007-11-06 15:59:42 UTC
I agree, it's redundant AND users won't typically turn off the device manually.  Even so, let's add a "Power Off" item to the Controller Settings area.  Add a confirmation screen:

------------------------
Title: Power Off

Cancel
Power Off

Help text:  Choose Power Off or press and hold the Home button to turn off the controller.
------------------------

Comment 4 Richard Titmuss 2007-11-07 04:03:02 UTC
The problem with this is if the user does not understand that the Home button works as a power button they won't be able to turn Jive back on. So this needs to be made clear in the help text before you power jive off, or the menu option should not be added.
Comment 5 Blackketter Dean 2007-11-07 07:15:13 UTC
How about this help text instead:

Tip: Press and hold the Home button to turn the controller on and off.

I think we're spending too much time on this edge case.  Most folks won't want to/need to turn the thing off/on and theres a power symbol on the front.
Comment 6 Richard Titmuss 2007-11-09 03:14:20 UTC
Ben this should be implemented in the SqueezeboxJive applet.
Comment 7 Richard Titmuss 2007-11-09 08:23:32 UTC
Created attachment 2395 [details]
Shutdown screen reference
Comment 8 Ben Klaas 2007-11-09 14:04:50 UTC
r858 has everything needed except the actual powering down. Sending that Richard's way...
Comment 9 Richard Titmuss 2007-11-09 14:50:33 UTC
Fixed in r859.
Comment 10 Ben Klaas 2007-11-09 16:00:07 UTC
Fully fixed in r861. 

Press-hold of home key will bring you to a confirm/cancel menu for powering down the remote. 

Alternatively, there is a menu item in Settings->Advanced Settings->Power Down to do the same thing.

There is a 2 second popup "Goodbye" message to the screen, then it does a os.execute("poweroff") to shutdown nicely.

Shiny!