manga-download / hakuneko

Manga & Anime Downloader for Linux, Windows & MacOS
https://hakuneko.download
The Unlicense
4.78k stars 469 forks source link

[Feature] Double-click left panel bookmark to open URL #6734

Open arshesney opened 9 months ago

arshesney commented 9 months ago

Is your feature request related to a problem? Please describe. Double-clicking a downloaded item in the right panel opens the download folder, however there's no way to visit a bookmarked series from the interface.

Describe the solution you'd like Mirroring the same behaviour for the left panel, to open the series URL on double-click, would be a handy feature.

Describe alternatives you've considered A right-click menu item, but there's no such thing implemented.

Context (please complete the following information):

MikeZeDev commented 9 months ago

Hum. I see a problem with that.

Hakuneko is memorizing a manga IDENTIFIER. For most website its the path and we can create the full url from this path and the website domain. ie. /mangas/chainsaw-man.

But there are too many cases were Hakuneko use the website API, for efficiency. And in those cases the manga identifier has NOTHING TO DO WITH THE ACTUAL URL and we cant get the actual URL from it.

Doing this feature would require recoding many websites, its too much a hassle.

Sheepux commented 9 months ago

However in many case we're able. I'll try something in haru