maxrave-dev / maxrave-dev/SimpMusic
Add an option to automatically remove duplicates on queue and a drag and drop feature on queue
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 11.4k
- Forks
- 599
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 7
Description
Problem Description
The title is exactly what it is. If you play next while playlist is shuffled that song would be lying around somewhere and repeat again by removing duplicates this makes sure only 1 stays in the queue and the drag and drip feature makes organizing queue mo easier cuz u can just long press and drop it somewhere instead of clicking move up or down one by one.
Proposed Solution
If u play next add the song below currently playing song and remove the duplicate somewhere.
Alternative Solutions
Instead of add and remove when u play next and there is duplicates the song would be instead moved below the currently playing song.
Additional Context
No response
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
Start by tracing the queue and play-next flow, then inspect the queue UI and its existing move-up or move-down controls. Done means play-next leaves only one instance of the song in the queue and the queue supports long-press drag-and-drop reordering.
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
- 48/100