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

Frame Player Counting Error #162

Open
Adlerkampf opened this issue Mar 1, 2023 · 2 comments
Open

Frame Player Counting Error #162

Adlerkampf opened this issue Mar 1, 2023 · 2 comments

Comments

@Adlerkampf
Copy link

When opening a folder of for example SVG´s that contains 5000 files that are names "1.svg", "2.svg"... the frame player skips from frame 10 to 100 to 1000 and then starts counting until it tries to reach 1010 but fails and resets to 101 and then continus futher until the 0 accurs at the end of a number
Small gif of the bug

@jameshball
Copy link
Owner

Ah, that's not ideal! I will try to fix this at some point but for now you could name them like a, b, c, d, ..., z, aa, ab, ac... etc and it should work. Not a good solution though I appreciate! Thanks for raising the issue

@jameshball
Copy link
Owner

https://blog.jooq.org/how-to-order-file-names-semantically-in-java/ leaving this here for future reference as a way this can be fixed

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

No branches or pull requests

2 participants