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

[Feature request] Quick culling feature #9

Open
seppviljar opened this issue Feb 2, 2023 · 2 comments
Open

[Feature request] Quick culling feature #9

seppviljar opened this issue Feb 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@seppviljar
Copy link

Not surprisingly, there's al lot of images generated and getting rid of them / sorting is pretty fast-growing problem.
So, here's my suggestion:
In full-screen view use up and down arrows to do some culling

  • up: add image to Fav queue (or trigger add to fav)
  • down: add image to Del queue (or delete right away)

If the implementation uses queues, it's possible to review queue and then move all images to fav or recycle bin with one click...

@AlUlkesh AlUlkesh added the enhancement New feature or request label Feb 2, 2023
@axemaster
Copy link

  • up: add image to Fav queue (or trigger add to fav)
  • down: add image to Del queue (or delete right away)

OK I don't like that at all. Many users (most!, all?) will not expect that behavior and will be confused, and mad when images get deleted. The key binding need to be more explicitly purposeful. I agree with the queueing approach, so user can see what's coming and abort if unwanted. Queueing is more UI work than explicit keybindings that work immediately but would not be hit by user normally exploring the UI. So the latter is more practical. As long as it is documented "power users" will find it. And this definitely not a causal user feature.

Personally I just use Mac OSX Finder in the output directory, it works fine. Your OS should have something similar if it's not OSX.

@seppviljar
Copy link
Author

I discovered built-in ratings now, so it makes this suggestion a bit moot.
However, I didn't find an easy way to delete all 1-star photos at once, for example - am I doing something wrong? :)

Keybindings could still be added tho, merged with ratings, a la arrow down = 1, arrow up = 5. Or something built around -1/+1.

The idea would be doing quick review of images quickly, without need to lift your hand and look for numbers - up, next, down, next, down, next, up, next etc...

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

No branches or pull requests

3 participants