You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: