Junior Member
Posts: 5
Karma: 10
Join Date: Jan 2024
Device: kindle 4
|
hi again! im sorry, i just cant seem to figure this out.
i raelly want to be able to filter by M/M or F/F or F/M etc.
i have a column for that, and i know you said FFF stores that in genre (for ao3).
i have no idea what i'm missing, but nothing shows up in my column.
in 'custom columns' i have it set to 'genre'
ive tried to play around with the personal.ini
Spoiler:
Code:
## This is an example of what your personal configuration might look
## like. Uncomment options by removing the '#' in front of them.
[defaults]
## [defaults] section applies to all formats and sites but may be
## overridden at several levels. See
## https://github.com/JimmXinu/FanFicFare/wiki/INI-File for more
## details.
include_in_genre:genre,forumtags,freeformtags, ao3categories
extra_valid_entries:fandoms
category=> (- All Media Types|- Fandom|\(Movies\)|\(Movie [0-9]+\)|\(Comics\)|\(TV\))$=>
characters=>\(mentions of\) =>
characters=> \([Ch]haracter\)=>
characters=> ?\((cameo|briefly|if you squint|sort of)\)=>
characters=> - Character=>
characters=>^Other mentions$=>
ships=>(.*)[/&](.*) \(?[Ff]riendship(?: only)\)?=>\1 & \2
ships=> - Relationship=>
add_to_replace_metadata:
## Changes line breaks to paragraphs
description=><br/>=></p><p>
## Applies justified alignment to paragraphs
description=><p>=><p align="justify">
## The default value is:
## include_subject_tags: extratags, genre, category, characters, ships, status
## remove all from tags:
include_subject_tags: extratags, genre,
## Some sites also require the user to confirm they are adult for
## adult content. Uncomment by removing '#' in front of is_adult.
is_adult:true
## Don't like the numbers at the start of chapter titles on some
## sites? You can use strip_chapter_numbers to strip them off. Just
## want to make them all look the same? Strip them off, then add them
## back on with add_chapter_numbers. Don't like the way it strips
## numbers or adds them back? See chapter_title_strip_pattern and
## chapter_title_add_pattern in defaults.ini.
## strip_chapter_numbers:true
## add_chapter_numbers:true
[epub]
## Include images from img tags in the body and summary of stories.
## Images will be converted to jpg for size if possible. Images work
## in epub format only. To get mobi or other format with images,
## download as epub and use Calibre to convert.
## true by default, uncomment and set false to not include images.
include_images:true
## If set false, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.
## true by default, uncomment and set false to not keep summary html.
#keep_summary_html:true
## If set true, and there isn't a specific cover image, the first
## image found in the story will be made the cover image. If
## keep_summary_html is true, images in the summary will be before any
## in chapters.
## true by default, uncomment and set false to turn off
make_firstimage_cover:false
## Most common, I expect will be using this to save username/passwords
## for different sites. Here are a few examples. See defaults.ini
## for the full list.
[archiveofourown.org]
username:XXXXXXXX
password:XXXXXXXX
is_adult:true
chapterslashtotal_label: Chapters
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,chapterslashtotal,numWords,publisher,description
add_to_replace_metadata:
chapterslashtotal=>^(\d+)/\1$=>\1
chapterslashtotal=>/\?$=>
## This section will override anything in the system defaults or other
## sections here.
[overrides]
## default varies by site. Set true here to force all sites to
## collect series.
collect_series: true
extra_valid_entries:fandoms, freeformtags, freefromtags, ao3categories, comments, chapterslashtotal, chapterstotal, kudos, hits, bookmarks, collections, byline, bookmarked, bookmarktags, bookmarksummary, bookmarkprivate, bookmarkrec, restricted, series00, series01, series02, series03, series04, series05, series06, series07, series08, series09, series00Url, series01Url, series02Url, series03Url, series04Url, series05Url, series06Url, series07Url, series08Url, series90Url, series00HTML, series01HTML, series02HTML, series03HTML, series04HTML, series05HTML, series06HTML, series07HTML, series08HTML, series09HTML
fandoms_label:fandoms
freeformtags_label:Freeform Tags
freefromtags_label:Freeform Tags
ao3categories_label:AO3 Categories
comments_label:Comments
chapterslashtotal_label:Chapters/Total Chapters
chapterstotal_label:Total Chapters
## kudos_label:Kudos
## hits_label:Hits
## collections_label:Collections
## Count of bookmarks on story by all users bookmarks_label:Bookmarks
## Tags & Summary from *your* bookmark on the story. Only collected
## if always_login:true bookmarked_label:I Bookmarked Story bookmarktags_label:My Bookmark Tags
## bookmarksummary_label:My Bookmark Summary
## bookmarkprivate_label:My Bookmark Private
## bookmarkrec_label:My Bookmark Rec
## restricted_label:Restricted to Registered Users
custom_columns_settings:
fandoms =>#fandom,a
genre =>#ao3categories,a
rating =>#rating_label,a
## Question: what does the (,a) after '#fandom' do?
|