CLI Metdata Change on Import
I have several different media types coming from multiple sources who won't have access to the Calibre GUI so I want to set up some drop folders where the file names will be parsed and metdata added to the files as they go in to Calibre.
The issue is that I have 4-5 different sources and the file name structure will not be the same for them so I need each one parsed differently. Using the "calibre" cli command seems to just import them with whatever the regular expression is in the gui. Is it possible to import them with a template called that will extract and set the metadata regular expression on a per import basis?
e.g.
/Calibreimport1/ takes files that are <date> <author> <title> <comment>.<format> or "12/22/20006 Smith,Mike MasterLetters.epub"
/Calibreimport2/ takes files that are <author> <title> <date> <comment>.<format> or "Smith,Mike MasterLetters 12/22/20006.epub"
And files could be arriving simultaneously in to each directory processing each one as they come in.
|