-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Error on Windows extended path #2373
Comments
NTFS as well as almost all other FS does not allow to a path entry have length more then ~255. While the entire path may have up to ~32k characters length. You need to limit
Use (in your config file), for example: So, the full line (with the default filename pattern) will look like:
|
Can it be set globally? |
Thank you, it worked! |
I actually meant configuring a filename format to apply globally, which would also (indirectly) fix the length problem |
That's possible by setting {
"extractor": {
"filename": "`{filename}.{extension}`"
}
} |
I am running on Windows 10, NTFS, long paths enabled in the registry.
The text was updated successfully, but these errors were encountered: