Releases: rmcrackan/Libation
3.1 beta 2
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
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
No longer relies on LocalDB, which must be installed separately
Final using LocalDB
v3.0.2 Minor stablizing changes before the switch to sqlite
Commented out inAudible wire-up code
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
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