Quote:
Originally Posted by lkmiller
Is there an easy way to tell if the tools have worked on epubs? Back when the download buttons were first removed from B&N's site, I added a big batch of books to calibre. Not all of them got processed. I think I've found and re-added those that got missed. But is there any quicker way to be sure then opening them all one by one?
|
Here is a python script which when given the path to an ebook, will report on its DRM status. It only accepts one file, so you will have to setup a loop, to go through all your books and check each one. The only issue is it will claim AZW3 books are MOBIs, but the check still works so who cares.
DRM Check: Find out what DRM that ebook has got.
EDIT: Saw HarryT's post.
I am sure this could be bundled into a plugin, since most of the work is already done.