Add "Smart Delete" feature - #17
Open
Andead2 wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
@mkaflowski Hey, do you have an idea when you can look at this? |
rykerwilliams
pushed a commit
to rykerwilliams/ShelfTime
that referenced
this pull request
Jul 14, 2026
Upstream (mkaflowski/ShelfTime) hasn't merged or committed anything since September 2025, and PR mkaflowski#17 (Smart Delete) has sat unreviewed since October despite a follow-up ping. This fork has since picked up that PR plus several fixes from other stale forks and continued development independently. New README reflects that: drops the Play Store badge/link since this build isn't distributed there, points to SIDELOADING.md for installation, and lists what's changed versus upstream. The original README is preserved at README.original.md for reference/history.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a "smart delete" feature, where the app deletes old audiobooks when a number is reached. This will prevent storage being full when too many downloads exist.
Deleting happens shortly after download finishes in background thread.
The number and the feature can be set in a settings activity. It is on by default and will default to 5 downloads. This should be more than anyone listens to at the same time.