ShelfDrive is an independent fork of the Audiobookshelf mobile app, tailored for personal Android and Android Automotive OS testing.
It connects to user-provided Audiobookshelf servers. It does not include or provide media content.
ShelfDrive is not affiliated with, endorsed by, or published by the Audiobookshelf project or its maintainers.
Upstream projects:
- Audiobookshelf mobile app: https://github.com/advplyr/audiobookshelf-app
- Audiobookshelf server/project: https://github.com/advplyr/audiobookshelf
This fork remains licensed under the GNU General Public License version 3. See LICENSE and NOTICE.md.
If you distribute a build of ShelfDrive, provide the corresponding source code for the exact build you distribute.
Install dependencies:
npm installGenerate and sync the web app into Android:
npm run syncBuild the Android debug app:
cd android
./gradlew :app:assembleDebug