View Single Post
Old 08-29-2014, 07:47 PM   #505
AnselmD
Zealot
AnselmD began at the beginning.
 
Posts: 105
Karma: 10
Join Date: Oct 2013
Device: none
Quote:
Originally Posted by AnselmD View Post
I like to use the "find duplicates" plugin to eliminate binary duplicates.

But the "calibre bookmark file" in the epub files makes books, which are "binary equal", unequal.

So, add the same book to calibre, view it with the viewer and scroll a little bit down and it is not "binary equal" any more (comparing to the original).

Going into the edit mode, check the book and remove the "book mark file" and the files are still no "binary equal".

Does anyone have a good idea to avoid this behaviour?
Ok, i think i should not delete the bookmark file in Calibre edit. It makes some changes in a metainfo file.

To delete the bookmark file to revert it to the original file, i uses zip.

To do it at all epub files in the library i used:

find . -name "*.epub" -exec zip -d "{}" META-INF/calibre_bookmarks.txt \;
AnselmD is offline   Reply With Quote