From f8bc39a98c32b1d7448f87b69cf3134833f31966 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jun 2026 18:26:35 +0000 Subject: [PATCH] action: wiki sync --- Configuring-Suwayomi‐Server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuring-Suwayomi‐Server.md b/Configuring-Suwayomi‐Server.md index 1423628..bd3df33 100644 --- a/Configuring-Suwayomi‐Server.md +++ b/Configuring-Suwayomi‐Server.md @@ -235,6 +235,7 @@ server.opdsShowOnlyUnreadChapters = false server.opdsShowOnlyDownloadedChapters = false server.opdsChapterSortOrder = "DESC" server.opdsCbzMimetype = "MODERN" +server.opdsSkipChapterMetadataFeed = false ``` - `server.opdsUseBinaryFileSizes = false` controls if Suwayomi should display file sizes in binary units (KiB, MiB, GiB) or decimal (KB, MB, GB) in OPDS listings. - `server.opdsItemsPerPage = 50` sets the number of items per page in OPDS listings. Range: 10 <= n <= 5000. @@ -244,6 +245,7 @@ server.opdsCbzMimetype = "MODERN" - `server.opdsShowOnlyDownloadedChapters = false` controls if OPDS listings should only include downloaded chapters. - `server.opdsChapterSortOrder = "DESC"` sets the default chapter sort order in OPDS listings, either `"ASC"` or `"DESC"` - `server.opdsCbzMimetype = "MODERN"` controls which mimetype to use for CBZ downloads. This affects the offered link in OPDS, as well as the content type of the CBZ download. Allowed is MODERN (current IANA standard), LEGACY (deprecated mimetype for .cbz) and COMPATIBLE (deprecated mimetype for all comic archives). Use LEGACY or COMPATIBLE if older clients don't offer the chapter download (note that the chapter needs to first be downloaded in Suwayomi, before it is available in OPDS). +- `server.opdsSkipChapterMetadataFeed = false` controls if the metadata feed should be skipped. When enabled, download and streaming links are provided directly in the chapter list. This improves compatibility with automated downloaders (like KOReader). KoSync strategies are applied, but `PROMPT` conflicts are ignored (treating local progress as priority). ### KOReader Sync ```