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

Filtered Chapters Show as Missing in Library #35

Open
7 tasks done
sgern opened this issue Jan 16, 2024 · 7 comments
Open
7 tasks done

Filtered Chapters Show as Missing in Library #35

sgern opened this issue Jan 16, 2024 · 7 comments
Labels
Bug Something isn't working

Comments

@sgern
Copy link

sgern commented Jan 16, 2024

Steps to reproduce

  1. Tap on a manga in your library.
  2. Activate a filtering option that filters out some amount of chapters, but not the most recently released chapter.

Expected behavior

The chapters should just disappear from the chapter list with no further side effects.

Actual behavior

The chapter count displays "Missing X chapters", and the chapter list has several dividers labeled with "Missing X chapters", even if the source has no chapters missing.

Crash logs

No response

Mihon version

0.16.0

Android version

Android 13

Device

Google Pixel 3a XL

Other details

Any block of filtered chapters that reaches and includes the most recently released chapter does not add to the missing chapter count or cause a divider to be created.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with an official extension, I should be opening an issue in the extensions repository.
  • I have gone through the FAQ and troubleshooting guide.
  • I have updated the app to version 0.15.3.
  • I have updated all installed extensions.
  • I will fill out all of the requested information in this form.
@sgern sgern added the Bug Something isn't working label Jan 16, 2024
@mrphs7019
Copy link

same

@mm12
Copy link
Contributor

mm12 commented Aug 11, 2024

Is this really a bug? I find it quite useful when I am weeding out which duplicates to get rid of.

@Animeboynz
Copy link
Contributor

Well I guess technically its not a bug but it would be better if it showed X chapters filtered instead of Missing X chapters 🤷‍♂️

@mm12
Copy link
Contributor

mm12 commented Aug 12, 2024

Well I guess technically its not a bug but it would be better if it showed X chapters filtered instead of Missing X chapters 🤷‍♂️

I would just change to wording to "missing or filtered", then. Separating them would make it crowded if you have both happening.. Though I could have sworn I have seen that wording before

@BrutuZ
Copy link

BrutuZ commented Aug 12, 2024

Are they missing from the current shown list? Yes, they are, so I see nothing wrong with it.

@Animeboynz
Copy link
Contributor

Animeboynz commented Aug 12, 2024

Though I could have sworn I have seen that wording before

maybe here?

<plurals name="missing_chapters_warning">
    <item quantity="one">Skipping %d chapter, either the source is missing it or it has been filtered out</item>
    <item quantity="other">Skipping %d chapters, either the source is missing them or they have been filtered out</item>
</plurals>

Are they missing from the current shown list? Yes, they are, so I see nothing wrong with it.

Fair enough, I just hate seeing them every time I have downloaded only toggled. xD

@mm12
Copy link
Contributor

mm12 commented Aug 24, 2024

Though I could have sworn I have seen that wording before

maybe here?

<plurals name="missing_chapters_warning">
    <item quantity="one">Skipping %d chapter, either the source is missing it or it has been filtered out</item>
    <item quantity="other">Skipping %d chapters, either the source is missing them or they have been filtered out</item>
</plurals>

Are they missing from the current shown list? Yes, they are, so I see nothing wrong with it.

Fair enough, I just hate seeing them every time I have downloaded only toggled. xD

Honestly, for me, the ideal solution would be to just so a simple replace, not and not care that it looks weird. Example ({notes, not shown to user})

[chapter 55]
--N chapters filtered {filtered out 53-54}--
--N chapters missing {52 missing}--
--N chapters filtered {filtered out 51}--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants