nortxort / pinylib

A rewrite of tinylib
MIT License
6 stars 3 forks source link

Start Playlist #14

Closed TechWhizZ199 closed 8 years ago

TechWhizZ199 commented 8 years ago

I think the playlist should be redefined and updated since sometimes the next item in the playlist does not play. As well as this the playlist resets itself at random intervals, I personally think this is due to the fact that there are different threads of start_playlist() going on at once, that is why we should only make one main thread for the playlist and all content added thereof onto it (similarly to the tunebot autoplaylist but in a different manner).

This would make the whole bot easier to work with, for starters I think where we start new threads for start_playlist() should be removed.

Tech