Jump to content

advplyr

Members
  • Joined

  • Last visited

  1. You can refer to the docs for the env vars https://www.audiobookshelf.org/docs#network
  2. No, there is a feature request open for it on Github. It's best to check Discord and Github since most any question you have will have already been answered or discussed.
  3. This is fixed in v2.19.2 released a few hours ago
  4. Hey, there is a github sponsor page setup for donations https://github.com/sponsors/advplyr The root user cannot be deleted. It is only special in that a) it can't be updated by other admin users b) it is the only account that can be configured to not have a password This is for v2.14.0 and below incase it changes in the future
  5. You are conflating chapters and tracks. Chapters are stored separately and can be edited separately. If you want to scan the chapters in as new again then press "Edit Chapters" button. Then "Remove All" chapters. Then press edit on the book again and "Re-Scan". Scanning isn't going to overwrite your existing chapters incase you made manual edits. If you want them scanned in fresh then remove the chapters and re-scan.
  6. Those environment variables were removed a long time ago because the preferred way to set the UID/GID is using the built-in docker options.
  7. Docker has a built-in way to specify the user/group when running a container. https://docs.docker.com/engine/reference/run/#user I'm not sure how to set that using the GUI in Unraid
  8. You may be still mapping to an old database because if this is a fresh install then you would be prompted to set a password.
  9. Yes, this project is very active. You will have to check the server logs to see what the crash is. The best place for support is in the Discord or on Github because there are many people helping to answer questions there.
  10. The podcast episode schedule has to be adjusted on each individual podcast. There is no global setting for podcast schedule. To adjust the schedule press edit on a podcast and go to the "Schedule" tab.
  11. Hey the database changed to sqlite. At the moment you will have to open the database and go to the "users" table and remove the password hash in the column "pash". I'm not sure how familiar you are with databases but the easiest way is probably to get a software that gives you a GUI. There are many ways
  12. I'm trying to reproduce this issue but unable. Are you able to reproduce this? If so, can you give me steps to reproduce?
  13. Anyone with issues during the migration to v2.3.0 please follow the instructions for v2.3.1 https://github.com/advplyr/audiobookshelf/releases/tag/v2.3.1
  14. I'm pushing a patch soon that fixes a few bugs with the previous release. Make sure to check the release notes because you will need to manually delete the `/config/absdatabase.sqlite` before upgrading so the migration can run again.
  15. Sure, you can put a feature request in github