Beautiful, Fast and Functional client for your Audiobookshelf server.
Find a file
Claude 53027bf74c
feat: implement library view with Authors, Genres, and Series browsing
This commit implements a comprehensive library browsing feature:

- Add LibraryBrowserProvider with providers for authors, genres, and series data
- Create LibraryAuthorsPage with grid view of authors including images and book counts
- Create LibraryGenresPage with list view of all genres
- Create LibrarySeriesPage with list view of series and book counts
- Update LibraryBrowserPage navigation to route to the new views
- Add routes for /browser/authors, /browser/genres, and /browser/series
- Replace "Not Implemented" toasts with functional navigation

The implementation uses the Audiobookshelf API via shelfsdk to fetch:
- Authors list with metadata (getAuthors)
- Genres from library filter data (getFilterData)
- Series with pagination support (getSeries)

All views follow Material Design 3 patterns and include proper loading/error states.
2025-11-20 10:52:18 +00:00
.github chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
.vscode fix: update build_runner command to use dart directly instead of fvm 2025-05-28 12:25:22 +05:30
android chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
assets feat: ability to change library (#77) 2025-04-19 19:17:31 +05:30
docs feat: add documentation for testing deeplinks on Linux 2025-05-27 23:15:52 +05:30
fastlane Update full_description.txt 2024-12-21 07:53:59 +05:30
images add SVG conversion instructions and vaani_logo.svg file 2025-04-19 19:27:15 +05:30
lib feat: implement library view with Authors, Genres, and Series browsing 2025-11-20 10:52:18 +00:00
linux feat: deeplinks for linux (#84) 2025-05-23 21:03:02 +05:30
shelfsdk@e1848a42c2 feat: ability to change library (#77) 2025-04-19 19:17:31 +05:30
test feat: error reporting with logs (#45) 2024-10-03 05:54:29 -04:00
web chore: Update app label and branding to "Vaani" 2024-08-23 04:23:42 -04:00
windows feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
.fvmrc chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
.gitignore feat: add Linux packaging support (#70) 2025-04-05 10:31:07 +05:30
.gitmodules Make shelfsdk a submodule (#66) 2024-12-08 01:52:30 +05:30
.metadata something 2024-05-08 05:03:49 -04:00
analysis_options.yaml upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
CONTRIBUTING.md add instructions to add keystore 2024-12-08 03:43:46 +05:30
distribute_options.yaml feat: add Linux packaging support (#70) 2025-04-05 10:31:07 +05:30
Gemfile fastlane init (#65) 2024-12-08 01:50:00 +05:30
Gemfile.lock fastlane init (#65) 2024-12-08 01:50:00 +05:30
LICENSE Create LICENSE 2024-08-28 15:07:49 -04:00
privacy-policy.md chore: add privacy policy document 2024-10-01 02:47:22 -04:00
pubspec.lock chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
pubspec.yaml chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
README.md feat: Add AppImage build and generic naming for Linux artifacts (#83) 2025-05-23 10:53:24 +05:30

Audiobookshelf Banner

Vaani

Client for Audiobookshelf server made with Flutter.

Features

  • Functional Player: Speed Control, Sleep Timer, Shake to Control Player
  • Save data with Offline listening and caching
  • Material Design
  • Extensive Settings to customize the every tiny detail

Download

Android

Get it on Obtainium Get it on Google Play Get it on IzzyOnDroid Get it on GitHub

Play Store version is paid if you want to support the development.

Linux

Download Linux (.deb) Download Linux (AppImage)

Screencaps

https://github.com/user-attachments/assets/2ac9ace2-4a3c-40fc-adde-55914e4cf62d

Home Book View Player

Currently, the app is in development and is not ready for production use.

Plan is to have support for android, and desktop.