maxrave-dev / maxrave-dev/SimpMusic

Add to queue ( real one )

Open
#2,491 0 comments 0 reactions 0 assignees View on GitHub

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 ?

Image
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.