View Single Post
Old 06-15-2014, 07:35 PM   #2948
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 Amalthia View Post
I have a Yes/No custom column for unread/read stories. Is it possible to automatically update this column when I download new stories into Calibre?
FFDL can add new/updated stories to a 'To Read' list in the Reading List plugin. That plugin can update a custom column. I use that because then I can also add it to 'Send to Devices' lists that are configured to automatically update my devices when I connect them.

You can also set it directly from FFDL by adding a static custom_columns_settings line:

Code:
custom_columns_settings:
  "True"=>#read
If you want to apply it to all sites, but also want to control other columns separate per site, use this:
Code:
[defaults]
add_to_custom_columns_settings:
  "True"=>#read
Quote:
Originally Posted by Amalthia View Post
I also have a custom columns for Warnings at A03, using the "Comma separated text, like tags, shown in the tag browser" option.

Some authors are using the option "Author Chose Not To Use Archive Warnings," is it possible to have these not added to the Warnings custom column?
Yep:

Code:
[archiveofourown.org]
exclude_metadata_pre:
 warnings==Author Chose Not To Use Archive Warnings
JimmXinu is offline