-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fix Multiple Issues With Timestamps #8034
Conversation
37b40c4
to
1447b1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick check. Formatting/alignment changes are completely redundant.
|
||
if !(_string select [1, 1] in DIGITS) exitWith {_original}; | ||
if !(_string select [2, 1] in DIGITS) exitWith {_original}; | ||
if (_string select [3, 1] != ":") exitWith {_original}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fails if using "HH"
format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we just need to drop this and the next few lines to support time codes like [12]
or just drop HH format
(I'm also not sure I understand why we have "HH:MM:SS:MM"
but that's unrelated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@commy2 - I commited a fix to this PR, let me know if it looks ok
|
||
params ["_original"]; | ||
|
||
// @todo, 2.02 reverse command will support STRING types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: (
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With forceUnicode? Can you please also make a FT ticket for that example if its really broken?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
timecode search
Thanks for finishing this. |
The pull request that added the auto timestamping to the marker menu was incredibly rushed and broken.
When merged this pull request will:
before
after: