noDRM_DeDRM_tools/README.md

59 lines
2.9 KiB
Markdown
Raw Normal View History

# DeDRM_tools
2024-11-10 15:32:56 +01:00
This is a repository that tracks all the scripts and tools for removing DRM from eBooks.
2020-10-14 17:34:27 +02:00
The provided plugins should work with both Calibre 5.x/6.x (Python 3), as well as Calibre 4.x and lower (Python 2).<br>
If you encounter issues with the plugins in Calibre 4.x or lower, please open a bug report.
2021-11-17 21:53:24 +01:00
The original repository of Apprentice Harper [is no longer maintained](https://github.com/apprenticeharper/DeDRM_tools#no-longer-maintained), so I've taken over, merged a bunch of open PRs, and added a ton more features and bugfixes.
2024-11-10 15:20:54 +01:00
## FAQ
2024-11-10 15:41:03 +01:00
You are urged to read the [FAQ](FAQs.md).
2024-11-10 15:20:54 +01:00
2024-11-10 15:41:03 +01:00
The most common issue you may run into is that you cannot load the nested archive with all the tools into Calibre.<br>
2024-11-10 15:20:54 +01:00
You need to unarchive the downloaded tools archive, to get just the archive with the standalone plugin.<br>
Beta versions may be just the plugin, don't unarchive that.<br>
2023-08-03 21:21:49 +02:00
There is also a general [README overview](ReadMe_Overview.txt).
2024-11-10 15:41:03 +01:00
2024-11-10 15:20:54 +01:00
## Versions
The latest stable release is v10.0.3, [available here](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.3).<br>
2021-11-17 21:53:24 +01:00
2024-11-10 15:20:54 +01:00
The latest beta is v10.0.9, as a release candidate for v10.1.0, [available here](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.9).<br>
2021-11-15 11:00:06 +01:00
2024-11-10 15:20:54 +01:00
The latest alpha version, completely untested, [available here](https://github.com/noDRM/DeDRM_tools_autorelease/releases).<br>
With each commit in this repository, a new alpha version containing the latest code changes will be automatically uploaded.<br>
If you want the most up-to-date code to test things and you are okay with the plugins occasionally breaking, you can use this version.
2020-10-14 17:34:27 +02:00
2024-11-10 15:20:54 +01:00
## Tools
The individual scripts are released as two plugins for Calibre: DeDRM and Obok.
See the [plugin README overview](DeDRM_plugin_ReadMe.txt).<br>
For using the tools on CLI, see the [Calibre CLI README](CALIBRE_CLI_INSTRUCTIONS.md).
2024-11-10 15:41:03 +01:00
### DeDRM
2024-11-10 15:42:04 +01:00
The DeDRM plugin handles books that use Amazon DRM, Adobe Digital Editions DRM, Barnes & Noble DRM, and some historical formats, see its [README](DeDRM_plugin_ReadMe.txt).
2024-11-10 15:42:48 +01:00
For the latest Amazon KFX format, users of the Calibre plugin should also install the KFX Input plugin from the standard Calibre plugin menu, or manually from [the MobileRead thread](https://www.mobileread.com/forums/showthread.php?t=291290).
2024-11-10 15:42:48 +01:00
Note that Amazon changes the DRM for KFX files frequently. What works for KFX today might not work tomorrow.
2024-11-10 15:41:03 +01:00
### Obok
The Obok plugin handles Kobo DRM, see the [Obok README](obok_plugin_ReadMe.txt).
2024-11-10 15:41:03 +01:00
2024-11-10 15:20:54 +01:00
## Changelog
2024-11-10 15:41:03 +01:00
Take a look at [the CHANGELOG](CHANGELOG.md) to see a list of changes since the last version by Apprentice Harper (v7.2.1).
2015-03-13 18:22:40 +01:00
2024-11-10 15:20:54 +01:00
## Contributions
2019-05-18 19:42:56 +02:00
2024-11-10 15:20:54 +01:00
Contributions are welcome, including, but not limited to:
* Speed improvements and UI enhancements
* Expanding the range of books handled
* Improving key retrieval
* General bug fixes
2015-03-13 18:22:40 +01:00
2024-11-10 15:20:54 +01:00
Special thanks to all the developers who have done the hard work of reverse engineering and provided the first DeDRM tools.