MusicBot
MusicBot copied to clipboard
Skip to part in song
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.
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 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.
@jaydenkieran Thanks for the tip! I will do that as soon as I'm at home
@jaydenkieran Something like this?
@siku2 That's helpful and a lot easier to read now, thank you 👍
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