erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

Download Skipped #130

Closed smaragdus closed 4 years ago

smaragdus commented 4 years ago

Sometimes when I right-click on an image and execute 'Save image as...' command the download is skipped, screen:

HTTP Downloader 1 0 3 1 - 2020-04-04 - skipped - 005

When I right-click on the download and execute 'Start' command, the download completes normally, screen:

HTTP Downloader 1 0 3 1 - 2020-04-04 - skipped - 006

I do not know why sometimes the downloads get skipped, this usually happens with images only.

Example:

  1. Open this page;
  2. Right-click on the image;
  3. Execute 'Save image as...' command;
  4. The download is skipped;

I do not know whether this can be reproduced.

erickutcher commented 4 years ago

If URLs are added remotely (from the extensions) then it gets skipped if it already exists on disk or is over 4GB in size. The reason I did this is because if you're adding URLs from the extensions on a different computer and don't have access to the computer with HTTP Downloader on it, then HTTP Downloader won't stall with a prompt asking to rename, override, or skip the download.

You can change this behavior in the Advanced Options. By default, HTTP Downloader is set to prompt if a download already exists, has been modified, or is greater than 4GB. Having an existing file be renamed would probably be the most appropriate setting.

The setting would be "When a file already exists: Rename File"

erickutcher commented 4 years ago

I'm going to add an option to the extensions that'll allow you to disable it from skipping.

smaragdus commented 4 years ago

I have a suspicion that such skipped downloads might be related to my system- when for some reason desktop (my default download location) does not auto-refresh when a download is completed it seems that the next download sometimes gets skipped (usually an image file, although this image file has not been downloaded previously and does not appear on desktop).

smaragdus commented 4 years ago

Off-topic- I found a handy extension- Image-Toolbar (Website, Chrome Web Store) for handling images on web pages. The extension is well-documented and very customizable.

erickutcher commented 4 years ago

There's a new setting in the extensions called "Override HTTP Downloader prompts" that'll default to whatever the program does when it come across a file that already exists or is too large.