Quote:
Originally Posted by SilentShadow123
Browser Cache Failed to Load with error 'Supposed cache entry file did not end with EOF header with correct magic number: '/Users/YOURUSER/Library/Caches/Google/Chrome/Default/Cache/f7948r9f9f8f9g9_1''
|
Try the most recent test version:
https://www.mobileread.com/forums/sh...postcount=6035
Quote:
Originally Posted by Courgette
I am trying to automatically remove the content of some standard columns when importing a fanfiction from archiveofourown.org. I might have missed it but I could not find a solution to clear all the fields:
|
The value put into Calibre's Tags column is controlled by the
include_subject_tags setting (for historical reasons). To get no Tags do:
Code:
[archiveofourown.org]
# No Tags
include_subject_tags:
# exclude rather than replace_metadata, since that's the objective.
exclude_metadata_pre:
languages,publisher=~.*
Removing
publisher works.
languages is hard coded to default to English if not otherwise set, so removing it like that results in English. (Calibre requires (or once did require) a language value? Unlike most Calibre standard columns, there's no 'Clear' button next to it in Calibre Edit Metadata dialog.)
Because they are datetime objects internally, not strings,
datePublished,
dateUpdated and
dateCreated are not subject to metadata editing.
For most Calibre standard columns, you can use the 'New Only' flag on FFF's Standard Columns config tab to at least not update those columns.
FYI, I would strongly advise against trying to remove or change the identifier URL. FFF uses that as the unique ID.