manifestVersion: 1 id: audiobookshelf name: Audiobookshelf tagline: Audiobook and podcast server category: media version: "2.11.0" port: 13378 description: >- Features: - Fully open-source, including the android & iOS 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) - Merge your audio files into a single m4b - Embed metadata and cover image into your audio files (using Tone) - Basic ebook support and e-reader (experimental) Android App (beta) - Try it out on the Google Play Store iOS App (early beta) - Available using Test Flight: https://testflight.apple.com/join/wiic7QIW developer: advplyr website: https://audiobookshelf.org repo: https://github.com/advplyr/audiobookshelf support: https://discord.gg/pJsjuNCKRq gallery: - 1.jpg - 2.jpg - 3.jpg dependencies: [] path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- This release brings audiobookshelf from version 2.9.0 to 2.11.0. Added - Create book share links with expiration (admin users only) - Email settings option to enable/disable rejecting unauthorized certificates - Support for disabling SSRF request filter with env variable - Support for custom backup path on backups config page or with env variable - Epub ereader setting for font boldness - Finnish translations Fixed - Casting podcast episodes - Match all authors hitting rate limit - Scheduled library scans using old copy of library - Changing author name in edit author modal not updating metadata JSON files - AB merge tool not working in Debian pkg due to ffmpeg v7 - Download file ssrfFilter URL - Overdrive mediamarkers incorrect timestamp parsing - Unhandled exception syncing user progress - Server crash from library scanner race condition - UI/UX: PDF reader flickering - UI/UX: Audio player long author name overflowing - UI/UX: Audio player long chapter name overflowing Changed - Replace Tone with Ffmpeg for embedding metadata - Playback sessions are closed after 36 hours of inactivity - User agent string for podcast RSS feed and file download requests - Increased time delay between when watcher detects a file and when it scans the folder - Prevent editing backup path if it is set using env variable - UI/UX: Show publish date in changelog modal - UI/UX: Chapters table "End" column changed to a "Duration" column - UI/UX: Bookshelf refactor for consistent scaling - UI/UX: Cleaner error page for 404s - More strings translated Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases submitter: Jasper submission: https://github.com/getumbrel/umbrel-apps/pull/302