Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HD image container for some Amazon Kindle (Mobi) books #959

Conversation

choryuidentify
Copy link

@choryuidentify choryuidentify commented Dec 19, 2019

1 years ago, I'm open the issue #483
After some investigation, I found the tool 'DumpAZW6', but It's a 'dumper', not merger.
so I've decide intergrate image merger into DeDRM tool, and finally done it.

I just testing some Japanese Lightnovels and It looks work good, but Please test this patch If you have .azw and .azw.res both. It's basically encrypted Amazon Kindle book, and exists in same folder (Kindle Library).

You can test this patch here. It's a Calibre plugin.

@choryuidentify
Copy link
Author

choryuidentify commented Dec 20, 2019

HD Image container (.azw.res) file will be generated recent version of Kindle for PC, like 1.21. and 1.16 does not.
Old Kindle for PC just download main book, so Image is lower resolution.
I don't know specific version witch support '.azw.res'

@j-howell
Copy link

It has been a long time since any pull requests have been accepted for this project. And even if they were being actively added, this change has nothing to do with DRM removal. You should consider implementing this functionality as a separate calibre plugin.

Since it is not DRM related it could be included along with all of the other calibre plugins that are managed and updated via the standard calibre plugin interface. And you would not be dependant on anyone else to make further updates available. Anyone can add calibre plugins that are not DRM-related here: https://www.mobileread.com/forums/forumdisplay.php?f=237

@choryuidentify
Copy link
Author

It has been a long time since any pull requests have been accepted for this project. And even if they were being actively added, this change has nothing to do with DRM removal. You should consider implementing this functionality as a separate calibre plugin.

Since it is not DRM related it could be included along with all of the other calibre plugins that are managed and updated via the standard calibre plugin interface. And you would not be dependant on anyone else to make further updates available. Anyone can add calibre plugins that are not DRM-related here: https://www.mobileread.com/forums/forumdisplay.php?f=237

I don't think so.
.azw.res file is never generated or served with 'user custom mobi file' like by kindlegen, or calibre.
.azw.res file always served WITH DRM-ed mobi file. and many people can't know this problem. because it just works fine without this image container, but lower resolution.

So, well, separate plug-in is not an option.

Thanks to your reply!

@apprenticeharper
Copy link
Owner

I'm with jhowell on this one. A separate plugin that merges the high-res images in from from .res file sounds like a better bet to me.

The less that there is to maintain in this project, the better.

@choryuidentify
Copy link
Author

I'm with jhowell on this one. A separate plugin that merges the high-res images in from from .res file sounds like a better bet to me.

The less that there is to maintain in this project, the better.

Well, ok. I close this request.

HamsterExAstris added a commit to HamsterExAstris/calibre-azw6-image-merge that referenced this pull request Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants