mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Allow archiving photos on Album page #1028
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1028
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Extarys on GitHub (Jul 14, 2021).
Background:
I imported a bunch of photos, folder by folder, creating an album for those folders to help me sort through them and use the album name as a note (location, date, event name). Once batch editing will be available I'll be able to easily edit all the pictures in the album.
But I noticed that I can only archive photos in the "Search" page, not when I view photos from the "Album" page. So I need to track down the photo in Search, archive it, go back to the Album I was in if I can't find any other in that area/date I need to archive, find another photo I don't need/like and repeat the process.
Wish
I would like the ability to archive photos from any page, not just the Search page.
@graciousgrey commented on GitHub (Jul 15, 2021):
We do not provide the archive option in the context menu within albums intentionally because one might easily confuse it with the remove option which is red as well. Additionally too many options in the context menu are hard to display on small screens.
What you can do is search all photos of an album using
album:uidas search term.Assumed your album has the url https://demo.photoprism.org/albums/aqoweu7vjjr0qxzz/berlin --> Searching for
album:aqoweu7vjjr0qxzzwill show you all photos of this album within search where you can archive photos.Alternatively you might select all photos you want to archive within the album and then go to search (your selection will not disappear when you switch between sections) and then archive them.
@Extarys commented on GitHub (Jul 15, 2021):
I feel that ;)
Thank you very much! <3 This is the easiest way for me.