View Single Post
Old 05-12-2019, 06:54 PM   #3422
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,011
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
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 View Post
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...
JimmXinu is offline   Reply With Quote