-
Notifications
You must be signed in to change notification settings - Fork 414
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
FEAT: Add additional validation to validator.py that provides command count #18
Comments
The validation results give a frame count if the FSEQ is valid. The documentation states max command count (transition of light / closure state ie on -> off / open -> closed etc) is 681 but bear in mind, commands that start at the same timestamp counts as 1 command. Memory usage is calculated taking the number of commands & dividing it by 681. |
I’ve revisited your comments & now include total commands used in my PR #20 |
+1, was looking for this |
Good suggestion. We'll make this change. |
@JVB-Tesla see pr #20 |
Feature Req: The existing validator.py doesn't provide enough granular information about why light-show output files from xLights are too large, the Memory % value seems to wildly fluctuate higher even when commands are removed
The text was updated successfully, but these errors were encountered: