Opened 5 years ago
Closed 5 months ago
#12749 closed Developer Task (Unverified)
add minimal cutlist support for ASX streaming
Reported by: | Karl Egly | Owned by: | Karl Egly |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Web Frontend | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Writing down old research that I never got to implement due to missing pieces of knowledge. (how do I access the cut list efficiently from server side scripts?)
The ASX format provides support for marking in and out points on top of a recording. https://msdn.microsoft.com/en-us/library/ms910265.aspx It would be nice to provide cut-from-start and cut-to-end for recordings with many minutes of start-early and/or end-late but without breaks.
The first cut goes into the STARTTIME element.
The second cut is signaled implicit by adjusting the DURATION element to account for the duration of start-to-first-cut and of last-cut-to-end.
The ASX file is generated at https://github.com/MythTV/mythtv/blob/master/mythtv/html/tv/stream.qsp#L82
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.