Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8388 closed defect (fixed)

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 (1)

version_info (747 bytes) - added by Raymond Wagner 14 years ago.
version info moved to file

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by robertm

Milestone: 0.23unknown
Owner: changed from Isaac Richards to cpinkham
Status: newassigned
Version: Trunk Head0.23rc2

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

comment:2 Changed 14 years ago by robertm

Priority: minortrivial
Severity: mediumlow

Changed 14 years ago by Raymond Wagner

Attachment: version_info added

version info moved to file

comment:3 Changed 14 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(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 14 years 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 14 years 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

Note: See TracTickets for help on using tickets.