[mythtv-commits] Ticket #12290: Commercial Flagging isn't being queued.
MythTV
noreply at mythtv.org
Tue May 10 18:16:54 UTC 2016
#12290: Commercial Flagging isn't being queued.
------------------------------------+-----------------------------
Reporter: Bill Meek <keemllib@…> | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: 29.0
Component: MythTV - General | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
------------------------------------+-----------------------------
Comment (by rsiddons):
The "Hack fix" (31da15ad7) wasn't implemented correctly.
There are 2 instances of m_recording_file (in 2 separate !RecInfos): the
TVRec one is created at start of the recording and never updated, the
Recorder one contains the updated filesize (and other data).
That patch intends to reload the stale instance but it is ineffective
because the TVRec instance already exists. It needs to be forcibly
reloaded.
I reverted the 4 patches on this ticket (2e98fb5832, 31da15ad7,
cf4da125a78, 767370fe7e) and applied Bill's instrumentation to reproduce
the before.log. Then applied the new patch to produce the after.log.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12290#comment:21>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list