jukebox icon indicating copy to clipboard operation
jukebox copied to clipboard

playback management feature

Open FloxY-Y opened this issue 3 years ago • 2 comments

It would be cool to have commands to :

  • go to a music in the queue
  • move items in the queue to other place (for example, move music from location 5 to location 2)
  • return to the beginning of the current music
  • go back to a track that has already been played (go back in the queue)

FloxY-Y avatar Jan 16 '22 19:01 FloxY-Y

go to a music in the queue

Isn't this a skipto command feature?

move items in the queue to other place (for example, move music from location 5 to location 2)

Sure, this isn't currently implemented

return to the beginning of the current music

I'm afraid that our current AudioPlayer solution is incompatible with this, but we'll see

go back to a track that has already been played (go back in the queue)

Persistent queue is a planned feature in Jukebox v6, please see #628, but I'm sure will implement it in v5 if there is a way

Hazmi35 avatar Jan 18 '22 00:01 Hazmi35

go to a music in the queue

Isn't this a skipto command feature?

Yes

return to the beginning of the current music

I'm afraid that our current AudioPlayer solution is incompatible with this, but we'll see

To do this, you can cheat by playing the current song.

FloxY-Y avatar Jan 23 '22 19:01 FloxY-Y