[mythtv-commits] Ticket #12290: Commercial Flagging isn't being queued.

MythTV noreply at mythtv.org
Mon Apr 20 18:59:21 UTC 2015


#12290: Commercial Flagging isn't being queued.
------------------------------------+-----------------------------
 Reporter:  Bill Meek <keemllib@…>  |          Owner:
     Type:  Bug Report - General    |         Status:  new
 Priority:  minor                   |      Milestone:  unknown
Component:  MythTV - General        |        Version:  Master Head
 Severity:  medium                  |     Resolution:
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------

Comment (by Bill Meek <keemllib@…>):

 To answer the questions on the mythtv channel,
 it's not the 0 byte file case.
 The recording plays back OK, manual commercial
 flagging works OK
 {{{
 mysql> SELECT recordedid FROM recorded WHERE title='Love It or List It';
 | recordedid |
 |       2916 |

 mysql> SELECT r.filesize,rf.filesize FROM recorded AS r,
     recordedfile AS rf WHERE r.recordedid=2916 and rf.recordedid=2916;
 | filesize  | filesize  |
 | 883567100 | 883567100 |

 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12290#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list