Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically moving time cursor through HTTP API #2087

Closed
VinayValsaraj-at opened this issue Jul 30, 2024 · 1 comment
Closed

Programmatically moving time cursor through HTTP API #2087

VinayValsaraj-at opened this issue Jul 30, 2024 · 1 comment

Comments

@VinayValsaraj-at
Copy link

VinayValsaraj-at commented Jul 30, 2024

Description

Hi! I'm looking to programmatically move to a certain timestamp. It seems that this is possible through the keyboard shortcut goToTimecode to open the modal, but still requires application input for the timestamp. There is no way to pass in a timestamp to the keyboard shortcut.

It seems that this has been requested and closed here: #1204 , but not implemented.

It feels as though on top of skipping frame/playing/etc., being able to definitively provide a timestamp would supercharge automating LosslessCut programmatically.

Let me know if you need more details.
e.g. curl -X POST http://localhost:8080/api/shortcuts/goToTimecode --data '{"timestamp": "0:57"}'

@mifi
Copy link
Owner

mifi commented Aug 4, 2024

now implemented (you can try next nightly). example:

curl -X POST http://localhost:8080/api/action/goToTimecodeDirect --json '{"time": "09:11"}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants