Feature/improve automatic chapter downloads (#680)

* Rename "newChapters" to "updatedChapterList"

* Do not auto download new chapters of entries with unread chapters

Makes it possible to prevent unnecessary chapter downloads in case the entry hasn't yet been caught up

* Optionally limit auto new chapter downloads

* Prevent downloading new chapters for mangas not in the library
This commit is contained in:
schroda
2023-09-16 19:07:24 +02:00
committed by GitHub
parent c910026308
commit 553b35d218
4 changed files with 35 additions and 9 deletions

View File

@@ -10,6 +10,8 @@ server.socksProxyPort = ""
# downloader
server.downloadAsCbz = false
server.autoDownloadNewChapters = false
server.excludeEntryWithUnreadChapters = true
server.autoDownloadAheadLimit = 5
# requests
server.maxSourcesInParallel = 10