jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.7k stars 473 forks source link

Option to cancel current task for large playlist #544

Open Misvor opened 1 month ago

Misvor commented 1 month ago

When I want to download latest additions to my playlists, not entire playlist, sometimes DL starts downloading metadata for the entire playlist. And no cancel button is available to stop that. I can only wait for it to end and then cancel.

Allow to Cancel Playlist metadata fetch or allow to cancel whole playlist download at any phase.

Usually stuck looking at this kind of thing. image

StefanLobbenmeier commented 2 weeks ago

So from a technical side, we can instantly get the playlist as just a list of a video urls and then populate this lazily. I am also considering pagination, as in only the first 20 videos are fully loaded and you can click to load more