Ticket #8388 (closed defect: fixed)
Opened 22 months ago
Last modified 21 months ago
PLAY_STARTED Event for LiveTV?
| Reported by: | Ben Hardill <b.hardill@…> | Owned by: | cpinkham |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.23rc2 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi,
I've been playing with the new Event model in the 0.23 stream (using the rpms from atrpms) and I really like it but I've come across a couple of things that don't seam to work as expected.
When starting LiveTV I don't get a PLAY_STARTED event for what ever is playing when I start. There is a REC_STARTED event but there is no way to tell that from that if it's Live or if it's just a scheduled recording.
Also if I change channel I don't get a PLAY_CHANGED event which given the description in the change (23012) set I would expect.
PLAY_STARTED events do get fired when I watch recordings and PLAY_CHANGED events get thrown if I use the "Jump to Recording" menu to switch recorded playback.
Have I miss understood?
Attachments
Change History
comment:1 Changed 22 months ago by robertm
- Owner changed from ijr to cpinkham
- Status changed from new to assigned
- Version changed from Trunk Head to 0.23rc2
- Milestone changed from 0.23 to unknown
comment:2 Changed 22 months ago by robertm
- Priority changed from minor to trivial
- Severity changed from medium to low
comment:3 Changed 22 months ago by cpinkham
- Status changed from assigned to closed
- Resolution set to fixed
(In [24278]) Add a new LIVETV_STARTED System Event to signal when LiveTV starts. We can't easily send a PLAY_STARTED with the proper program info, and LIVETV_STARTED helps differentiate between playback of a recording vs LiveTV.
Send a PLAY_CHANGED System Event when we jump to the next program in NuppelVideoPlayer?.
Closes #8388.
comment:4 Changed 22 months ago by cpinkham
(In [24279]) Carry over [24278] from trunk.
Add a new LIVETV_STARTED System Event to signal when LiveTV starts. We can't easily send a PLAY_STARTED with the proper program info, and LIVETV_STARTED helps differentiate between playback of a recording vs LiveTV.
Send a PLAY_CHANGED System Event when we jump to the next program in NuppelVideoPlayer?.
References #8388.
comment:5 Changed 21 months ago by Ben Hardill <b.hardill@…>
Thank you for this, it works a treat.
There seams to be one case I had missed earlier, when one program ends and another starts while watching live tv.
I'm going to have a look at seeing if I can add something myself, as/if/when I get it working I'll submit a patch


Please read the ticket howto, milestones are for developer use.