Skip to content

Releases: advplyr/audiobookshelf

v1.4.6

11 Oct 22:10
Compare
Choose a tag to compare

Added

  • Support for .mp4 audio files
  • Experimental: Read .mobi and .azw3 ebook (discussion #75)

Changed

  • Click series from audiobook landing page to view series books #90

Fixed

  • Changing password for root user with empty password #93
  • Folder browser hiding nested folders
  • Track number parsed from filename too large

v1.4.4

10 Oct 21:43
Compare
Choose a tag to compare

Added

  • Ebook only folders are supported: scan your ebook directory if you have one (join discussion #75)
  • Open e-reader from the bookshelf

Changed

  • Global search also shows matching authors and series
  • The "Match" tab in the edit modal is removed
  • Backups will abort if the file size is > 1GB (prevent infinite loop) #89

v1.4.2

08 Oct 22:34
Compare
Choose a tag to compare

Added

  • Backups and auto-backups
  • Download other files

Fixed

  • Experimental feature: ebook icon disappearing #88
  • Experimental feature: ebook reader url path

v1.4.1

07 Oct 02:05
Compare
Choose a tag to compare

Added

  • Filter for showing books with no series #82
  • Toggle on/off show full file path for tracks/file tables #79
  • Filter by narrator

Changed

  • Book landing page showing more information + links to filter by author/narrator/genre #78
  • Uploader sets appropriate file permissions and uses AUDIOBOOKSHELF_UID and AUDIOBOOKSHELF_GID environment variables for the owner (defaults to 99:100) #80
  • Query string is updated when filter/sort is changed (for sharing URLs)
  • Experimental features setting persists in browser in discussion

Fixed

  • Batch edit page redirect 404 #84

v1.4.0

06 Oct 21:15
Compare
Choose a tag to compare

Added

  • Libraries: map multiple folders to a library
  • Reader.txt now used as narrator #78
  • Uploader: Select library and folder to upload to

Changed

  • Local paths updated to support multiple folders

Fixed

  • Using # and % in filenames breaking covers #77
  • Desc.txt not loading properly #78

v1.3.4

02 Oct 01:31
Compare
Choose a tag to compare

Added

  • Server setting to save cover art in audiobook directory
  • Button to save metadata.nfo file for all audiobooks (in config)

Changed

  • Scan for covers now stores the cover

v1.3.3

01 Oct 23:49
Compare
Choose a tag to compare

Changed

  • Using http urls for covers (and selecting covers from search) will save the cover
  • Purge unused metadata on server start

Fixed

  • Audiobooks and files duplicating (in shared file systems) #73

v1.3.1

01 Oct 00:05
Compare
Choose a tag to compare

Added

  • Embedded cover art is extracted and used as the cover
  • Metadata from audio files is now used, see how they are mapped (Discussion #59)
  • Logger view in config page with adjustable log level #72
  • Support FLAC audio files and MOBI ebook files #70
  • Re-Scan button on details modal (to prevent losing progress by removing & re-adding)

Fixed

  • Series bookshelf was overflowing on one shelf #69

v1.2.8

29 Sep 15:21
Compare
Choose a tag to compare

Added

  • Security: Failed login rate limiting (default: 10 attempts/10 minutes)
  • Save metadata file to audiobook folder (Join the discussion #59)

Changed

  • Security: Generic failed login messages #67

v1.2.6

28 Sep 22:41
Compare
Choose a tag to compare

Added

  • Home page with categorized and scrollable shelves

Changed

  • For multi-file audiobooks, chapter name defaults to filename #64

Fixed

  • Config page not scrollable #66
  • Select all bug for series #47
  • Page routing when pressing back arrow
  • Continue reading shelf incorrect filter In Discussion