Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chapter deduplication filter #1420

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MagicfTail
Copy link

@MagicfTail MagicfTail commented Mar 23, 2025

This pull requests implements source de-duplication, adding the ability to hide duplicate chapters, by only showing the chapter from the preferred source. The filter option also affects the library view, correctly showing how many actual unread chapters are available when de-duplication is enabled.
The preferred source can be configured, and is based on the order of the selected sources. If no source is set as preferred, the source will be selected alphabetically.
Example showcase:
example

In order to facilitate this, the LibraryView view is modified, and a new table is added to the database.

Checklist:

  • The selected sorted sources are saved/restored on backup.
  • Merged manga is correctly supported
  • The filter interfaces correctly with existing filters
  • UI text is stored as resources and can be translated

Implements #1419

Sorry, something went wrong.

@jobobby04
Copy link
Owner

Hmm, so this is a ranking system 🤔
I'll take a more in-depth look when I can

@MagicfTail
Copy link
Author

Hmm, so this is a ranking system 🤔 I'll take a more in-depth look when I can

Naming is not my strong suite 😅
I'm more than open to a rename if you think something else is more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants