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

playlist stop my bot #92

Open
LEGENDmathlava opened this issue Sep 18, 2021 · 2 comments
Open

playlist stop my bot #92

LEGENDmathlava opened this issue Sep 18, 2021 · 2 comments
Labels
bug Something isn't working events Relates to driver event handling/generation.

Comments

@LEGENDmathlava
Copy link

Songbird version: (version)
songbird = {version = "0.2.0", features = ["builtin-queue"]}

Rust version (rustc -V): (version)
rustc 1.57.0-nightly (497ee321a 2021-09-09)

Serenity/Twilight version: (version)
serenity = {version = "0.10.7", features = ["client", "framework", "standard_framework", "voice", "rustls_backend"]}

Output of ffmpeg -version, youtube-dl --version (if relevant):
ffmpeg: ffmpeg version 3.4.8-0ubuntu0.2
youtube-dl: 2021.06.06

Description:
Excuse me for google translate from Japanese,
And I'm also a beginner on github.

When I add a playlist song using input :: ytdl (& url) and the first song finishes, all songbird commands stop. Is this a bug?

Also, is there a way to put all the songs in the playlist into the queue at once at this time?

@FelixMcFelix FelixMcFelix added bug Something isn't working events Relates to driver event handling/generation. labels Sep 27, 2021
@FelixMcFelix
Copy link
Member

I tried to reproduce something like this last night before implementing #96, but couldn't cause any odd behaviour. Can you explain exactly what commands stop when a track ends?

@2vg
Copy link

2vg commented Oct 10, 2021

Also, is there a way to put all the songs in the playlist into the queue at once at this time?

no, to pass --no-playlist to the songbird's ytdl function when calling youtube-dl.
basically, it is recommended to create your own queue system instead of songbird's builtin queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working events Relates to driver event handling/generation.
Projects
None yet
Development

No branches or pull requests

3 participants