Opened 10 years ago

Closed 4 years ago

#12201 closed Patch - Feature (Unverified)

Improvement for protocol commands QUERY_CUTLIST, QUERY_COMMBREAK

Reported by: jlbarriere68@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: Master Head
Severity: medium Keywords: Commercial break, variable framerate
Cc: Ticket locked: no

Description

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>}

Change History (2)

comment:1 Changed 9 years ago by jlbarriere68@…

I am rebasing the previous patch i submitted before for myth API (ticket #12090). This one could be closed if nobody is interesting by that. Thanks.

comment:2 Changed 4 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.