Is there a way to set Calibre to send different file types to different folders using a different template for each type?
I have a large Caliber library of EPUBs that I want to put in an EPUB folder divided into subfolders by author name:
I also have a large separate Calibre PDF library of role-playing game manuals that I want to send to a PDF folder which is divided into a hierarchy of subfolders by publisher, line, subline, edition, and subset, according to a complicated template someone helped me make:
Code:
{publisher}/{#line: re(: , - )}/{#subline: re(: , - )}/{#edition}/{#subset}/{title: re(: , - )}
Is there a way to get Calibre to automatically send EPUBs to the EPUB folder according to the EPUB template, while sending PDFs to the PDF folder according to the PDF template?