View Single Post
Old 11-08-2018, 03:57 PM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,865
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
They're in the add-filter-rules.json file in the calibre configuration directory, you'll need to add a rule to create the file and get a 'template', which will look something like this

Code:
{
  "template": [
    {
      "query": "template", 
      "action": "ignore", 
      "match_type": "startswith"
    }
  ]
}
There's a button in Preferences->Miscellaneous to open the calibre configuration directory. And take a copy of the directory and close calibre before you edit any files in there.

BR
BetterRed is offline   Reply With Quote