Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8961 closed patch (fixed)

MythTranscode doesn't update DB with new File Size

Reported by: Doug Haber <doug@…> Owned by: cpinkham
Priority: minor Milestone: 0.24
Component: MythTV - Mythtranscode Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Whenever I transcode a file the actual filesize changes but this change isn't reflected in the DB (which means MythWeb displays the wrong info). This simple patch makes sure that the filesize gets updated at the end of a successful transcode.

Attachments (1)

filesize.patch (702 bytes) - added by Doug Haber <doug@…> 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Doug Haber <doug@…>

Attachment: filesize.patch added

comment:1 Changed 14 years ago by robertm

Owner: set to cpinkham
Status: newassigned

comment:2 Changed 14 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(In [26460]) Save the new filesize in recorded.filesize after transcoding.

Closes #8961 using slightly different patch that doesn't require calling ProgramInfo::GetPlaybackURL() again.

comment:3 Changed 14 years ago by cpinkham

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.