Quote:
Originally Posted by ownedbycats
New question: I unchecked the "set calibre author URL." Is there a way to remove the URL from already-downloaded fics, though?
|
Calibre doesn't store author URL by book, it has a separate author table. So to remove an author URL, you have to edit the author record.
The way I know how to do that is to show the Tag Browser (under Layout), right click Authors and choose Manage Authors. Edit author URLs there.
There may be other ways, but I don't know them.
Quote:
Originally Posted by ownedbycats
As well, why doesn't this work?
Code:
replace_metadata: publisher=>www.fanfiction.net=>FanFiction.net
|
Calibre's Publisher column is populated from
site. FFF doesn't have a publisher metadata entry. Use:
Code:
replace_metadata:
site=>www.fanfiction.net=>FanFiction.net
This is at least twice this has come up, I wonder if it's worth adding
publisher as a copy of
site and using it...