Opened 18 years ago

Closed 18 years ago

#751 closed defect (fixed)

Live TV uses the profile of the most recent recording.

Reported by: bjm <bjm@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.19
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Live TV mode does not appear to set the recording profile but instead uses the profile of the most recent recording. The following is the result of entering live TV after a Default recording, a brief recording with the 'Live TV' profile then live for two channels, a brief recording with the 'High Quality' profile then live for two channels.

: bjm@nordtv ; grep "Using profile" mb.log | tail
2005-12-03 20:55:45.506 TVRec(3): Using profile 'Default' to record
2005-12-03 21:16:31.484 TVRec(2): Using profile 'Default' to record
2005-12-03 21:16:38.124 TVRec(3): Using profile 'Default' to record
2005-12-03 21:24:34.388 TVRec(3): Using profile 'Default' to record
2005-12-03 21:25:22.893 TVRec(3): Using profile 'Live TV' to record
2005-12-03 21:37:59.151 TVRec(2): Using profile 'Live TV' to record
2005-12-03 21:38:04.220 TVRec(3): Using profile 'Live TV' to record
2005-12-03 21:40:03.539 TVRec(3): Using profile 'High Quality' to record
2005-12-03 21:40:58.979 TVRec(2): Using profile 'High Quality' to record
2005-12-03 21:41:17.931 TVRec(3): Using profile 'High Quality' to record

Change History (1)

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [8212]) Fixes #751.

load_recording_profile() depends on livetv recordings not having a program info. With the livetv changes they now do. This just calls load_recording_profile() earlier, before we fetch the livetv program info.

Note: See TracTickets for help on using tickets.