eight04 / image-picka

A Firefox/Chrome extension helping you download images.
MIT License
174 stars 19 forks source link

No prompt to choose folder on batch download #14

Open DrSNAFU opened 6 years ago

DrSNAFU commented 6 years ago

Pressing save just dumps all images into the Downloads folder, or the specified subfolder. No window opens asking me where to download the batch to.

eight04 commented 6 years ago

I think there is no way to "choose a folder" for batch download in webextension. Webextension does provide a "save as..." option, but it creates save as dialog for each image.

Currently you can only edit the filename pattern manually in batch download UI, and place them in a subfolder.

DrSNAFU commented 6 years ago

Ah, unfortunate.

DelKatey commented 6 years ago

Maybe an option to zip for batch downloads?

mrandreastoth commented 6 years ago

The problem is that Image Picka assumes it should download to Downloads\Image Picka{Page Title} when the Downloads\Image Picka portion should be user-definable. This applies not only to batch downloaded images but also double-clicked images. For this Image Picka needs a settings page.

alexolog commented 4 years ago

Maybe an option to zip for batch downloads?

Yes please!

eight04 commented 4 years ago

the Downloads\Image Picka portion should be user-definable.

You can change them in the settings. The default download folder should be able to be changed in browser settings.

alexolog commented 4 years ago

Going through changing settings back and forth just to save an image set in a non-default location is inconvenient. The "save as zip" suggestion above coupled with a "save as" sounds like a good alternative.

necropower commented 1 year ago

I think there is no way to "choose a folder" for batch download in webextension. Webextension does provide a "save as..." option, but it creates save as dialog for each image.

Currently you can only edit the filename pattern manually in batch download UI, and place them in a subfolder.

cant we put a absolute path directory in the future releases of it?

eight04 commented 1 year ago

No. For security, both Chrome and Firefox had decided that extensions can only download files into the download folder.

The only way to bypass this restriction is to install other native software (e.g. a renaming software which can move files), and let Image Picka call it. However, I think this solution is too complex.

alexolog commented 1 year ago

Many extensions allow the user to specify a subfolder under downloads.