Quote:
Originally Posted by BetterRed
Then it must be two plugins, a File Type plugin that runs when when a book is added, and a Conversion Input plugin that runs when a format file is Converted - afaik, a single plugin cannot do both.
|
File Type plugins can choose do their thing at several different places within calibre. The initialization function in DeDRM has:
Code:
on_import = True
on_preprocess = True
Where "preprocess" is the first step in conversion before the input plugin is invoked.