Opened 13 years ago
Closed 7 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)
Changed 13 years ago by
Attachment: | standby.diff added |
---|
Changed 13 years ago by
Attachment: | standby2.diff added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | set to stuartm |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
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 Changed 12 years ago by
Milestone: | 0.27 → 0.28 |
---|
comment:5 Changed 9 years ago by
Milestone: | 0.28 → 0.28.1 |
---|
Moving unresolved tickets to next point release
comment:6 Changed 8 years ago by
Milestone: | 0.28.1 → 0.28.2 |
---|
Moving remaining open 0.28.1 tickets to 0.28.2
comment:7 Changed 7 years ago by
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.