Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to select excluded images to download #320

Open
bumbaras opened this issue Dec 15, 2022 · 2 comments
Open

Ability to select excluded images to download #320

bumbaras opened this issue Dec 15, 2022 · 2 comments

Comments

@bumbaras
Copy link

  1. Filtering selection by width or height - sometimes it is needed to exclude images which have smaller width or height, but we may have one or two images in this group we still want to be selected. It could be done manually but it can't be done now in the case where filter excluded them out. We can see this excluded images on the list but there is no way to select and include them manually other than removing filter and including all the unwanted rest of images. I think addon should exclude images according to filters like it does currently, but still it should allow the user to select manually such excluded images.

  2. Sometimes one or more images can't be fetched (server issues, network issues, other errors) and in such cases the red rectangle will appear in the middle of properly fetched images (in the place where the missing image should be). This red rectangle has tooltip under contained full link to image but there is no option to refresh such image. It would allow addon to try to check this failed image once again without the need to check whole page again, but for now it is not possible to do this. Maybe it is this way due to filter which excluded image because addon couldn't get proper size, i don't know. The only way is to repeat operation of detecting everything on such site.

@eight04
Copy link
Owner

eight04 commented Jan 19, 2023

2. there is no option to refresh such image

Actually you can press F5 to fetch again. Image Picka uses a cache system so only broken images will be re-download. A better way is to use the Retry on failure option:
https://github.com/eight04/image-picka#retry-on-failure

@eight04 eight04 changed the title Things which can be improved Ability to select excluded images to download Feb 16, 2023
@eight04
Copy link
Owner

eight04 commented Feb 16, 2023

Maybe relate: #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants