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

switch remaining / actual timecode #4

Closed
Jonathan1718 opened this issue Mar 17, 2022 · 4 comments
Closed

switch remaining / actual timecode #4

Jonathan1718 opened this issue Mar 17, 2022 · 4 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@Jonathan1718
Copy link

Is it possible to add a tick in advanced settings to switch between remaining time and elapsed time ? Awesome work btw.

@chabad360
Copy link
Owner

It's a bit complicated for two reasons:
A. That whole calculation happens on the server, and is sent to the client as text, so inverting it on the client is a bit complicated.
B. I could theoretically move that but of the calculation to the client, but considering JS's issues with floating point processing (which were a legitimate issue when I did the whole calculation there) I don't think that's a good idea.

I'll see if I can come up with a good way to do it, but I'm not really sure there is one...

Additionally, could you describe the use case? I personally don't really see why that would be useful if you can't see how long the whole clip is (which my interface doesn't really allow for).

@Jonathan1718
Copy link
Author

Jonathan1718 commented Mar 17, 2022 via email

@chabad360
Copy link
Owner

I see.

Yes, perhaps just adding a switch server side is the way to go.

I'll add it to the next feature wave.

@Jonathan1718
Copy link
Author

Jonathan1718 commented Mar 17, 2022 via email

@chabad360 chabad360 added the enhancement New feature or request label Mar 17, 2022
@chabad360 chabad360 added this to To do in v0.9 Mar 17, 2022
v0.9 automation moved this from To do to Done Mar 25, 2022
@chabad360 chabad360 added this to the v0.9 milestone Apr 3, 2022
@chabad360 chabad360 linked a pull request Jun 12, 2022 that will close this issue
@chabad360 chabad360 removed a link to a pull request Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v0.9
  
Done
Development

No branches or pull requests

2 participants