What does "AutoPlay will work fully autonomously" mean? #272
Replies: 2 comments 2 replies
-
AutoPlay is not supposed to be used in conjunction with manually manipulating the way the player plays songs at the end of previous ones. Autonomously means, independent of what the user does, AutoPlay will continue to do it's own thing. Which is why it is recommended to not use
I did not notice these two attributes missing from the docs, thanks for the pickup! |
Beta Was this translation helpful? Give feedback.
-
Oh, I didn't know that autoplay would literally autoplay songs in the queue. |
Beta Was this translation helpful? Give feedback.
-
What does "AutoPlay will work fully autonomously" mean?
What does
partial
do?Also, if it is enabled it fills the auto_queue, but then if when I get a track (
player.queue.get()
) it will use the auto_queue if the queue is empty.I understand that this may be intentional, but it's not clear in the docs.
I've also found that if I had a recommended track playing and then manually add a track, when the track ends,
on_wavelink_track_end
will be called twice.And the
queue
andauto_queue
attributes are missing from Player, in the docs.Beta Was this translation helpful? Give feedback.
All reactions