Quote:
Originally Posted by thiago.eec
I have a yes/no column for EPUB3 books. Although not automatic, it checks the whole library in just a few seconds using 'Quality Check' plugin.
1) Click the plugin and choose 'Search ePubs...'
2) Use this regex expression:
Code:
xmlns="http://www\.idpf\.org/2007/opf"(.*?)version="3\.0"
3) Mark 'Ignore case', 'Show all occurrences' and choose 'OPF manifest' as scope
4) Click OK
5) It will mark all books on your library that have a EPUB3 format
6) Select all the books and do a batch metadata change, setting the corresponding column to YES
The regex expression and the options will be remembered by the plugin for future use.
|
Great, this is really useful.