mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
It seems can not auto scan for new files #882
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#882
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 @terry778778 on GitHub (Apr 12, 2021).
Photoprism can not scan for new files, I have to go to library and start a scan manually, is this how the way it works or i miss something.
@nibbles-bytes commented on GitHub (Apr 12, 2021):
If you want PhotoPrism to scan in new images you need to add them into the imports folder and not originals folder.
@terry778778 commented on GitHub (Apr 12, 2021):
Can i set the imports folder same as originals folder, do you think this will work? Or delete the originals folder, just keep
the imports folder only.
@nibbles-bytes commented on GitHub (Apr 12, 2021):
You need both. The imports folder is just a temporary watch folder. Images will be moved from the imports folder and then auto organized in folders by date into your originals folder.
@terry778778 commented on GitHub (Apr 12, 2021):
Is it ok to set same path for both?
@alexislefebvre commented on GitHub (Apr 12, 2021):
You can configure cron to automatically index the new files, see https://github.com/photoprism/photoprism/issues/281#issuecomment-703461268
@terry778778 commented on GitHub (Apr 12, 2021):
Got it, i think that will work, thank you!
@graciousgrey commented on GitHub (Apr 13, 2021):
@terry778778 automatic indexing is only triggered when files are added via WebDav to the originals or the import folder.
In addition you can configure a cron job as @alexislefebvre said.
You can read more about the difference between indexing and importing here: https://docs.photoprism.org/user-guide/library/import-vs-index/
@terry778778 commented on GitHub (May 5, 2021):
Thx very much
@graciousgrey commented on GitHub (May 20, 2021):
Now you can find example docker-compose.yml + job.ini files here: https://dl.photoprism.org/docker/scheduler/.
Within the jobs.ini you can configure when and how often commands (e.g. index or import) should run. This is independent from WebDav :)