Skip to content

Add configurable fallback to apply series cover to books#1

Merged
mjoetodd merged 1 commit into
masterfrom
codex/add-fallback-for-book-cover-settings
Feb 10, 2026
Merged

Add configurable fallback to apply series cover to books#1
mjoetodd merged 1 commit into
masterfrom
codex/add-fallback-for-book-cover-settings

Conversation

@mjoetodd
Copy link
Copy Markdown
Owner

Summary

  • add a new metadata processing config option: fallbackUseSeriesCoverForBook (default false)
  • expose the new option through current and deprecated config API DTOs/update mappers for Komga and Kavita
  • wire the setting into MetadataUpdater so that when book covers are being updated, missing book covers can fall back to the series cover image (when series cover updates are also enabled)
  • document the new setting in README config examples

Behavior

When fallbackUseSeriesCoverForBook is true and both bookCovers and seriesCovers are enabled, Komf will use the resolved series thumbnail as the book thumbnail whenever a specific book thumbnail is not provided by metadata providers.

Validation

  • attempted to compile affected modules, but Gradle failed in this environment with * What went wrong: 25.0.1 before compilation could proceed.

Codex Task

@mjoetodd mjoetodd merged commit bb94187 into master Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant