Earlier quoted context omitted.
A lot of what chocolatkey said is accurate. Also hi chocolatkey! I really hope manga survives too and I’m happy to see folks like Comikey out there alongside us trying to push the industry forward. 1. Publishers are definitely interested in the foreign market. The issue is that many of them are very conservative about making lots of content available via subscription. They’re used to a traditional a-la-carte model fo…
> The big publishers are very conservative, and no one wants to be the licensing person who gave away the farm to a foreign startup. What is the risk to them? Don't they get paid no matter who they license to? Or is this about fear of cannibalizing the print business?
Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
141–150 of 150 posts
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#142interested in how your licensing works across the globe. how do I know which titles I have access to from an arbitrary country?
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#143FYI, the Uzamaid amazon link is broken.
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#144Earlier quoted context omitted.
We do have some series like Chi's Sweet Home which is very child friendly but also fun for all ages. But our service is more suitable for teens and adults at the moment so you would need to guide your kids on Azuki so they don't read other types of content. We have discussed adding better filtering for age groups so that is something we are considering.
This is, to me, a vital feature. My niece loves manga, and I would buy her a subscription, but there would have to be some kind of age filtering. What I would personally love would be the ability to select exactly which series she can read, as sometimes simple age restrictions aren't good (some teen series are fine, others really aren't).
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#145Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#146I'll be investigating ways to defend against this further, for now fortunately thanks to the open nature of the web we can write a script that listens on load, paints the final image onto a canvas, turns the canvas into a data-uri and then saves the resultant unencumbered image to your hard drive as you're scrolling through the manga.
Essentially the code in this SO question is all you need.
https://stackoverflow.com/questions/10673122/how-to-save-can...
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#147Earlier quoted context omitted.
That's exactly why I started Azuki! I just want to read as easily as I can watch anime without blind buying a bunch of stuff.
I am curious how this pricing model affect the publishers/creators. I understand that from the consumer point of view, it looks quite appealing but wonder if for the players in the other side it would be the same. Is the idea that in the long term there will be a bigger user base paying for this new model which translates into a higher revenue stream than the actual one even if they end paying way less compared to bu…
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#148Hey, congrats on the launch! My feedback: Please pre-load all the chapter images (or at least a few in advanced) while starting to read a chapter. Having to wait on the next page while reading is a bit cumbersome.
Which platform are you using? It should already be preloading a few images in advance but maybe we can do a better job on this on a particular platform.
Re: Launch HN: Azuki (YC W22) – All-you-can-read manga subscription
#149I've done a couple impressions threads since your initial launch last year[1][2], and it's nice to see that there's been some improvements in regards to matters brought up in them, though there's definitely still room for more. The reader in particular is still rather janky and lacking in options (I would really like to see more fitting options than just forced fit to height as well as manual control over image quali…
Thanks for the constant feedback, Daiz, brutally honest as it always is ;) We're tracking all of the reader issues and feature requests like the ones you mentioned, but of course with a small team handling everything from development to licensing (our five founders are the only employees) we have to be really careful about what we prioritize. As for image quality, we'll look into the specific issues you mentioned to…
On the subject of apps, I'm not saying you shouldn't have apps, I'm just saying that there are certain things you should share across the web and apps, like the reader. Basically, you could have the reader running in a web view inside the mobile apps, and this way you could have just one reader codebase that gets reused across all the platforms. You could take this even further and build your mobile apps with web tech inside web views as well. You probably wouldn't do that at this point, but I would still recommend looking into using the reader in a web view at least, as that's no doubt the most complex frontend component in the entire system.