Quote:
Originally Posted by MsFlutter
Why does calibre remove text from the centre of the folder/file names instead of the end?
|
According to the late davidfor (emphasis mine):
Quote:
Originally Posted by davidfor
The path creation is done by calibre. The drivers supply a maximum path length and calibre works something out in that. It does tend to shorten the actual file name more than the rest of the path, but, I have seen this myself. I use a couple of different libraries, and put the library name first. Occasionally the library name gets shortened. From a quick look at the code, all parts of the path can be shortened, but the longer the part, the more will be taken from it. Hence the file name part will usually be changed the most.
|