Audiobookshelf
Self-hosted audiobook and podcast server
Alternative to: audible, overcast, pocket-casts
About
Versions (100)
v2.3.2
2023-07-17Important! If you previously updated to v2.3.0 or v2.3.1 and not all of your data was migrated over, follow the steps below after updating
- Make sure the container is stopped (for debian/rpm
systemctl stop audiobookshelf) - Delete the database file located at
- docker:
/config/absdatabase.sqlite - debian:
/usr/share/audiobookshelf/config/absdatabase.sqlite - rpm:
/var/lib/audiobookshelf/config/absdatabase.sqlite
- docker:
- Start container (for debian/rpm
systemctl start audiobookshelf)
Fixed
- Crash when updating series sequence #1919
- Crash on playing downloaded media from mobile apps #1912
- Reduced memory usage on load & increase max memory size #1926 #1913
- More strings translated
- French by @Machou in #1925
- German by @JBlond in #1923
- Italian by @burghy86 in #1917
New Contributors
- @JBlond made their first contribution in https://github.com/advplyr/audiobookshelf/pull/1923
Full Changelog: https://github.com/advplyr/audiobookshelf/compare/v2.3.1…v2.3.2