mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Cannot Move More Than 999 Items #926
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#926
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 @simoncoul on GitHub (May 5, 2021).
Had ~1800 photos/videos that I wanted to more to an album. I selected all item and the selected counter showed 999. I assumed the the counter just maxed out, but when I went back I saw I still had ~800 photos that were not moved to the album and required me to select the remaining photos and move them again.
@lastzero commented on GitHub (May 5, 2021):
You can't add more than 999 individual pictures at once. Do it in batches if you need such big albums. You can add complete albums, moments, folders, states, and labels to other albums though.
@simoncoul commented on GitHub (May 5, 2021):
Is this limitation within the documentation? 1000 photos is not very many when sorting through a weeks worth of vacation photos or dumping photos from and SLR after a session.
@graciousgrey commented on GitHub (May 6, 2021):
No it is not documented yet, good point we will add it to the docs. We did it like this for performance reasons. It is nothing we have time to improve the next months.
@lastzero commented on GitHub (May 6, 2021):
You can upload directly to albums or put all files from a session into a specific folder. This way, you don't have to manually select thousands of files every time.
@joachimtingvold commented on GitHub (Jan 1, 2022):
I experienced the same as OP (only being able to add 999 photos to album). Maybe one solution would be a feature to "add all photos in current filter/query to an album". So if you do a search for specific photos (as simple or complex as you want), and then you could just choose "add current search to album" (rather than having to select all images).
None of the options that's suggested here would be viable for me (as it pertains to certain search filters, and the photos are not organized by folder or similar). I'll probably work around it using the API, but it's somewhat cumbersome just to be able to add 999+ photos to an album in the long run...
Not sure if this warrants re-opening this issue to address it in a different way? (@lastzero).
@lastzero commented on GitHub (Jan 2, 2022):
Yes, a dynamic album based on search filters might be the better fit. There should be an issue for this already and in fact the folder / state / month albums are built like this.
@graciousgrey commented on GitHub (Jan 3, 2022):
Here's the issue for conditional albums: https://github.com/photoprism/photoprism/issues/1431