Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.93k stars 201 forks source link

[Feature Request] Skip duplicated chapters #518

Open ElbaSurita opened 1 year ago

ElbaSurita commented 1 year ago

What feature should be added to Tachidesk?

Is simple, add a option of Tachiyomi v0.14.4 for skip duplicated chapters.

Why/Project's Benefit/Existing Problem

Some extensions have this problem, and is a very annoying read two or tree times one chapter.

animeavi commented 1 year ago

Relevant commit https://github.com/tachiyomiorg/tachiyomi/commit/cf393b217b7a03f4c543c1dac118ddedf5552823

animeavi commented 1 year ago

Also, @ElbaSurita can you name some examples so that can be tested? I think that would help.

AriaMoradi commented 1 year ago

Also, @ElbaSurita can you name some examples so that can be tested? I think that would help.

MangaDex, Comick

martinek commented 1 year ago

This can be observed on multiple MangaDex items, where there are multiple translation groups working on same Manga. For example https://mangadex.org/title/a96676e5-8ae2-425e-b549-7f15dd34a6d8/komi-san-wa-komyushou-desu.

Komi-san_wa_Komyushou_Desu__-_Tachidesk

In my opinion, this should not be handled by BE, as it already sends the chapter information to client. It should be on client to group multiple chapter items somehow.

AriaMoradi commented 1 year ago

In my opinion, this should not be handled by BE, as it already sends the chapter information to client. It should be on client to group multiple chapter items somehow.

Maybe this can be handled by a "group by" filter client side?

martinek commented 1 year ago

In WebUI I can imagine this as checkbox living under Display configuration tab. The place where sort and filter is setup.

luevano commented 8 months ago

Is there a plan to implement the scanlator filter? It is already a thing in tachiyomi itself.

Related: https://github.com/tachiyomiorg/tachiyomi/issues/969 https://github.com/tachiyomiorg/tachiyomi/pull/8803