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

Filetype filter #65

Open
flocke opened this issue Jan 22, 2021 · 5 comments
Open

Filetype filter #65

flocke opened this issue Jan 22, 2021 · 5 comments
Labels
enhancement New feature or request post-v1.0.0

Comments

@flocke
Copy link

flocke commented Jan 22, 2021

It would be nice to have an option to exclude certain filetypes from being shown/downloaded. My camera app usually saves the images as both JPG and as raw DNG files. Naturally the raw files are a lot bigger, so it would be nice if Yaga would only load and display the JPG files instead if wasting resources and bandwidth on the DNGs.

@vauvenal5
Copy link
Owner

Usually Yaga pulls only previews which are rather resources friendly, but I get your point.

@vauvenal5 vauvenal5 added enhancement New feature or request post-v1.0.0 labels Jan 22, 2021
@flocke
Copy link
Author

flocke commented Jan 22, 2021

Yeah, I noticed that it doesn't download the files later on as well. I was just confused because it shows a spinning circle for every DNG file that makes it look like it is loading forever. Just not displaying those circles for unsupported filetypes should be fine.

@vauvenal5
Copy link
Owner

Ah I see the issue. Does it download correctly if you open the file?

@flocke
Copy link
Author

flocke commented Jan 22, 2021

It downloads the file but it can't display it:
Screenshot_20210122-185437_Yaga

And this is how the main view looks like with the DNG files next to each JPG image:
Screenshot_20210122-185448_Yaga_1

@vauvenal5
Copy link
Owner

vauvenal5 commented Jan 22, 2021

Okay in this issue are basically three issues mixed up:

  1. support for DNG format, moved to Support DNG format #66
  2. showing a default image when preview can not be load instead of infinity loading, moved to Show stock picture when load preview fails #67
  3. filtering file list, still open if only by file type or regex. For the third one I will leave this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request post-v1.0.0
Projects
None yet
Development

No branches or pull requests

2 participants