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

Input formats #2

Open
DavidMrLane opened this issue May 15, 2021 · 0 comments
Open

Input formats #2

DavidMrLane opened this issue May 15, 2021 · 0 comments

Comments

@DavidMrLane
Copy link

Using the array of file types, the for loop over the dir of input files only matches the first type in $SUPPORTED_FILES. Most of my files are .m4a so I moved that to first in the list and it works but it's annoying to have to swap them around for different formats. Tried to work around by hard coding the types in the for loop but then it broke the folder creation.

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

No branches or pull requests

1 participant