Opened 18 years ago

Closed 18 years ago

#2038 closed defect (fixed)

Currently recorded program does not get color-coded to red

Reported by: otto at kolsi dot fi Owned by: cpinkham
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

With SVN HEAD and one DVB-T capture card:

If there's scheduled recording to be started and LiveTV is on, myth shows dialog asking what to do. If "Record and watch it while recording" is selected, myth changes channel and starts to record scheduled program as it should.

However, in "Watch Recordings" and "Delete Recordings" screens this currently on-going recording is not color coded to red. In "Upcoming Recordings" it is. This is some sort of special case, normally scheduled recordings are always correctly coloured if recording is on-going.

Change History (5)

comment:1 Changed 18 years ago by g8ecj@…

And it is NOT possible to cancel the recording because the system doesn't recognise that a recording is taking place so the "Cancel Recording" option is missing from the "Watch Recordings" menu.

comment:2 Changed 18 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham

Please retry this with current SVN HEAD. I committed a patch a day or so ago that had to do with these 'pseudo-LiveTV' recordings. They should show up in the proper Recording Group now as well.

comment:3 Changed 18 years ago by otto at kolsi dot fi

Unfortunately it still doesn't work, I'm currently running SVN 10580. Any specific logs needed?

comment:4 Changed 18 years ago by cpinkham

Milestone: 0.20
Status: newassigned

comment:5 Changed 18 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(In [10951]) Don't reset the recstartts when we start a pseudoLiveTVRecording.

Normally LiveTV recordings have their recstartts set to the exact time, to the second, that the recording starts. For pseudoLive recordings this is bad because it can cause the scheduler to lose track of the recording since the recstartts in the recorder (and starttime in the database) do not match the recstartts that is in the scheduler for that recording.

This fixes #2038. The Watch Recordings screen will now properly highlight these psuedoLive recordings as in-progress.

References #1371 because #1371 ticket mentions the same issue as #2038 among other things.

Note: See TracTickets for help on using tickets.