Opened 12 years ago
Closed 11 years ago
Last modified 10 years ago
#12090 closed Patch - Feature (fixed)
Services API - Get cut list and comm break for recorded
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.28 |
Component: | MythTV - Services API - Backend | Version: | Master Head |
Severity: | medium | Keywords: | COMM BREAK, EDL, CUT LIST |
Cc: | Ticket locked: | no |
Description
This is a patch adding the ability to get cut list and comm break for recordings. Also new servives are able to return offset by keyframe, position or duration depending of request parameter "OffsetType" { nil , "Position", "Duration" }
I made a PR to github: https://github.com/MythTV/mythtv/pull/70
Change History (7)
comment:1 by , 12 years ago
Milestone: | 0.28 → unknown |
---|
comment:2 by , 11 years ago
It would be nice to see this or #11491 implemented soon. It restricts proper commercial skips and EDL use on videos that don't have a steady framerate.
The Services API would obviously be better, but those patches aren't for version 0.28. If those get modified to go into the 0.28 tree, could it get submitted?
comment:5 by , 11 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:7 by , 10 years ago
Milestone: | unknown → 0.28 |
---|
Overlaps with/partial duplicate of #11491. We'll have to decide on a single approach.