Ronny
Ronny
This is an easy fix, but there are some open questions: - If the website shows the same chapter twice, should HaruNeko do the same? - If duplicate chapters are...
> That's because i'm using a unique key identifier: https://github.com/manga-download/haruneko/blob/master/web/src/frontend/classic/components/MediaItemSelect.svelte#L244 ` {#each filteredItems as item (item.Identifier)}` looks like that having the same item.Identifier is a big issue for svelte (seems...
There are other places as well, e.g. in Bookmarks. - https://github.com/manga-download/haruneko/blob/master/web/src/frontend/classic/components/Suggestions.svelte#L63 - https://github.com/manga-download/haruneko/blob/master/web/src/frontend/classic/components/content-pages/Bookmarks.svelte#L24 It is a valid use case to have duplicate Identifiers in bookmarks (a user may have the...
The downside of enabling image proxy services is that they may reduce quality. Photon (i*.wp.com) for example recompresses JPEG images with a default quality of just 50%. If users accidentally...
There are some approaches that could be investigated: 1. Using a custom protocol such as `hakuneko-stream://.../chunk.ts` for all segments of the video, which will then be fetched internally by HakuNeko...
As of now the language and translation group (if present) must be part of the title. This is by design since the title is used as folder name and should...
Current mappings will be introduced with the `BookmarkConverter` in #246 Future changes of IDs need to be added to the `BookmarkConverter` and its corresponding test cases.
Basic solution (only) for bookmarks available in d36f1102, but it will provide all new chapters, ignoring any language specific preferences ... ```javascript // Get a website plugin const sheepscanlations =...
If you are referring to popup dialogs blocking the window from being closed, this is already handled by `PreventDialogs`
Any specific example website? The implementation of a specific website plugin should be able to handle such cases by calling the method to get the pages at the point in...