Commit Graph

445 Commits (15cd372ad9945710027b8b7fec760c487dc11f74)
 

Author SHA1 Message Date
Apprentice Harper 415df655a1 Add disabling workaround to KFX section. 7 years ago
Apprentice Harper 346b3e312c KFX Decrypter archive in Pascal! 7 years ago
Apprentice Harper f981a548a3 Merge pull request #300 from concavegit/master
Linux documentation update from concavegit
7 years ago
concavegit 4084a49872 fix step numbers 7 years ago
concavegit 347ad3cc05 Update kindle on linux documentation
- ActivePython for x86 is gone, but using regular python, at least for the kindle decryption, works.
- The new kindle for pc hangs during wine installation, but the one presented by `winetricks kindle` works.
- The decryption keys must be manually obtained.
- vcrun2008 stops any available version of Kindle from being able to install.

I have only tested these steps for kindle for PC on linux, so these changes may step on some toes. However, it does seem the linux documentation needs updating nonetheless.
7 years ago
Apprentice Harper e4b702e241 Merge pull request #257 from agronauts/multi_decrypt
Add support to command line tool to decrypt all kobo books instead of having to choose books one by one.
7 years ago
Patrick Nicholls 691a3d6955 Added --all flag to sys.args 7 years ago
Apprentice Harper fa317dc1cf KFX and other updates to the readmes 7 years ago
Patrick Nicholls 6f0c36b67a Implement decrypting of all books 7 years ago
Patrick Nicholls ceacdbbb1b Refactor decrypt book & add 'all' option to CLI 7 years ago
Apprentice Harper ff03c68674 Fix for problem starting Mac app due to missing folder 7 years ago
Apprentice Harper 84d4e4e0c8 Fixes for FAQs file concerning Kindle for PC/MAc 7 years ago
Apprentice Harper a553df50d7 added more info about 1.19 7 years ago
Apprentice Harper 0b244b5781 Merge pull request #198 from dunesmopy/patch-1
Support multiple input Kindle files
7 years ago
dunesmopy ab4597dfd7 Address review feedback
* Version number updated to 5.5 in the version variable.
  * allow a variable number of input parameters, either files or directories of files.
  * also look for .azw1, .azw3, .azw4, .prc, .mobi, and .pobi files in any specified directories.
7 years ago
Apprentice Harper 82e9927ace Merge pull request #200 from dunesmopy/patch-3
Update FAQs.md
7 years ago
Apprentice Harper 528092c05d Updates FAQs.md
Adjust description of path to ebook files to use current location in Windows 7 and later as default.
7 years ago
Apprentice Harper faa19cc19b Merge pull request #199 from dunesmopy/patch-2
Update FAQs.md
7 years ago
dunesmopy e6592841b6 Update FAQs.md
Document included compiled binaries.
7 years ago
dunesmopy 482ac15055 Update FAQs.md 7 years ago
dunesmopy cb74bd8cef Support multiple input Kindle files
Sample bulk/batch usage:

    @echo off
    setlocal

    SET IN_DIR=%USERPROFILE%\My Documents\My Kindle Content
    SET DEST_DIR=%IN_DIR%_drmfree
    SET KEY_FILE=mykeyfile.k4i


    mkdir "%DEST_DIR%
    k4mobidedrm.py -k %KEY_FILE% "%IN_DIR%" "%DEST_DIR%

    echo done, see %DEST_DIR%
    cd /d "%DEST_DIR%"
    start .

    endlocal
7 years ago
Apprentice Harper 956f3034ad Explicitly warn about KFX files. Bump version number to 6.5.3 7 years ago
Apprentice Harper fca7eaab8e Update FAQs.md
Added note about Kindle for PC/Mac update and links to version 1.1.7
8 years ago
Apprentice Harper 0df66bcfc0 Improve testing of decrypted text file. (And so decrypt badly formatted ePubs) 8 years ago
Apprentice Harper 20ab5b354d Remove incorrect Linux support for Kobo Desktop 8 years ago
Apprentice Harper 46ce2ce0ea Update for strange windows users on a network, and more xml verification fixes 8 years ago
Apprentice Harper ca59704dc4 Updated the FAQs and the main ReadMe 8 years ago
Apprentice Harper 17300283d0 improve xml detection and handle strange windows network file systems better 8 years ago
Apprentice Harper 92ce0396fe Making sure files and versions are consistent 8 years ago
Apprentice Harper 5eb3338423 Update FAQs to point people to new test obok plugin 8 years ago
Apprentice Harper d65dd1ab87 New obok fix that should work for stand-alone script and non-Windows machines. (Makes a tweaked copy of the database.) 8 years ago
Apprentice Harper 5d75018719 Topaz fix and updated FAQ reference to point to github 8 years ago
Apprentice Harper 1c3a12425e Merge branch 'master' of https://github.com/apprenticeharper/DeDRM_tools 8 years ago
Apprentice Harper 6b4d621159 Fix for Obok Plugin and Obok Desktop v4.0 8 years ago
Apprentice Harper 53c16c916b Note the new Kobo Desktop version
The new Kobo Desktop version breaks the obok plugin.
8 years ago
Apprentice Harper 34231cc252 Remove debugging dialog from Mac App. Update version to 6.5.1 8 years ago
Apprentice Harper c2615c4d3b Change to ineptpdf.py, so that we throw an exception for DRM-free PDFs, rather than processing them. 8 years ago
Apprentice Harper 908ebc5c58 Update version number to 6.5.0 8 years ago
Apprentice Harper 4d7556e919 Fix for another unknown Topaz token. 8 years ago
Apprentice Harper 6feeb352fc Update to Mac app to make getting keys much more robust and make startup quicker. 8 years ago
Apprentice Harper bc3676c1bc Changes to the ReadMes 8 years ago
Apprentice Harper a4ebec359b Added Kindle for Android note 8 years ago
Apprentice Harper 10cffca6b4 Formatting and ActiveState Python
More escaping of characters, and added a Q&A about ActiveState Python on Windows. (The current installer has a bug.)
8 years ago
Apprentice Harper 24a8c80617 Improved the logging answers 8 years ago
Apprentice Harper b2338b71c0 Some formatting fixes for the FAQs 8 years ago
Apprentice Harper 16733c3198 Added FAQs.md 8 years ago
Apprentice Harper 3a931dfc90 Fixes for B&N key generation and Macs with bonded ethernet ports 8 years ago
Apprentice Harper eaa7a1afed Switch to notifications for Mac App. Fix problem with Android backup files being missing, 8 years ago
Apprentice Harper dc5261870f Topaz fixes to Mac & Windows apps, and version number update 8 years ago
Apprentice Harper a2ba5005c9 Another Topaz missing token fix. 8 years ago