View Single Post
Old 04-28-2011, 02:17 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,461
Karma: 8025600
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
My guess is that you are running into the Windows file pathname length limit. For Sonys, this is 201 characters, including the prefix (X:\database\media\books\). If the length is exceeded, then the driver starts pulling characters out of each component of the name until the name fits within the limit. The only way to avoid this is to use shorter names or to shorten the names yourself in consistent ways. The latter would require some interesting template programming, but it is possible.

As for question 2 - non-ascii characters in file names: the answer is no. For question 3, the unique calibre id is appended to be sure that the name cannot conflict with another file.
chaley is offline   Reply With Quote