Quote:
Originally Posted by shoelesshunter
It's not an issue with path length. I set my template to:
Books/{title}.
Some are stored under "Books" others under "Boks."
This happened when I used {formats}. Some were saved under PDF/ and others under PF/.
|
It still looks like a path length error. Add the length of the book file name to the directories. calibre basically uses the shortest length supported by any of the OS it runs on for all supported OS. That was the main driver for me modifying my save to device and save to disk templates to truncate the author list to the first entry.
Looking at your entry, adding the ebook title twice is likely not helping.
Code:
Elib/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}