iOS app should clean up failed downloads #272

Open
opened 2026-04-24 23:14:59 +02:00 by adam · 0 comments
Owner

Originally created by @ronaldheft on GitHub (Aug 31, 2022).

Is your feature request related to a problem? Please describe.

If a user downloads books that fail to download, and then never attempts to download the book again, files may be leftover on the filesystem

Describe the solution you'd like

The failed downloads on the file system should be cleaned up at some point. We can do it on app launch, or schedule a background task to run and clean thing up. The folder names include the library item id, so we can match directories against the downloads in the database.

Describe alternatives you've considered

Additional context

Originally created by @ronaldheft on GitHub (Aug 31, 2022). ### Is your feature request related to a problem? Please describe. If a user downloads books that fail to download, and then never attempts to download the book again, files may be leftover on the filesystem ### Describe the solution you'd like The failed downloads on the file system should be cleaned up at some point. We can do it on app launch, or schedule a background task to run and clean thing up. The folder names include the library item id, so we can match directories against the downloads in the database. ### Describe alternatives you've considered ### Additional context
adam added the enhancementiOS labels 2026-04-24 23:14:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#272