Support configuring automatic downloads by category (#562)

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
This commit is contained in:
Chance Zibolski
2024-01-21 13:31:04 -08:00
committed by GitHub
parent de596426bf
commit 05f57730db
11 changed files with 91 additions and 52 deletions

View File

@@ -25,6 +25,14 @@
"title": {
"categories": "Categories",
"set_categories": "Set categories"
},
"settings": {
"inclusion": {
"label": {
"exclude": "Exclude: {{excludedCategoriesText}}",
"include": "Include: {{includedCategoriesText}}"
}
}
}
},
"chapter": {
@@ -157,6 +165,11 @@
"ignore_with_unread_chapters": "Ignore automatic chapter downloads for entries with unread chapters",
"new_chapters": "Download new chapters"
},
"categories": {
"label": {
"include_in_download": "Entries in excluded categories will not be downloaded even if they are also in included categories"
}
},
"title": "Auto-download"
},
"delete_chapters": {
@@ -482,8 +495,6 @@
},
"categories": {
"label": {
"exclude": "Exclude: {{excludedCategoriesText}}",
"include": "Include: {{includedCategoriesText}}",
"info": "Entries in excluded categories will not be updated even if they are also in included categories"
}
},
@@ -914,4 +925,4 @@
},
"title": "Updates"
}
}
}