Opened 18 years ago

Closed 18 years ago

#421 closed defect (fixed)

Transcode confuses Watch Recordings screen

Reported by: dwilga@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

If the user leaves the Watch Recordings screen active while a transcode operation completes, the frontend temporarily gets confused about the recording. If the user tries to play it, they get a message saying the file is missing. The condition can be cleared-up by exiting Watch Recordings and going there again.

I believe this is because of the filename change that occurs when transcoding from MP2 to MP4 (.mpg becomes .nuv). I guess either transcode needs to notify frontend that the name has changed, or frontend needs to re-query the DB to get the new filename when it can't find the file.

Change History (1)

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [7402]) Send out a RECORDING_LIST_CHANGE message whevever mythtranscode, mythcommflag, or a User Job finishes successfully. This will notify the Watch Recordings screen to reload the recordings list so it has updated information about commercial flagging status, cutlist, and filename changes which may be a result of the Job which just finished. Closes #421.

Note: See TracTickets for help on using tickets.