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

Ability to pause the queue #103

Open
paulcsiki opened this issue Nov 21, 2023 · 3 comments
Open

Ability to pause the queue #103

paulcsiki opened this issue Nov 21, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@paulcsiki
Copy link

I would like the ability to pause and resume the queue on demand.

@sylviiu
Copy link
Owner

sylviiu commented Nov 23, 2023

i do agree! pausing the queue would be a very nice add-on :D

i'm currently not aware of any way to actively pause a download (i know linux (maybe mac too??) has SIGSTOP & SIGCONT but i'm not sure how effective those are), so i can definitely have it stop queuing after the current active downloads complete for now.

i'll look into this soon!

@sylviiu sylviiu added the enhancement New feature or request label Nov 23, 2023
@paulcsiki
Copy link
Author

Thank you, yes, I don't expect it to paise active downloads just not start new ones.

@pukkandan
Copy link

i'm currently not aware of any way to actively pause a download

Downloads can be cancelled by raising a yt_dlp.utils.DownloadCancelled inside a progress hook. You could make an action in https://github.com/sylviiu/ytdlp-pybridge/ to do that. They can be resumed as long as --no-continue flag isn't passed and the website supports resuming (most do)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants