Allow options to continue processing non critical epoch errors #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If an annotation is to close to another annotation, the epoch calculation will fail because both annotations fall on the same index. Should add options to keep existing error (strict), shift the second annotation if there is a difference in milliseconds but not index to the next available index, up to a reasonable shift (0.1s?). If the annotations fall perfectly on the same millisecond, shift one at random. Last option could be to just delete the second event, or one at random if there is a tie.