View Single Post
Old 03-06-2017, 06:12 AM   #1836
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
I must have done something to my personal.ini, although I don't remember changing anything in there in the past few months. I have just noticed this morning, that when I add from FF.net, my characters don't show up in tags, unless they show as 'Pairing' on FF.net.

Characters don't show: https://www.fanfiction.net/s/7592590...oon-Spectacles
Characters (pairings) show:https://www.fanfiction.net/s/1163747...hronicles-Love

I've added my ini in case there's something that I'm just not seeing.

Spoiler:
Code:
[defaults]
include_subject_tags: category,ships
titlepage_entries: category,characters,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description
titlepage_no_title_entry:
 <hr/>${value}<br/>

category_label:Fandom
characters_label:Pairing
ships_label:Pairing
description_label:
calibre_cust_added_label:Packaged

datePublished_format: %%B %%d, %%Y
dateUpdated_format:	%%B %%d, %%Y
calibre_cust_added_format: %%B %%d, %%Y

keep_style_attr:false
replace_tags_with_spans:big,small

is_adult:true

add_genre_when_multi_category: Crossover

[epub]
output_css:body { background-color: #%(background_color)s;
        text-align: justify;
        margin: 2%%; }
 pre { font-size: x-small; }
 sml { font-size: small; }
 h1 { text-align: center; }
 h2 { text-align: center; }
 h3 { text-align: center; }
 h4 { text-align: center; 
  font-size: 120%% }
 h5 { text-align: center; }
 h6 { text-align: center; }
 a { text-decoration: none; }
 font1 { font-family: 'Segoe Print';
  font-size: 90%% }
 font2 { font-family: 'Dion';
  font-size: 130%% }
 news { font-family: 'Kirsty'; 
  font-style: italic; }
 flash { font-weight: bold; }
 dream { font-style: italic; }
 vision { font-weight: bold; 
  font-style: italic; }
 dbl { text-decoration: underline; 
  border-bottom: 1px solid black; }
 .CI {
     text-align:center;
     margin-top:0px;
     margin-bottom:0px;
     padding:0px;
     }
 .center   {text-align: center;}
 .centered {text-align: center;
            font-weight: bold;}
 .cover    {text-align: center;}
 .full     {width: 100%%; }
 .quarter  {width: 25%%; }
 .smcap    {font-variant: small-caps;}
 .u        {text-decoration: underline;}
 .bold     {font-weight: bold;}
 .lini     {margin-left:25px;
            margin-right:35px;}

newline:

# You can't see it, but there's a space on the line above. 

chapter_start:<?xml version='1.0' encoding='utf-8'?>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${chapter}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 </head>
 <body>
 <h3>${chapter}</h3>
 %(newline)s
 %(newline)s

# Next is Titlepage.
titlepage_start:<?xml version="1.0" encoding="UTF-8"?>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${title} by ${author}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 </head>
 <body>
 <h2><a href="${storyUrl}">${title}</a><br/> by<br/> ${authorHTML}</h2>
 <div><br/>
 %(newline)s

[www.squidge.org/peja]
category_label:Fandom
titlepage_entries: category,ships,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description

[archiveofourown.org]
username:XXXXXXXX
password:XXXXXXXX
is_adult:true
keep_summary_html:true
titlepage_entries: category,ships,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description
replace_metadata:
 category=>Harry Potter - J\. K\. Rowling=>Harry Potter
 category=>Harry Potter - Fandom=>Harry Potter
 category=>Twilight Series - All Media Types=>Twilight
 ships=>Draco Malfoy/Harry Potter=>Draco &amp; Harry\,Drarry
 ships=>Severus Snape/Harry Potter=>Severus &amp; Harry\,Snarry
 
[www.tthfanfic.org]
is_adult:true

username:XXXXXXXX
password:XXXXXXXX

[fanfiction.net]
## Note that ini format requires % to be escaped as %%.
dateCreated_format:	%%B %%d, %%Y
datePublished_format: %%B %%d, %%Y
dateUpdated_format:	%%B %%d, %%Y

slow_down_sleep_time:4

never_make_cover: true

[overrides]
## default varies by site.  Set true here to force all sites to
## collect series.
#collect_series: true
MerlinMama is offline   Reply With Quote