Opened 14 years ago
Closed 8 years ago
#10596 closed Patch - Feature (Won't Fix)
Add quit and shutdown to frontend standby mode
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28.2 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch builds on the standby mode introduced in 0.25.
It adds two options to standby mode. The user can select to quit the frontend, to run a command that could shutdown the machine (or anything else), or enter the standby screen. These options are selectable in the general settings screen.
This way the idle timer can be set to a shorter timeout and shutdown the fronted immediately instead of having to wait for the backend to shutdown. It's ideal for frontend-only machines.
Attachments (2)
Change History (9)
by , 14 years ago
| Attachment: | standby.diff added |
|---|
by , 14 years ago
| Attachment: | standby2.diff added |
|---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 14 years ago
| Milestone: | unknown → 0.27 |
|---|---|
| Status: | assigned → accepted |
Rather than creating new settings for this functionality, I'll add a new pair of system events for entering/exiting standby, that will be more flexible without adding more clutter to the setting screens.
comment:4 by , 13 years ago
| Milestone: | 0.27 → 0.28 |
|---|
comment:5 by , 10 years ago
| Milestone: | 0.28 → 0.28.1 |
|---|
Moving unresolved tickets to next point release
comment:6 by , 9 years ago
| Milestone: | 0.28.1 → 0.28.2 |
|---|
Moving remaining open 0.28.1 tickets to 0.28.2
comment:7 by , 8 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | accepted → closed |
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master

The first patch had an error causing compile to fail. Sorry.
This one (standby2.diff) compiles fine.