Quote:
Originally Posted by jackastor
Sorry for not replying sooner. Ok so that's basically what I mean. But when I save books to computer save to disk Calibre automatically saves author/book title. That's basically How I want things to go via the extended driver. If there is a way to do this it would be great. I am still not sure how to configure things so that this happens. I don't quite get how to accomplish this. Can you advise?
|
The save template in the driver configuration defines the filename to be used when putting the book on the device. I use:
Code:
{author_sort}/{title} - {authors}
Which puts the book in a subdirectory created from the author sort field. And names the file using the title and authors. Calibres "Save to disk" is also configured using a template. The same one should work in both places.