@nichwall commented on GitHub (Jun 4, 2025):
There are multiple ratings and review feature requests in the server, such as https://github.com/advplyr/audiobookshelf/issues/1153
The simplest…
@kishansinghifs1 commented on GitHub (Jun 8, 2025):
Can I work on this?
@DieselTech commented on GitHub (Jun 4, 2025):
You can implement your own health check in your docker-compose file if this is something you want. Baking the health check into the image and…
@astoryarc commented on GitHub (Aug 15, 2025):
I would love to see this as an extension of the ratings system once it's implemented
@skyzuma commented on GitHub (Jun 4, 2025):
my problem is "SQLITE_BUSY: database is locked" (listening a book and abs makes a backup on the same time), so i "need" this :)
@Rdkang commented on GitHub (Jun 8, 2025):
Can I work on this?
@kishansinghifs1 That would be great 😃👍
@skyzuma commented on GitHub (Jun 4, 2025):
You can implement your own health check in your docker-compose file if this is something you want. Baking the health check into the image and forcing…
@Vito0912 commented on GitHub (Jun 4, 2025):
This is intended and inserting images was never knowingly implemented. It added potential security vulnerabilities.
That said afaik it is planned to…
@nichwall commented on GitHub (Jun 4, 2025):
Collections are designed as an ordered list of items which are organized by the user (not sorted by different fields).
You could split items out by…
@Vito0912 commented on GitHub (Jun 4, 2025):
As far as I know, this should be a feature request. Currently, the backup only creates a copy of the server as it is. Unfortunately, ABS does not…
@nichwall commented on GitHub (Jun 4, 2025):
Yeah, migrating between install methods is not supported. You will need to manually edit the database for the new paths, or set up your docker mounts…
@Timo-1979 commented on GitHub (Jul 7, 2025):
IMHO it’s a bug -> There should be some error handling. System-Crash should always handled as a bug.
The system should not break, just because of…
@Vito0912 commented on GitHub (Jul 7, 2025):
You do something not supported by the software thus there is no support to handle this.
I don't say there shouldn't be an error handler for such…
@Timo-1979 commented on GitHub (Jul 7, 2025):
It ABS blocks loading the backup and give you out the warnings/errors in the logs - than you’ve got something like an error-handling.
But what…
@nichwall commented on GitHub (Jul 7, 2025):
But what happens, when you restore form a backup (same deployment-model) and you’ve done a bug in the path (permissions and/or typo) than you would…