Browse Source

Update Audiobookshelf to 2.2.22 (#622)

main
Jasper 2 years ago
committed by GitHub
parent
commit
7bd12c1e01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      audiobookshelf/docker-compose.yml
  2. 21
      audiobookshelf/umbrel-app.yml

2
audiobookshelf/docker-compose.yml

@ -9,7 +9,7 @@ services:
web: web:
image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e image: ghcr.io/advplyr/audiobookshelf:2.2.22@sha256:085f8365fe5e556cb83920055495e55c968378564623334b640d5c28ffe1a67b
user: 1000:1000 user: 1000:1000
init: true init: true
restart: on-failure restart: on-failure

21
audiobookshelf/umbrel-app.yml

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf name: Audiobookshelf
tagline: Audiobook and podcast server tagline: Audiobook and podcast server
category: Media category: Media
version: "2.2.11" version: "2.2.22"
port: 13378 port: 13378
description: >- description: >-
Features: Features:
@ -61,19 +61,20 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
- Audiobookshelf now works with mobile apps (Android & iOS)
Added: Added:
- M4B merge tool advanced options for ffmpeg encoder - Send ebook to other devices
- Export OPML for podcast libraries
- Library filter for ebook items
Fixed: Fixed:
- Crash on adding podcast - Closing audio player resetting progress
- Dropdowns hidden in edit modals - Epub3 ebook showing white background
- Get libraries API endpoint (bad response payload) - Podcast episode downloads for RSS feeds that use the same title for every episode
Changed: Changed:
- API endpoint for author image allows raw=1 query to get raw image - Library filter max height set to window height
- More strings translated: french, simplified Chinese, & German - New API endpoints for static library item files, ebooks and downloading
- Security updates
- More strings translated (German)
submitter: Jasper submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/302 submission: https://github.com/getumbrel/umbrel-apps/pull/302
Loading…
Cancel
Save