<div dir="auto">I'm trying to create a bookmark feature for long playbacks.<div dir="auto"><br></div><div dir="auto">I'll save the file and position (to be exact the sample position) and then when the caller comes back, they can choose to restart in the same place.</div><div dir="auto"><br></div><div dir="auto">The playback tool allows me to specify the sample position (and uuid_fileman lets me seek to one)</div><div dir="auto"><br></div><div dir="auto">But I don't see how to query the _current_ position.</div><div dir="auto">There's no status inside uuid_fileman</div><div dir="auto">There's no variables I see that are updating when doing uuid_dump.</div><div dir="auto"><br></div><div dir="auto">The closest I see is that if I stop the playback, I get a PLAYBACK_STOP event with the sample position.</div><div dir="auto"><br></div><div dir="auto">This seems like it could work, but that's means I need to trigger a script to stop the playback (can't continue listening) and wait for an ESL event, and hope we're getting the right one. (How to I listen for events attached only to a specific UUID?) This seems overly complicated.</div><div dir="auto"><br></div><div dir="auto">I was hoping to have a uuid_fileman option or the like to query the current position.</div><div dir="auto"><br></div><div dir="auto">Does that exist somewhere? </div><div dir="auto"><br></div><div dir="auto">Thanks. </div></div>