Reseting a alembci stream player from Timeline

I have the following set up


My problem is that the alembic track does not reset between these clips. It starts from time 0 when the timeline hits the next clip. Do I have to write a script to reset it or am I missing something in this case?

I have never used the Alembic track, but other tracks work that way too. Sometimes I drop a one frame clip at the start of the track with the defaults I want so it picks that up.

But animation clips have properties like ease in duration and pre-extrapolate and post-extrapolate which is probably the correct solution. Eg pre-extrapolation is “extrapolation used prior to the first clip” which defaults to “hold” rather than “none”. I would check if alembic clips have the same options

They do and with none the clip still does not reset the alembic player when the clip is done. I solved with signals and a simple script, just wondering what am I missing