MusicBot icon indicating copy to clipboard operation
MusicBot copied to clipboard

Loop playlist, repeat song, move songs within playlist

Open NowIveAwoken opened this issue 2 years ago • 1 comments

After creating your pull request, tick these boxes if they are applicable to you.

  • [ x] I have tested my changes against the review branch (the latest developmental version), and this pull request is targeting that branch as a base
  • [x ] I have tested my changes on Python 3.5.3 or higher

Description

This is just my ghetto implementation of adding playlist looping with the loop command, song repeating with the repeat command, and moving songs within the playlist with the move command. I've tested it a bit and so far there have been no issues from the servers I've been running it in but no guarantees that it is bug free.

Related issues (if applicable)

NowIveAwoken avatar Sep 16 '21 23:09 NowIveAwoken

Nice PR, will test it out later tonight, in the meantime we're asking that all new changes have black ran over them. python -m pip install black python -m black {file/s}

AutumnClove avatar Sep 16 '21 23:09 AutumnClove

+1 on this. @srhinos do you still support this repo?

gunplar avatar Feb 27 '23 18:02 gunplar

  • Is it intended that it keeps looping a song, even when it's skipped?
  • !help move doesn't work

everything else LGTM

Jcodeerd avatar Aug 09 '23 21:08 Jcodeerd