View Single Post
Old 10-17-2016, 11:40 PM   #4
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,453
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by davidfor View Post
I think it is more likely you have the save template producing the same file name for multiple books. My guess would be the save template looks something like one of the following:

Code:
{author_sort}/{authors}
{author_sort}/{series} - {authors}
There isn't enough in either of those to uniquely identity a book. The first one means you will only have one book by an author on the device, the second, only one book per series for the author.

My save template is:

Code:
{author_sort}/{title} - {authors}
That is unique enough unless you allow duplicates in your calibre library or have multiple editions or something like that.

The save template is in the configuration of the driver. You can access this through the Plugins section of the preferences, or by right-clicking on the device button when the device is connected.
I thought about that possibility as I made that mistake when I first started using Calibre and modified the save to device template but then my modification would only let me save one book per author(s) while the OP seems to say he can have multiple books by the same author but certain pairs of books will only save one book.

AFAIR, the default Calibre save to device template is:
Code:
{author_sort}/{title}/{title} - {authors}
while my current save to disk template is:
Code:
eLibris/{author_sort}/{title} - {author_sort}
to basically place all sideloaded ebooks into a single directory in the root of the storage.

Last edited by DNSB; 10-17-2016 at 11:46 PM.
DNSB is online now   Reply With Quote