phr00t / AutoStepper

Java tool to automate StepMania SM generation. Complete generation with banner & background art, all difficulty levels, multiple beat detection methods etc.
http://www.phr00t.com/
113 stars 23 forks source link

input filenames must always be lowercase #15

Open ghost opened 4 years ago

ghost commented 4 years ago

In file systems that have casing, e.g.: ext4, using an input file with anything other than lowercase letters results in, "Couldn't find any input files."

Interestingly, the same files are detected without incident when given a directory - so long as the directory name is also entirely lowercase.