Ticket #10894 (new Patch - Feature)
Opened 11 months ago
Last modified 11 months ago
Enable mythconfirmation dialog to pause playback
| Reported by: | Tobias Maier <diespambox@…> | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
First patch (Enable-mythconfirmation-dialog-to-pause-playback.patch) enhances the behavior of the MythConfirmationDialog? during playback: If a MythUserMessage? with ExtraData? set to "pauseplayback" (instead of a timeout) is received while in playback, playback is paused until the dialog is dissmissed.
The second patch (add-network-control-command-message_pause.patch) adds the network control command "message_pause" which uses the feature introduce in the first patch. I'm not really happy with the command name, but i did not want to change the syntax of "message" because i think this would break a lot of peoples scripts...
Both patches were created against the master branch.
Since i don't know what's the preferred way to submit patches here are the patches as commits on github:
Enable-mythconfirmation-dialog-to-pause-playback.patch:
https://github.com/tobser/mythtv/commit/238d243481669fc54011db7bc939268d1b6390df
add-network-control-command-message_pause.patch:
https://github.com/tobser/mythtv/commit/35b707d55bf13557fc64a1b89150318dec9acf95
Attachments
Change History
Changed 11 months ago by Tobias Maier <diespambox@…>
- Attachment Enable-mythconfirmation-dialog-to-pause-playback.patch added
Changed 11 months ago by Tobias Maier <diespambox@…>
- Attachment add-network-control-command-message_pause.patch added
Changed 11 months ago by Tobias Maier <diespambox@…>
- Attachment 0001-fix-osd-menu-broken-in-commit-238d243481669fc54011db.patch added
fix stuff broken in enable-mythconfirmation-dialog-to-pause-playback.patch
comment:1 Changed 11 months ago by Tobias Maier <diespambox@…>
sorry but i was somehow tricked by the merge... and broke the OSD menu. 0001-fix-osd-menu-broken-in-commit-238d243481669fc54011db.patch fixes the OSD menu.
https://github.com/tobser/mythtv/commit/80cdcf545ff37cb2285775f91abc540a958b70ce
I'm sorry for the mess...
