vorleser / vorleser-server

A server to host your audiobooks so you can listen to them on any platform
https://vorleser.github.io
Other
24 stars 0 forks source link

Don't rescan every file after an incomplete scan #21

Closed hatzel closed 6 years ago

hatzel commented 6 years ago

Files are currently only skipped based on the last scan date which is only set once the scan of the whole library successfully completes. This is undesired for large libraries, we should probably store when a specific file was last scanned. While a scan should not ever fail it can still either be canceled by the user or by a programmer error.

hatzel commented 6 years ago

Won't fix! Can only happen on initial scan and should really never happen.