ciberlandia.pt é um dos muitos servidores Mastodon independentes que podes utilizar para participar no fediverso.
Uma instância 🇵🇹 dedicada à tecnopolítica e também a tudo o resto. Regras e termos em ciberlandia.pt ❤️ 🏳️‍🌈

Estatísticas do servidor:

104
utilizadores activos

Público

here's how i got my kindle books into calibre on linux, without a current kindle serial number (1/n)

Não listado

- installed Bottles from flatpak
- downloaded Kindle for PC 1.40 (list of all available versions on wayback here web.archive.org/web/*/https://* ) and installed in a new bottle, making sure to disable networking so it didn't autoupdate, and disabled autoupdate in the settings before restarting w/networking enabled
- in Kindle for PC, authenticated w/amazon and synced account, then downloaded each book individually (no bulk download option?)

web.archive.orgWayback Machine
Não listado

- back in linux: installed calibre
- installed *latest alpha* of the DeDRM calibre plugin github.com/noDRM/DeDRM_tools
- installed python 3.11 in the kindle bottle I made earlier (3.12+ are buggy under wine)
- installed pycryptodome in the bottle (opened a shell w/bottles' "Command Line" tool, ran `python.exe -m pip install pycryptodome`)

DeDRM tools for ebooks. Contribute to noDRM/DeDRM_tools development by creating an account on GitHub.
GitHubGitHub - noDRM/DeDRM_tools: DeDRM tools for ebooksDeDRM tools for ebooks. Contribute to noDRM/DeDRM_tools development by creating an account on GitHub.
Não listado

- copied the contents of DeDRM_plugin.zip in the DeDRM tools zip to a directory inside the kindle bottle, e.g., i copied to ~/.var/app/com.usebottles.bottles/data/bottles/bottles/kindle/drive_c/users/allison/Desktop/dedrm
- back in the bottle shell: cd'ed to that directory and ran `python.exe -m kindlekey`, which produced a file called kindlekey1.k4i
- in calibre plugins dialog, clicked customize DeDRM plugin: kindle for mac/pc > import existing keyfiles, then import kindlekey1.k4i

Não listado

- in calibre, installed kfx input plugin from here mobileread.com/forums/showthre
- found the dir inside the bottle where kindle for pc downloaded the ebooks (for me this was ~/.var/app/com.usebottles.bottles/data/bottles/bottles/kindle/drive_c/users/allison/Documents/My Kindle Content)
- imported individual .azw files from each listed directory
- converted them to .epub! they look fine

www.mobileread.com[Conversion Plugin] KFX Input - MobileRead Forums [Conversion Plugin] KFX Input Plugins
Público

what i left out: I tried like five different versions of Kindle for PC before finding one that both works with Wine and will actually connect to Amazon. also tried four different python versions before hitting on the one that could run the dedrm key code (note that the version in the dedrm github's "other tools" directory is not up to date!). so the whole thing only took like six hours from start to finish 🙃

@aparrish thank you for sharing this, I'm sure it will help people!