Opened 16 years ago
Closed 15 years ago
#9484 closed Bug Report (fixed)
System event PLAY_UNPAUSED not sent with play button.
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If I hit pause while watching a recording or what not, I get a PLAY_PAUSED event, if I hit pause again to unpause, I get a PLAY_UNPAUSED event. However, if I hit pause, then hit play to unpause, I get no PLAY_UNPAUSED system event, or any system event at all AFAICT.
The attached patch fixes the issue for me, but someone who knows this code should have a look here as I can't say that I do, so I may be overlooking something...
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24.1 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 15 years ago
| Milestone: | 0.24.1 → 0.25 |
|---|---|
| Owner: | changed from to |
| Status: | assigned → accepted |
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Send PLAY_UNPAUSE when play is hit during pause. Fixes #9484
Branch: master Changeset: cb38a5279fd3f2b8fd554c138310b3a381f7d014
Note:
See TracTickets
for help on using tickets.

Send PLAY_UNPAUSE when play is hit during pause.