The previous check read the OneDrive environment variables and matched path prefixes, so it missed Dropbox, Google Drive and iCloud, and had its own guesswork to get wrong. Every sync engine that serves files on demand registers a sync root with the Cloud Files API, and CfGetSyncRootInfoByPath answers directly whether a path sits under one. That covers every provider without naming any of them, and it replaces the environment lookups, path canonicalisation and prefix matching rather than adding to them. Asking for the provider info class also gets the provider's own name, so the message can say Dropbox rather than a generic phrase. The buffers are plain byte arrays read by hand: nothing here can be verified away from Windows, so there is no marshalling to get subtly wrong. Detection cannot produce a false positive now, since the answer is Windows' rather than an inference from a folder name. The warning still appears only in the incomplete-upgrade message, where something has already failed, so a folder someone deliberately keeps fully downloaded never prompts anything. Co-authored-by: rmcrackan <rmcrackan@gmail.com>
Libation: Liberate your Library
Libation is a free, open-source application for downloading and managing your Audible audiobooks. It decrypts your library, removes DRM, and lets you own your audiobooks forever.
Which version should I download? — get a recommended download for your system on our site.
Features
- Unlock Your Library: Download and remove DRM from your audiobooks.
- Cross-Platform: Fully supported on Windows, macOS, and Linux.
- Region Support: Works with Audible regions US, UK, Canada, Germany, France, Australia, Japan, India, and Spain.
- Advanced Organization: Search, filter, and tag your books.
- Fast & Efficient: Powered by AAXClean for fast decryption without heavy dependencies like ffmpeg.
- Import: Easily import your existing library, including cover art.
Getting started with Libation
All documentation has been moved to our new site: getlibation.com. Or jump to the important bits:
Development
Grab the latest release for your platform from the Releases Page.
Documentation
Comprehensive documentation is available in the docs directory and on our Documentation Site.
Development & Contributing
We welcome contributions!
- Development Getting Started: Setup your environment.
- Contribute: How to contribute code.
- Testing Changes: Run the tests and seed a demo library for UI testing.
- Website & Docs: How to run and improve the documentation.
- Linux Setup (Nix): Nix-based environment setup.
Community & Support
License
Libation is released under the GPL-3.0 License
If you found this useful, tell a friend. If you found this REALLY useful, you can donate here ...or just tell more friends. As long as I'm maintaining this software, it will remain free and open source.