C9Glax / tranga-website

Web-Frontend for Tranga-API
GNU General Public License v3.0
18 stars 11 forks source link

Website: "Monitor From" #52

Open DieselTech opened 1 year ago

DieselTech commented 1 year ago

Being able to pick a chapter to monitor from when adding a series to watch. Lets users coming from existing tools / folder setups easily pick up where they left off with a series without having to download the entire thing.

C9Glax commented 1 year ago

Related to C9Glax/tranga#30 and this: Basically this feature would let users download only chapters after a selected chapter, correct?

DieselTech commented 1 year ago

I guess they would be used in combination with each other, I just thought of them as separate things since they aren't mutually exclusive. Someone might want to pick a folder to download to but not select a chapter to resume from.

Oosmus commented 1 year ago

Hey there! I was one of the dudes commenting on your reddit thread before reddit nuked itself. But I remember you posting something about adding this as a feature. I just tried rebuilding and setting up a couple of jobs, and looks like whether I pick chapters or monitoring, it starts downloading the entire series regardless. Using the latest docker compose as well.

Again, super excited to see where this goes!

C9Glax commented 1 year ago

@Oosmus Hey there!

So my copy pasting resulted in the chapter-selection being wonky. Also just to make sure: You are using the "Download Chapter" option correct? grafik

Oosmus commented 1 year ago

Sorry for the delay in getting back to you here, I redeployed my tranga stack and this time all is well. I will state that I've found a bigger "issue". Using "a ninja named burrito" as a test series, Looks like only MangaDex and MangaKatana are the only two that return anything, even though all 4 sources show the series as available. Separating those two sources out, MangaDex returns a handful of chapters that are incorrectly labelled in both volume and chapter numbers. MangaKatana returns all chapters, but volumes are not labeled correctly. Something that I noticed was that MangaDex seems to return chapters like this regardless of the series you're searching for.

I know that you're doing a rewrite, so not submitting this as a "pls fix", but as feedback in the case that it helps with the re-write

C9Glax commented 1 year ago

Hey there, in between semesters, so I don't check mails that often rn, so you are all good as well :)

The part with the search: Mangadex, Mangakatana and Manganato all use the websites search function, however I also know that while Mangadex is 100% reliable, the other two are hit or miss. Sometimes you have to search for alternate titles, and stuff, logs would be appreciated. Mangasee is a whole another beast, because their whole website is client-sided, and because of that I had to implement my own search function that is very extensive, because I would rather return to many results rather than leaving anything out.

Enough off track: Mangakatana returned 0 results for a ninja named burrito Neither did Mangasee, Manganato or Mangadex... So I don't know what you are searching for tbh

On the chapter thing: I can only return chapter and volume numbers based on what the websites offer. Some websites don't even offer volume numbers, or do on some chapters, but not on others.

As to why there are "missing" chapters: Either the website doesn't have them, or you already downloaded them (those are left out on the Download Chapter function).

db-2001 commented 11 months ago

I'm not noticing anything for C9Glax/tranga#30 and this issue on the cutting edge branch on the website side, were those changes on the API reverted, or do the UI parts just need to be reimplemented

C9Glax commented 11 months ago

API part is done. Haven't really used it. Let me get back to you when I finish setting up my new GPU. Or take a look at the API in Tranga/Server.cs

ghost commented 1 month ago

API part is done. Haven't really used it. Let me get back to you when I finish setting up my new GPU. Or take a look at the API in Tranga/Server.cs

Is this moved to V2 or is it planned to be done in V1 aswell for the time beeing ? Seems this got a bit left behind, thats the main reason why i needed the Rate Limits fixed too btw :) (Cuz i needed to redownload most of my Library in Tranga again instead of keeping my FMD2 Library)

C9Glax commented 1 month ago

V2, since it includes frontend, but theoretically useable in v1