Quote:
Originally Posted by TRexReader
Is there a way to get FFF to add a tag with the fic rating from the sites? Or update a user column with the Rating?
|
While Tanjamuse is correct, that's not the only way.
If you make a custom column, you can also set to Rating from the drop downs in the Custom Columns tab of FanFicFair config.
To add it to calibre's Tags, in personal.ini under
[defaults] you could add:
Code:
[defaults]
add_to_include_subject_tags:,rating
The default value of
include_subject_tags is:
Code:
include_subject_tags: extratags, genre, category, characters, ships, status
add_to_ does exactly that: adds it to the end--which is why it needs a leading comma.
If you want to remove some of the default entries while adding rating, use the whole while without
add_to_. For example to remove characters and ships:
Code:
[defaults]
include_subject_tags: extratags, genre, category, status, rating