View Single Post
Old 01-16-2022, 01:17 PM   #6827
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 Emerald_Lilies View Post
I've been going through the forum (and slowly teaching myself regex) and I haven't been able to figure this out. I have my personal.ini set up with onlyromships to only include pairings with a "/". When I get a fic that only has an "&" gen pairing in ships, it won't remove that pairing.
You are very nearly there.

You need to define onlyromships so FFF knows it's there, and you need to do something with onlyromships so it's visible somewhere.

Some options shown below.

Code:
[archiveofourown.org]

## add onlyromships as well as ships2chars
add_to_extra_valid_entries:,ships2chars,onlyromships

## Adds to Calibre's Tags.  
add_to_include_subject_tags:,onlyromships

## Although you'd likely want to set it instead to replace ships
include_subject_tags: extratags, genre, category, characters, onlyromships, status

## Adds to Title Page:
add_to_extra_titlepage_entries:,onlyromships
## And a nice label:
onlyromships_label:Romantic Ships

## Set in a custom column:
add_to_custom_columns_settings:
 onlyromships=>#your_onlyromships_column
JimmXinu is offline   Reply With Quote