Jays2Kings / tachiyomiJ2K

Free and open source manga reader for Android
Apache License 2.0
4.68k stars 225 forks source link

Select multiple non-sequential chapters #1371

Closed cole-h closed 2 years ago

cole-h commented 2 years ago

Describe your suggested feature

I would like to be able to select multiple disparate chapters (and not the chapters between them) and mark them as read / mark them for download.

Right now (as far as I can tell), the only options are "mark all below this chapter as (un)read" and "mark this range of chapters as (un)read". However, if I wanted to mark all chapters except for a certain few (e.g. reading from MangaDex and there is a scanlator I prefer, and others also competing for the same chapter, I would like to be able to mark the non-preferred-scanlator chapters as read so they are skipped when binge-reading), I have to use the swipe gesture on them all individually.

I've already read https://github.com/Jays2Kings/tachiyomiJ2K/issues/319 and related issues and I don't think this overlaps with those, because (to the best of my comprehension) those are asking for the current range-based operations we have, while I am asking for the ability to select chapters out of order (e.g. if I wanted to download / mark as read chapters 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 22.5, etc.; there's no way to batch the operations).

Other details

No response

Acknowledgements

Jays2Kings commented 2 years ago

you can just swipe the chapters you want to mark as read or tap the download button, if you're going through the effort to manually tap each chapter, you can just swipe it away in the same time

cole-h commented 2 years ago

Sure, that works, but it would be very nice for highly-contentious manga on e.g. MangaDex, where there are duplicate chapters uploaded by a multitude of groups. With this feature, I'd be able to quickly select all the chapters by groups A, B, and C, but not D, and mark them as read instead of having to swipe chapters (especially since I seem physically incapable of swiping straight across most times and instead end up scrolling the view :sweat_smile: ).

That said, I can appreciate you not wanting to implement this. Hopefully, my example is enough to convince you that this would be valuable, but otherwise, I can certainly make do with the current functionality. Thanks for all your work on this app, regardless!

Jays2Kings commented 2 years ago

You can also filter out scan groups so there's even more of a reason not to go about this

cole-h commented 2 years ago

Oh, I didn't know there was a way to filter out scan groups per-manga. Good to know, I'll give that a shot.