TheNetsky / extensions-generic

Netsky's fork of the official Paperback sources.
32 stars 25 forks source link

[BUG] MangaSee Unexpected Behaviour #45

Open Pooja1711agg opened 1 year ago

Pooja1711agg commented 1 year ago

Describe the bug The app takes you to Vol 2 CH 17 instead of going to Vol 2 CH 1 when you click on next chapter on Vol. 1 CH. 16 of Berserk Manga and skips 16 chapters (Vol 2 CH 1 - Vol 2 CH 16) in the process.

To Reproduce Steps to reproduce the behavior:

  1. Go to Vol. 1 CH. 16 of Berserk Manga (Source - Mangasee)
  2. Click on Next Chapter

Expected behavior It should take you to the next chapter i.e. is Vol. 2 CH. 1

Screenshots/Video video link

App version

Source WITH source version

Additional context

TheNetsky commented 1 year ago

That's because iirc volumes are not being used, due to most items not having these. Can only be fixed by adding chapter parsing. Feel free to submit a PR for this.

Ivanmatthew commented 1 year ago

Describe the bug The app takes you to Vol 2 CH 17 instead of going to Vol 2 CH 1 when you click on next chapter on Vol. 1 CH. 16 of Berserk Manga and skips 16 chapters (Vol 2 CH 1 - Vol 2 CH 16) in the process.

To Reproduce Steps to reproduce the behavior:

  1. Go to Vol. 1 CH. 16 of Berserk Manga (Source - Mangasee)
  2. Click on Next Chapter

Expected behavior It should take you to the next chapter i.e. is Vol. 2 CH. 1

Screenshots/Video video link

App version

  • v0.7-r46

Source WITH source version

  • MangaSee 2.2.0 (NepNep (Netsky Fork))

Additional context

Indexing the chapter numbers by [volumenumber].[chapternumber] (E.g. Volume 1 Chapter 23 internally becomes 1.23) and then sorting by that number could be a potential solution to this issue.