[mythtv-commits] Ticket #12201: Improvement for protocol commands QUERY_CUTLIST, QUERY_COMMBREAK

MythTV noreply at mythtv.org
Sat Jul 5 14:30:20 UTC 2014


#12201: Improvement for protocol commands QUERY_CUTLIST, QUERY_COMMBREAK
-------------------------+-------------------------------------------------
     Reporter:           |      Owner:
  jlbarriere68@…         |     Status:  new
         Type:  Patch -  |  Milestone:  unknown
  Feature                |    Version:  Master Head
     Priority:  minor    |   Keywords:  Commercial break, variable
    Component:  MythTV   |  framerate
  - General              |
     Severity:  medium   |
Ticket locked:  0        |
-------------------------+-------------------------------------------------
 Since 0.27, backend handles streams with variable framerate but none of
 these protocol commands have been improved to handle the feature. I
 proposed this improvement to request marks by position or duration in
 addition of framecount. Commands keep the same behavior as previous
 without the new optional parameter containing the desired offset type
 "Position | Duration".

 I made a PR to github: https://github.com/MythTV/mythtv/pull/81

 The prototype would be:
 QUERY_CUTLIST  <int:chanid> <unixtime:starttime> {<Position | Duration>}
 QUERY_COMMBREAK  <int:chanid> <unixtime:starttime> {<Position | Duration>}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12201>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list