Quote:
Originally Posted by BetterRed
|
I meant Preferences. Lol, I always do bulk conversion, never single.
Quote:
Originally Posted by BetterRed
IMO the QC plugin would be the logical place to provide something that listed the books with one-off conversion settings, e.g. a Check individual conversion in the Check Epub structure group. But, given plugin is a) not being actively maintained, apart from making sure it continues to work, and b) it currently relies on the content of metadata.opf files for related checks, then this may not be easily done.
So, if it can't be done in via template function used in a custom column as suggested by DivingDuck, then IMO, the next logical place would be a new tool in DaltonSt's JobSpy plugin. Assuming there is someway to interrogate SQL database to get the right answer, as per ilovejedd's post #24.
|
The Quality Check plugin does rely on the database, too, for certain tools (e.g. Fix -> Check and repair book sizes, Check and rename book paths). As you said though, it's not being maintained anymore.
I expect a check for whether per book saved settings exist would be incredibly easy for DaltonST to add to JobSpy (e.g. what I did on post #24 using DaltonST's MultiColumnSearch plugin). Way simpler compared to Tag Scrubber.
I exported the data blob and it's just simple JSON. Alas, the order of conversion options isn't fixed/sorted so if it's to be compared to the conversion settings in Calibre Preferences, need to add extra code for that.