hakuneko
hakuneko copied to clipboard
New chapter/content detection and notification (for bookmarked mangas)
As a daily reader I want to be able to figure out wich manga in my bookmark has newer content So that i can quickly browse to it and read/download it
First attempt done with https://github.com/manga-download/hakuneko/pull/425
Issues with
- multilanguages mangas
- no limiter (might not work on some website that have limits of requests per minute)
- the new content detection itself (to be improved maybe)
this could be as simple as a red dot next to the title of the bookmarked manga and the interval and time at which to check for updates could be a customizable setting
UI wise, i've done it by changing the color of the line to red. It's quite good. The interval will be customizable with a minimum value that cannot be changed (10 or 20 minutes). I didn't plan an "time window", is that something needed ?
i think a time window would be useful, because instead of checking every ten minutes everyday it could be done once a day everyday. Or it could be something like every time hakuneko is run it check for new chapters in bookmarked titles
Summarized use cases:
- Once on startup
- Every x minutes (with a minimum)
- Every x minutes during a specific time frame. + Set to 19:00 -> 19:00 to get it once a day
copy paste from discord: will the "new content" checker say how much new content is available (on the bookmarks list) and if so can we sort by it im sure tachi users have grown accustomed to being able to see how many chapters are left to read and being able to sort by it also filter by has new content
has this been implemented in any builds yet?
no, but it's done in haruneko (WIP)
forgot to show what it looks like (WIP, still figuring out how to design it correctly, I suck at design).
the Continue section on the right means that you have bookmarks to read (will be nicer with the covers once it's done).
The red arrows on the left means that you have unread content on this Manga (even though it's not a bookmark).
Clicking on the red arrows brings you direrectly to the previewer to contiue reading from the previous mark)
nice. i was replacing FMD which no longer wine's well on linux (so much crashing) but i had to do it with haku as well as tachiyomi on my phone, because one checks for updates and the other is for reading. so all i was looking for was something that filled its shoes, open program checks for updates from bookmarks then optionally downloads the updates.
haru looks like i'll have to utilize my NAS, which is an option.
Is there any update?
Update is (as stated before) the feature is available in haruneko