Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement playlist support #49

Merged
merged 14 commits into from
Nov 25, 2021
Merged

Implement playlist support #49

merged 14 commits into from
Nov 25, 2021

Conversation

morgaesis
Copy link
Collaborator

@morgaesis morgaesis commented Nov 15, 2021

  • Adds youtube playlist support
  • Reacts to playlist play request
  • Immediately plays first song
  • Shows progress of fetching playlist songs
  • When fetching playlist is complete, shows first 10 songs in playlist
  • Shows how many songs were added
  • Shows how many songs were in playlist
  • Makes next_in_queue an async function

Closes #23

bot.py Outdated Show resolved Hide resolved
bot.py Outdated Show resolved Hide resolved
bot.py Outdated Show resolved Hide resolved
morgaesis and others added 2 commits November 20, 2021 12:06
Co-authored-by: gardarandri <gardarsig95@gmail.com>
@morgaesis
Copy link
Collaborator Author

I think another review is warranted

bot.py Outdated Show resolved Hide resolved
Co-authored-by: Michael Joseph <mikkmakk89@gmail.com>
Copy link
Owner

@michael-je michael-je left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very nice, good work :)

As it stands though the bot is blocked while fetching the playlist data. This needs to be resolved imo, but I'm ok with merging this PR first and adding that as a new issue.

@morgaesis morgaesis merged commit 2f812d2 into michael-je:master Nov 25, 2021
@morgaesis morgaesis deleted the playlist branch November 25, 2021 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add feature to allow the bot to play youtube playlists
3 participants