manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript
https://haruneko-docs.pages.dev
150 stars 31 forks source link

Generated Manga Folders Issue #888

Closed Murshid7absi closed 2 days ago

Murshid7absi commented 5 days ago

When downloading any manga, the folder created to contain the chapters has either issues:

  1. The name of the folder is incomplete:

Manga Name: "The Reincarnated Assassin is a Genius Swordsman" Folder Name: "The Reincarnated Assassin is a Genius Sw" image

Maybe because of this limitation: image

.

  1. When I tried to move from Hakuneko to Haruneko, the created folders don't merge even though they have the same name without any difference. image
MikeZeDev commented 4 days ago

1) Website doesnt display the full name itself. Blame them.

image image

There is no ways to extract full name as its not on the page. Use another website is you want the full name as even if you use paste feature it will take the name from Manga list.

2) I'd say perhaps its because of name characters cleaning. We improved that in Haruneko so your manga name look like the same but it isnt. Its necessary to ensure folder and files names dont cause problems on different OS.

We are sorry for the inconvenient but you are on you own i guess. We are supporting bookmark migrations from Hakuneko to Haruneko but it doesnt cover downloaded content.

Murshid7absi commented 3 days ago

But if you go inside the manga page, you will find the full name, and maybe you can take that from there. image

it's better if you put it in the code for all the websites, you will avoid having complaints for every website naming(idk if i'm telling it right)

Sheepux commented 3 days ago

This is the first time someone complained about this and probably the only connector. We cannot check each title when fetching the manga list (would generate too many requests). Manga name = manga name in the list and in your case it's truncated. Cannot be fixed.

MikeZeDev commented 2 days ago

Like Sheep said, we already fetch each page of the manga list. If we had to fetch each page for each manga when fetching manga list not only

If you really cant stand that bad title, manually empty manga list for asura and use clipboard method. Press F12 > Application > IndexedDb > Hakuneko >MediasLists > find "AsuraScans" > delete the entry , restart haruneko

image

Pasting feature will fetch manga page and provide real title.