Skip to content

Releases: rmcrackan/Libation

3.1 beta 2

18 Nov 19:59
Compare
Choose a tag to compare

RELEASE TO BETA
Download and unzip LibationFiles_v3.1beta2.zip and run Libation.exe -- icon is a black wine glass.
I recommend making a shortcut. I'm working on a more manageable install but it's low priority compared to everything else

Known performance issues

  • Library import
  • Tag add/edit
  • Full-screen grid is slow to respond loading when books aren't liberated

Slow by necessity

  • Images can take a bit to initially load. Downloading is throttled as to not get the IP blocked by audible. Once each book's image is downloaded, it's stored on your computer
  • 1st book backup can take a while. It takes a bit of time to find a "decrypt key" which can remove DRM from your book. The same key is used for all books by a user. Once this is discovered, Libation stores the key and won't run this step again

3.1 beta 1

16 Nov 03:52
Compare
Choose a tag to compare

RELEASE TO BETA
Unzip LibationFiles.zip and run Libation.exe -- icon is a black wine glass
I recommend making a shortcut. I'm working on a more manageable install but it's low priority compared to everything else

Known performance issues

  • Library import
  • Tag add/edit
  • Full-screen grid is slow to respond loading when books aren't liberated

Slow by necessity

  • Images can take a bit to initially load. Downloading is throttled as to not get the IP blocked by audible. Once each book's image is downloaded, it's stored on your computer
  • 1st book backup can take a while. It takes a bit of time to find a "decrypt key" which can remove DRM from your book. The same key is used for all books by a user. Once this is discovered, Libation stores the key and won't run this step again

Switch to SQLite

15 Nov 21:36
Compare
Choose a tag to compare

No longer relies on LocalDB, which must be installed separately

Final using LocalDB

15 Nov 21:32
Compare
Choose a tag to compare
Final using LocalDB Pre-release
Pre-release
v3.0.2

Minor stablizing changes before the switch to sqlite

Commented out inAudible wire-up code

05 Nov 18:46
Compare
Choose a tag to compare

Legacy inAudible wire-up code is still present but is commented out. All future check-ins are not guaranteed to have inAudible wire-up code

Full Audible API. Legacy scraping commented out

05 Nov 13:22
Compare
Choose a tag to compare

This version is fully powered by the Audible API. Legacy scraping code is still present but is commented out. All future check-ins are not guaranteed to have any scraping code