alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.97k stars 264 forks source link

Add option for auto starting download. #353

Closed nodew closed 6 months ago

nodew commented 6 months ago

Add a new "Auto start" option to the MeTube. When the setting is "No", MeTube will only extract information to the list, only when clicking on the download button, it will start download select item. When the setting is "Yes", there's no difference than current options.

image

It's an implementation for issue #339.

alexta69 commented 6 months ago

Thanks @nodew for your contribution!

timreuscher commented 6 months ago

Noticing a couple of things after the implementation of this (even after the default was set to Yes):

  1. The Chrome extension no longer autostarts (even with the default set to Yes). For someone not monitoring Github I simply thought Metube was broken. Maybe an option in Docker for AUTOSTART with a potential value of Always that eliminates the GUI option to revert to old behavior for those who want it would be good?
  2. It seems like the only way to delete something from the Downloading queue is to start the download, then delete it.
nodew commented 6 months ago

Hi @timreuscher I'm sorry for breaking your scenario, but I'm not aware of the use case of Chrome extension, which extension you refer to?

timreuscher commented 6 months ago

It's called Metube Downloader - https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh

Very convenient. Just click a button and it sends the page you're on to Metube.

nodew commented 6 months ago

@timreuscher thanks, I'll have a try.

malikamg commented 6 months ago

I've the same issue. previously it was working fine. two days ago all download send to metube using chrome add-on was unable to autostart

nodew commented 6 months ago

I made a fix, see #355

timreuscher commented 6 months ago

Issue seems solved by the fix. Thanks!

PikuZheng commented 5 months ago

Hi, I'd like to know is it an issue that I can not delete a task that didn't start automatically?

timreuscher commented 5 months ago

Hi, I'd like to know is it an issue that I can not delete a task that didn't start automatically?

I seem to remember this being the case, and the workaround was to pause the download, then delete it. Might want to start a new issue on that.