View Single Post
Old 01-09-2019, 02:12 PM   #3217
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,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Atherton25 View Post
... As far as I know (based on past questions) the only way to keep an edited version of a new title/author/description in the FFF metadata (specifically on the title page) is to manually add it into the personal.ini. ...
It's a little involved, but I think you can do at least part of this.
  1. First, you'll need to identify (and/or create) the columns you want to hand edit.
  2. If they are columns that are auto-populated, make sure under the FFF Standard Columns and/or Custom Columns tabs that they are checked 'New Only' so FFF doesn't change them.
  3. Next, go to the personal.ini FFF tab. Towards the bottom, make sure "Pass Calibre Columns into FanFicFare on Update/Overwrite" is checked.
  4. Just under that, click the "Show Calibre Column Names" button. That will show you a list of your custom and standard Calibre columns and their FFF metadata entry names. Copy the names for the columns you care about somewhere for reference. Eg, you might want calibre_std_title, calibre_std_comments & calibre_cust_characters.
  5. Now go into personal.ini and add those (calibre_std_comments, etc) to titlepage_entries as you would like. Either by outright replacing the default titlepage_entries or using add_to_titlepage_entries, extra_titlepage_entries or even add_to_extra_titlepage_entries in appropriate sections. (I won't write an essay about the differences unless you need it.)
Example:
Code:
[defaults]
calibre_std_comments_label:My Comments
add_to_titlepage_entries:,calibre_std_title,calibre_std_comments,calibre_cust_characters
Some issues:
  • During the download of a new story, there won't be any values for calibre_std_comments, etc, so they will be empty.
  • The label for each of these (calibre_std_comments_label, etc) are automatically set to match the Calibre column name. You can also set them in personal.ini for your self.
  • Trying to change the title page to use your calibre_std_title entirely (see wiki) would possible, but difficult--again, due to not having calibre_std_title available on initial download. You'd probably want/need to keep the site title even if you reduced its size.

Quote:
Originally Posted by Atherton25 View Post
... I generally just remove the url identifier and add [old] to the title or something, then add the story again in it's new/revised form. *But* I did for a while use sorting to allow me to update the new chapters only (before I figured removing the URL and unchecking title/author allowed me to do a normal update via url rather than highlighting) ...
I do the same; remove identifier, change title.

And I can vaguely imagine someone deliberately using VL to get 'duplicates'. But because the id and title/author searches were inconsistent and people were reporting it as a bug, not a feature, I'm going to assume that consistent searches that can't make duplicates are the best way to go.

If somebody says they were using it that way, I'll revisit it then.
JimmXinu is online now   Reply With Quote