From 6bc43a447eee1feb4d56641268b101320f7da113 Mon Sep 17 00:00:00 2001 From: porroe Date: Fri, 25 Aug 2023 15:25:40 -0700 Subject: [PATCH] updated description --- apps/audiobookshelf/metadata/description.md | 23 ++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/apps/audiobookshelf/metadata/description.md b/apps/audiobookshelf/metadata/description.md index b19a366f..f0ef3409 100644 --- a/apps/audiobookshelf/metadata/description.md +++ b/apps/audiobookshelf/metadata/description.md @@ -1,2 +1,23 @@ # AudiobookShelf -Audiobookshelf is a self-hosted audiobook and podcast server. \ No newline at end of file +Audiobookshelf is a self-hosted audiobook and podcast server. + +### Features + +* Fully **open-source**, including the [android & iOS app](https://github.com/advplyr/audiobookshelf-app) *(in beta)* +* Stream all audio formats on the fly +* Search and add podcasts to download episodes w/ auto-download +* Multi-user support w/ custom permissions +* Keeps progress per user and syncs across devices +* Auto-detects library updates, no need to re-scan +* Upload books and podcasts w/ bulk upload drag and drop folders +* Backup your metadata + automated daily backups +* Progressive Web App (PWA) +* Chromecast support on the web app and android app +* Fetch metadata and cover art from several sources +* Chapter editor and chapter lookup (using [Audnexus API](https://audnex.us/)) +* Merge your audio files into a single m4b +* Embed metadata and cover image into your audio files (using [Tone](https://github.com/sandreas/tone)) +* Basic ebook support and ereader + * Epub, pdf, cbr, cbz + * Send ebook to device (i.e. Kindle) +* Open RSS feeds for podcasts and audiobooks \ No newline at end of file