mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Enhancement]: When watcher receives a level 4 error due to a permissions issue on a folder, list it in "ISSUES" rather than ignore the book #2731
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iconoclasthero on GitHub (Apr 28, 2025).
Type of Enhancement
Server Backend
Describe the Feature/Enhancement
This would be a way around the current problem with not having a way to add server folders directly or to be able to scan a specific path without a full library scan which takes too long and puts unnecessary wear/stress on server.
Instead of doing nothing with permissions issues, actually handle them and show them as issues that can be corrected on the file system and then have the ability to update them from the web UI.
Why would this be helpful?
Easier, faster, simpler, cleaner, gets around the problem with the watcher, doesn't require long, tedious full scans of libraries.
Future Implementation (Screenshot)
none
Audiobookshelf Server Version
v.2.20.0 docker
Current Implementation (Screenshot)
No response
@iconoclasthero commented on GitHub (Apr 28, 2025):
{"timestamp":"2025-04-28 08:31:37.262","source":"Watcher.js:86","message":"[Watcher] Error: EACCES: permission denied, watch '/library/books/audiobooks/Knapp, Caroline'","levelName":"ERROR","level":4}Instead of ignoring this, it would be useful if it were placed in issues to be address so that a full rescan isn't required.