MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

[Feature request] Add a delay allowing cancellation before shutdown after completion. #295

Closed sipertruk closed 6 years ago

sipertruk commented 6 years ago

What is the purpose of your issue?

Feature request (request for a new functionality)

Please make sure that the requested feature is NOT already in the TODO list


Add a delay before shutdown after completion with a way to cancel it. Optionally something to make this enabled option obvious on the main window.

If you pop casually youtube-dl-gui you may not remember that the "Shutdown on download completion" is enabled. The consequence is that you'll helplessly watch your computer go to shutdown immediately after completion and this happening on the wrong machine can literally ruin your day, make you hate yourself and your surroundings, even the whole world.

MrS0m30n3 commented 6 years ago

This is already available: mainframe.py: 891