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

[Feature Request] Display option for a 'total chapters' Badge #870

Open
darktorana opened this issue Jan 29, 2025 · 0 comments
Open

[Feature Request] Display option for a 'total chapters' Badge #870

darktorana opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@darktorana
Copy link

What feature should be added to Suwayomi?

An additional Display option, along side 'Unread badges' & 'Download badges' called 'Total badges'.
This would display the total number of chapters for that manga, based on the results already in the H2 database.

The data is in the database and can be easily fetched:

FROM PUBLIC.CHAPTER AS c
JOIN PUBLIC.MANGA AS a
ON c.MANGA = a.ID
WHERE c.IS_DOWNLOADED = FALSE AND a.TITLE = 'Martial Peak'
GROUP BY a.TITLE

Why/Project's Benefit/Existing Problem

Currently it is impossible to tell from the library window if a Manga is missing chapters without going into it.
If you have never read the Manga, then 'Unread' and 'Download' badge can be used if it matches (IE If you have unread 33 chapters, and downloaded 33 chapters, smart money says you have them all).
But if you've read part of a Manga then this no longer works.

IE:
Manga has 100 chapters
You've read 10 so 'Unread badge' shows 90
Downloaded shows 90 because you have the first 90 downloaded. Without clicking into that Manga you can't tell that there is 10 missing.

@darktorana darktorana added the enhancement New feature or request label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant