tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Add timestamp segmentor #73

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR adds a new appliance: the timestamp segmentor.

This appliance will watch a payload stream and send "segment" payloads when it sees certain timestamps have been reached. Those segments payloads can have optional data associated which is completely user defined / freeform.

For example, a developer might use this module to register program start times with program names / metadata.

Due Diligence Checklist

Related Issues

Resolves #71