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

id's are incorrect in json if source files have number filnames #53

Open
DiscoTim opened this issue Aug 19, 2016 · 1 comment
Open

id's are incorrect in json if source files have number filnames #53

DiscoTim opened this issue Aug 19, 2016 · 1 comment
Labels

Comments

@DiscoTim
Copy link

Hi,

ran in to an issue where if using a directory for input and the filenames are all numberic ie.. 1.mp3, 2.mp3, 3.mp3 the id's generated in the json (i'm using createjs) don't correspond to the input files.

the json has all the id's, and the information included with the id is valid (start, duration), but the id does not correspond to the input file. i'm on win 10.

@DiscoTim
Copy link
Author

i'd just like to add that the issue occurs when the filenames go past 10 because of the sort order, when specifying a source directory.

if i have in a directory...
1.mp3 10.mp3 2.mp3 3.mp3... to 100

the output would have

10.mp3 as id 2 in the json, when it should be id 10

@SargoDarya SargoDarya added the bug label Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants