mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
File System: Reflect albums on the folder structure in originals #272
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#272
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 @hialvaro on GitHub (May 22, 2020).
As I user I would like that the albums I create on Photoprism would be reflected the "Originals" folder on my disk. For example, if I create an album called "Day with family" I would like to be able to find it on the "Originals" folder, inside its year.
So if I create an album "Day with family" and photos are from 2020 I would find it inside the 2020 album on "Originals".
This way, the organization that I achieve by creating albums on Photoprism will not be lost If I ever have to remove Photoprism or access the disk from outside Photoprism. This is how, for example, Digikam works with the albums.
@lastzero commented on GitHub (May 22, 2020):
At the moment, we don't want to modify (incl. move) photos in
/originalsso that@lastzero commented on GitHub (May 22, 2020):
Important question to clarify: How would you handle a case where two albums contain the same photo or two images (like b/w and color) from the same RAW original, that itself is not part of any album (as it can not be displayed directly in a browser)?
@lastzero commented on GitHub (May 22, 2020):
As an alternative, it might be possible to implement an export script that basically creates a complete backup with your albums as folders. We already have a light version of this: Download as ZIP, when you select an album and click download in the context menu (bottom right).
@lastzero commented on GitHub (May 22, 2020):
In any case, backups (in general, exchanging data with other apps) will be taken care of in more detail in future releases. I don't think we should delay our release for this.
@hialvaro commented on GitHub (May 22, 2020):
As duplicating pictures is not an option in any way, I think that maybe something like a "master album" would do.
For example, imagine you have a photo X which you want to have it on two different albums. One is the album "Weekend with family" and the other is "Summer 2020". When you decide to add it to the second album, a prompt to the user to select the "master album" (which would be the one reflected on the filesystem) so all other albums are just symbolic (just like it is done now). This is just an idea that came to my mind right now, I don't know if this is really possible for Photoprism / easy to implement.
Also, I think this maybe should be optional, so new users don't get overwhelmed with prompts and options.
Alternatively, as you say, being able to create a backup of all the gallery including an album-like folder structure would also be a nice option.
@Ramblurr commented on GitHub (Jun 2, 2020):
When importing a large photo collection, how are we supposed to initially create our albums if not via folder import?
I just demoed photo prism with 50GB of photos going back years. They are all now in one giant soup, without any indication as to the original event.
Edit: After some thought it seems that labels would be a way to achieve this. If photos are imported, but retain a label containing their path then one could create albums from the tags.
@lastzero commented on GitHub (Jun 2, 2020):
@Ramblurr Do you use our latest Docker image?
In fact, what you are asking for is exactly what we've been working on last week, so I'm a bit shocked :D
@Ramblurr commented on GitHub (Jun 3, 2020):
@lastzero Brilliant!
I was using the latest docker image, however I didn't see the 🔽 in the sidebar under Albums, and so I didn't see the "Folders" sub-item.
This is really great!
@graciousgrey commented on GitHub (Nov 3, 2021):
The advantage of PhotoPrism's albums is that they are not tied to the filesystem and therefore do not create duplicates. Things like a master album would add complexity to the code and for the user.
I also think exporting/backup files structured by albums --> https://github.com/photoprism/photoprism/issues/620 is the best option here.