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

Hidden files causing program to stop processing files #232

Open
partymike opened this issue Oct 27, 2023 · 0 comments
Open

Hidden files causing program to stop processing files #232

partymike opened this issue Oct 27, 2023 · 0 comments

Comments

@partymike
Copy link

I run this in docker on a QNAP NAS, unofrtunatly the program detects hidden files/folders generated by the system:

.@__thumb

This causes the software to throw an integer error and stops processing, there is no way manually unselect the files (especially in a folder with multiple mp3 you want to process into 1 file) or any option to ignore file types/hidden files.

Currenlty the ony workaround is to delete the files manually "find . -type d -name .@__thumb -delete" and then everything works.

Could an option be added to ignore files types/hidden files (as they wouldn't be relevant to the process)

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