-
Notifications
You must be signed in to change notification settings - Fork 22
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
Incorrect parsing of CLS command #47
Comments
How about these results for CLS, TLS, FLS and Thumbnail List:
|
I want to change "created" to "changed" and parse the date/time format to a Date.toLocal() string. |
that makes a lot more sense than the current response parsing. always returning an array would also fix #42 when using 2.0.7 |
All "created" in the previous example are now changed to a parsed timestamp (parsed as local time) like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CasparCG 2.0.7 returns the following on CLS command:
"PATH/FILENAME" SIZE TYPE DATE LENGTH FRAMELENGTH
casparcg-connection returns the following:
{name: 'PATH/FILENAME', type: 'type'}
The text was updated successfully, but these errors were encountered: