maxrave-dev / maxrave-dev/SimpMusic
play and random play
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 11.4k
- Forks
- 599
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 7
Description
When i press the play button in a playlist, it doesn't follow the playlist order, but it's random.
Shuffle playback is the same every time, but in a different order than the playlist.
Solution:
The Play button plays songs in the order they appear in the playlist.
The Random button plays songs in random order each time.
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 reproducing playlist playback with the Play and Random buttons and trace the playlist playback entry points. Compare the resulting order with the playlist order and repeat Random playback to confirm whether it changes. Done means Play follows playlist order while Random produces a new random order each time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100