Feature/modify download settings (#429)

* [Codegen] Update settings fragment

* Extract logic to change a number setting

* Show slider for global update interval setting

* Add download settings
This commit is contained in:
schroda
2023-11-04 14:40:43 +01:00
committed by GitHub
parent 1acda66b16
commit 14e7af9a4a
10 changed files with 562 additions and 183 deletions

View File

@@ -157,6 +157,35 @@
"queued": "Queued"
}
},
"settings": {
"file_type": {
"label": {
"cbz": "Save as CBZ archive"
}
},
"download_path": {
"label": {
"description": "The path to the directory on the server where downloaded files should get saved in",
"title": "Download location"
}
},
"auto_download": {
"label": {
"new_chapters": "Download new chapters",
"ignore_with_unread_chapters": "Ignore automatic chapter downloads for entries with unread chapters"
},
"title": "Auto-download"
},
"download_ahead": {
"label": {
"while_reading": "Auto download while reading",
"unread_chapters_to_download": "Number of unread chapters to download",
"value": "{{chapters}} $t(chapter.title)"
},
"title": "Download ahead"
},
"title": "Download settings"
},
"title": "Downloads"
},
"extension": {