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

CLI: Option to include subdirectories #319

Open
MarcosSueiro opened this issue Feb 11, 2025 · 2 comments
Open

CLI: Option to include subdirectories #319

MarcosSueiro opened this issue Feb 11, 2025 · 2 comments

Comments

@MarcosSueiro
Copy link

MarcosSueiro commented Feb 11, 2025

--include-subfolders or something like that
Alternatively, --ignore-nonWAV

Use case: many WAVE files in subfolders mixed in with even more non-WAVE files.

@dericed
Copy link
Collaborator

dericed commented Feb 15, 2025

Noting that with the GUI non wav files seem to be ignored but in the cli, they are listed as not having the right header.

For bwfmetaedit dir/ when the dir includes wavs and non-wavs, I suggest the CLI and GUI read/ignore the same files.

@MarcosSueiro, in both the cli and gui, subdirectories seem to be included when reading from a parent directory. Is the option --include-subfolders needed? Or perhaps a --depth x option to limit the recursion?

@MarcosSueiro
Copy link
Author

My bad! As you note @dericed, I actually was trying to avoid the noise of non-WAV files by doing a pseudo Perl like directory/subdirectory/*.wav. This would be a nice feature (which would also allow the ability to do something like directory/subdirectory/*fileKw*.wav), but I assume not easy to implement.

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

2 participants