extensions-generic
extensions-generic copied to clipboard
[BUG] MangaSee Unexpected Behaviour
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:
- Go to Vol. 1 CH. 16 of Berserk Manga (Source - Mangasee)
- 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
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.
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:
- Go to Vol. 1 CH. 16 of Berserk Manga (Source - Mangasee)
- 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.