maxrave-dev / maxrave-dev/SimpMusic
Add to queue ( real one )
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 11.4k
- Forks
- 599
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 7
Description
Problem Description
So , RN which we have add to queue is not what i expected when I add to queue it should be added just next after song which currently playing not end of the playlist where current song playing then 30 more and then my queued one ?
Proposed Solution
While swiping add to queue add that song next to current song , that's it
Alternative Solutions
Same as proposed
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 swipe action that invokes Add to queue and the player queue update in the Android app. Confirm how the currently playing song and playlist position are represented, then verify the selected song is inserted immediately after the current song rather than appended to the playlist. Test with a playing playlist containing several later tracks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100