View Single Post
Old 08-30-2015, 09:29 AM   #515
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,034
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by TRexReader View Post
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
JimmXinu is offline   Reply With Quote