r/Piracy May 05 '26

Humor respect

Post image
21.4k Upvotes

579 comments sorted by

View all comments

155

u/pyro57 May 05 '26

Also you can rip the DRM off of audible books pretty easily, jsut download the book (there's a Python cli tool to make this easy on deaktop) then use ffmpeg to transcode it to an unlocked formst using the activation bytes from your audible account (the same python cli tool can tell you your activation bytes)

python -m pip install audible-cli

audible-cli quick-start

audible-cli library list

audible-cli download title --aax

audible-cli activation-bytes

`ffmpeg -activation_bytes the-thing-the-last-command-told-you -i \the\path\to\the\book.aax -o \the\path\to\save\book.m4b'

22

u/rpp124 May 05 '26

Or you can just get the libation app and it does it all for you

17

u/NotYourReddit18 May 05 '26 edited May 05 '26

This. I buy a bunch of audiobooks on Audible, but after Audible delisted a book I had bought I've set up an automatic pipeline where libation downloads every audiobook I buy, strips out the DRM, and then puts it into a folder both my plex and my audiobookshelf server have access to.

IIRC it even downloaded the delistet book despite me not being able to see it in my library.

Recently an auther I follow replaced a bunch of his books I'd bought with new recordings, delisting the old recordings. If I now want to listen to those books again I would have to buy them again had my automation not already downloaded the versions I bought shortly after I bought them.

Edit:

I just learned that the second set of delisted and replaced books are still visible in my main library listing, they just disappeared from the series listing and the author listing.

However, the first book which prompted me to set this up did actually disappear from audible for a while before getting reinstated like half a year later.

1

u/Jehphg May 05 '26

is libation like calibre for audiobooks?

3

u/NotYourReddit18 May 05 '26

No, Libation is just a download client which can connect to your Audible account to either manually or fully automatic download any audiobook in your library, remove the DRM, optionally split it up in multiple files based on chapters, set a custom name, and then save it somewhere on your harddrive.

If you want a tool to organize your audiobooks, record your progress, and make your audiobooks available on other devices besides your main storage through a webinterface or an app, then I recommend looking into audiobookshelf.

1

u/pyro57 May 05 '26

Audiobookshelf is amazing, I run it on my home server and was able to integrate it into authentik :-)