|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Nov 2018
Device: None
|
Add Book File Filter Rules Bulk Import?
Is there a way to bulk import multiple File Filter Rules?
I want to filter out the same file extensions I set in the Automatic Adding section. Instead of adding them one at a time in the Adding Actions section of the Adding Books preferences, is there a file I can edit and add all the rules via cut-n-pasting properly formatted rule sections? |
|
|
|
|
|
#2 |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,032
Karma: 30277294
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"
}
]
}
BR |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'File, Import Files' and 'Add File' redundant? | phossler | Editor | 2 | 01-06-2014 01:55 AM |
| How to bulk add the same book cover | Rusherman | Library Management | 4 | 05-03-2013 09:55 PM |
| Can I import meta data without a book file? | fbrII | Calibre | 3 | 01-30-2012 02:16 PM |
| how to write calibre metadata to the book file in bulk? | user105 | Calibre | 7 | 01-04-2012 06:21 AM |
| [Old Thread] import library or export to single file add to existing library | PCreighton | Calibre | 4 | 04-10-2011 02:08 AM |