Opened 13 years ago
Closed 5 years ago
#10894 closed Patch - Feature (Won't Fix)
Enable mythconfirmation dialog to pause playback
Reported by: | 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 (3)
Change History (5)
Changed 13 years ago by
Attachment: | Enable-mythconfirmation-dialog-to-pause-playback.patch added |
---|
Changed 13 years ago by
Attachment: | add-network-control-command-message_pause.patch added |
---|
Changed 13 years ago by
Attachment: | 0001-fix-osd-menu-broken-in-commit-238d243481669fc54011db.patch added |
---|
comment:1 Changed 13 years ago by
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...
fix stuff broken in enable-mythconfirmation-dialog-to-pause-playback.patch