MusicBot icon indicating copy to clipboard operation
MusicBot copied to clipboard

Skip to part in song

Open LouieK22 opened this issue 7 years ago • 6 comments

Can we have an option to skip to a part in a song. Like !skip 1:23 for the song. Would be nice to skip stuff before a song or point out a certain point in a song to a friend.

LouieK22 avatar Jul 27 '16 00:07 LouieK22

Edited on 20/02/2017 at 17:05

Since a long time has passed since this has been requested and it hasn't been implemented yet, these are the necessary changes you need to make to have it right now:

The forked Github repository is here

And here's the commit: dfcbac078deac4753618a430fda3a68b72d03a4b

Here's the commit for forward and rewind functions 43b8d13e212e86688312b281ab8f0085e1be6327

Feel free to hit me up over at Discord (siku2#7390) if there are any questions.

siku2 avatar Feb 19 '17 22:02 siku2

@siku2 To help people further it'd be good if you had this in a fork or as a pull request so people could see the changes you've actually made.

jayktaylor avatar Feb 20 '17 13:02 jayktaylor

@jaydenkieran Thanks for the tip! I will do that as soon as I'm at home

siku2 avatar Feb 20 '17 14:02 siku2

@jaydenkieran Something like this?

siku2 avatar Feb 20 '17 16:02 siku2

@siku2 That's helpful and a lot easier to read now, thank you 👍

jayktaylor avatar Feb 21 '17 03:02 jayktaylor

An implementation could be something like this: Figure out a conversion rate between frame count and minutes in the track, kill the current player and start reading from that frame.

Let me know what you guys think. @AleanaA @AutumnClove @TheerapakG

amit177 avatar Jan 14 '20 15:01 amit177