-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unique filenames #148
Unique filenames #148
Conversation
otherwise there was empty folder with pre-normalized paths
26808f4
to
75be47b
Compare
75be47b
to
d4b88e5
Compare
This PR contains them. I split them to smaller chunks to reduce scope and allow smaller merges.
|
I'm using downloaded photos with https://github.com/photoview/photoview Photoview has bug (or maybe it's intentional?) that photos in database are stored only by filename - not full path. So it doesn't work with multiple files with same filename, but in different folders. |
@tymmej: Okay. Yeah, I remember this use case. This is a one-off use case and doesn't matter for broader user base of this tool. I am not planning to spend any time in maintaining one-off use cases at this point. However, I can get this feature in, given that it is enabled by a flag in config and how important it is to you. Going forward, would you like to be the maintainer of this feature? |
What "maintainer" does mean in this context? Can this pull request wait? Immich made some progress with read-only libraries (https://documentation.immich.app/docs/features/libraries). It is not ideal at the moment - it doesn't create albums from folders, but maybe it will be added (immich-app/immich#4279). Also it seems that Immich has larger user base so I'm planning to migrate to it. |
@tymmej Maintainer for a feature is typically a go to person to get help from, should any issue arise in using the feature (i.e. helping with resolving bugs related to the feature). Yeah, this PR can certainly wait. I only heard good things about immich. It seems to be trending to the top in FOSS photos management and being very actively developed. I certainly recommend migrating to immich. |
Contains #146 as otherwise that option isn't useful.