Quote:
Originally Posted by dkritso109
Thank you for your response, but I have no clue about ebook-meta or scripting. Could you point me into the right direction?
|
Read the
Calibre manual entry for ebook-meta (Hint: The option you want is, unsurprisingly, called --cover). Then, read documentation as to how to do command line scripts/ bash files in whatever OS you have. The program logic you'll want to implement is something like getting a list of all cover files you have, then adding that cover to the ebook file of the same name. (Hint: This assumes that, apart from the file extension, the file names really are 100% identical. If not, figure out a way to compensate.)