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

Music feature #35

Open
rasmusgerdin opened this issue Oct 11, 2019 · 4 comments
Open

Music feature #35

rasmusgerdin opened this issue Oct 11, 2019 · 4 comments
Assignees
Labels
Meta: Feature Issues and PRs related to new features. Priority: Medium Issues that must be fixed or PRs that must be finished and merged with medium priority. Type: Enhancement Issues and PRs related to feature enhancement. Type: Proposal Issues that request a new feature or a change to the bot.

Comments

@rasmusgerdin
Copy link
Member

Issue to track progress of music command series

@rasmusgerdin rasmusgerdin added Type: Enhancement Issues and PRs related to feature enhancement. Type: Proposal Issues that request a new feature or a change to the bot. Priority: Medium Issues that must be fixed or PRs that must be finished and merged with medium priority. Status: WIP Issues and PRs that are still a work in progress. Meta: Feature Issues and PRs related to new features. labels Oct 11, 2019
@rasmusgerdin rasmusgerdin self-assigned this Oct 11, 2019
@rasmusgerdin rasmusgerdin added this to To-do in The RTByte Project via automation Oct 11, 2019
@rasmusgerdin rasmusgerdin removed the Status: WIP Issues and PRs that are still a work in progress. label Nov 21, 2019
@rasmusgerdin rasmusgerdin moved this from To-do to Potential Features in The RTByte Project Apr 8, 2020
@mchangrh
Copy link
Contributor

coming from discord.js but discord.js can take a file stream from ytdl discord.js docs

// Play a ReadableStream
broadcast.play(ytdl('https://www.youtube.com/watch?v=ZlAU_w7-Xp8', { filter: 'audioonly' }));```

@rasmusgerdin
Copy link
Member Author

rasmusgerdin commented Aug 26, 2020

coming from discord.js but discord.js can take a file stream from ytdl discord.js docs

// Play a ReadableStream
broadcast.play(ytdl('https://www.youtube.com/watch?v=ZlAU_w7-Xp8', { filter: 'audioonly' }));```

Thanks for the tip! This is definitely still something we'd like to implement, but it's been put on a bit of a back-burner in favor other features. I'd like to come back to it eventually, but we'll see.

@mchangrh
Copy link
Contributor

I understand, just wanted to see where I could contribute. If there's another issue that I could help with, just point me in that direction!

@rasmusgerdin
Copy link
Member Author

Very much appreciated! 😄

I think #134 or #139 would be a good things to start with, I'll be putting in some more issues over the next few days as well 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Feature Issues and PRs related to new features. Priority: Medium Issues that must be fixed or PRs that must be finished and merged with medium priority. Type: Enhancement Issues and PRs related to feature enhancement. Type: Proposal Issues that request a new feature or a change to the bot.
Projects
The RTByte Project
  
Potential Features
Development

No branches or pull requests

2 participants