Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#4071 closed patch (fixed)

Add XBox option to turn on LED on only non LiveTV recordings.

Reported by: Mark Buechler <Mark.Buechler@…> Owned by: cpinkham
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

This patch adds an additional option under XBox settings to turn on the LED only on non-LiveTV recordings.

Attachments (2)

recording_led-v14391.patch (4.1 KB) - added by Mark Buechler <Mark.Buechler@…> 17 years ago.
The patch.
recording_led-v14391.2.patch (5.4 KB) - added by Mark Buechler <Mark.Buechler@…> 17 years ago.
Patch with missing header diffs.

Download all attachments as: .zip

Change History (8)

Changed 17 years ago by Mark Buechler <Mark.Buechler@…>

Attachment: recording_led-v14391.patch added

The patch.

Changed 17 years ago by Mark Buechler <Mark.Buechler@…>

Patch with missing header diffs.

comment:1 Changed 17 years ago by Mark Buechler <Mark.Buechler@…>

Just as a note, this likely depends on the patch in ticket 4043.

comment:2 Changed 16 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham
Status: newassigned

Taking this ticket because I'd like to heavily modify the Xbox code to make it generic so that it can be used for other things such as turning on/off the LEDs on a msntv2/rm4100 frontend.

comment:3 Changed 16 years ago by cpinkham

Milestone: unknown0.21

comment:4 Changed 16 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(In [15794]) Add Xbox setting to allow turning on the recording LED only for non LiveTV recordings.

Closes #4071 using slightly modified patch by Mark Buechler.

comment:5 Changed 16 years ago by Mark Buechler <Mark.Buechler@…>

In order for this to really work well, it depends on ticket 4043. Have you looked at committing that? That fixes when the user presses the record button while in livetv.

  • Mark.

comment:6 Changed 16 years ago by cpinkham

(In [15806]) If we switch from LiveTV to pseudoLiveTVRecording or vice versa, update the recgroup in the curRecording object. This is done rather than reretrieving from the DB so that we don't have to keep track of other changed values such as curRecording->recstatus.

Closes #4043 and references #4071.

Note: See TracTickets for help on using tickets.