Quote:
Originally Posted by theducks
Quality check Plugin: Search EPUBS
(note: Adjust search term)
|
This is a manual process that will identify and select epub3 books. You then must use the list to set a column, probably Yes/No.
The steps:
- One time: create a column to store the results. I assume it will be a Yes/No column named Is Epub3 (#isepub3)
- Use Bulk Metadata Edit to set #isepub3 to false (or empty) for all books
- Use Quality Check to search the OPF for
Code:
xmlns="http://www.idpf.org/2007/opf" version="3.0"
That is probably safe and won't find any non-epub3 books.
- Calibre will show all books that matched. Select them.
- Use Bulk Metadata to set #isepub3 to true.
- Use #ispub3 in your templates.
You must repeat the above process anytime a book is added or might change from 2 to 3 or vice versa.