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
One of the artists I am currently downloading has a few posts, whose filenames surpasses the limit of 255 characters.
Please add an option to shorten filenames to a certain length if they are too long.
I am aware of the option to change the filename template but this is not a solution for me, as this would lead to inconsistency between new and already downloaded files.
Thank you
The text was updated successfully, but these errors were encountered:
The windows limit not only file name length but also full path length. It's a bit tricky to make sure it won't hit the limit as the path of parent directory may hit that limit already, which means it will extremely limit the length file name.
The approach that limits file name only may not handle this well, but let me check what I can do here...
I am actually using a Linux filesystem, which has no such limit on absolute path length, every directory in a directory tree can be 255 characters long, including the files.
The absolute path length is therefore of no concern, only a filename or directory name may not be longer than those 255 characters.
0fbcb238c0
changed the title
Add option to shorten names of files if too long.
Add option to shorten names of files and directories if too long.
Jul 20, 2023
Description
One of the artists I am currently downloading has a few posts, whose filenames surpasses the limit of 255 characters.
Please add an option to shorten filenames to a certain length if they are too long.
I am aware of the option to change the filename template but this is not a solution for me, as this would lead to inconsistency between new and already downloaded files.
Thank you
The text was updated successfully, but these errors were encountered: