I'm trying to organize my tags where I maintain the information yet control what goes into my EPUB's metadata subject tags during conversion
My problem...
- Balance of the data is contained Database opf file :: this can create too many custom columns which slows down and bulks up the database.
- Balance the data within the EPUB opf file :: sticking everything into the default TAG field creates multiple <subject> tags in your EPUB opf , making it large and with redundancies.
My options are pretty much "either-or".
My Solution is to dump/redirect all those Tags that normally go into
calibre_std_tags into my own custom column named
metag. Then I choose the tags I want go into
calibre_std_tags (and ultimately the subjcet fields of EPUB).

How do I altered your default option for Tags
calibre_std_tags ?
And...

Is there option to turn-off
authorURL_map link?
When I download (or update) a story of an author, the author's link get re-mapped to the URL in calibre even though I have
"search-calibre" set as default and Fanficfare's
Defaut Update Calibre Metadata is off.
Thank you for any assist you can provide... I am not code savvy.