maxrave-dev / maxrave-dev/SimpMusic
bad UI: no cancel when downloading playlists
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 11.4k
- Forks
- 599
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 7
Description
When loading a playlist, there is no button available to pause or cancel the download, nor to delete the playlist from memory.
This behavior is particularly problematic on metered connections, as the application consumes significant data traffic without providing any option to halt the process other than terminating the entire application.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Trace the playlist loading and download UI flow first, then identify how an in-progress download and in-memory playlist are represented; done means users can pause or cancel the download and remove the playlist without terminating the application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100