Skip to content
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

Import from multiple source directories #15

Closed
ritzmann opened this issue Feb 28, 2022 · 4 comments
Closed

Import from multiple source directories #15

ritzmann opened this issue Feb 28, 2022 · 4 comments

Comments

@ritzmann
Copy link

How about allowing to import from multiple sources? I would much rather point lazygal at a couple of existing directories with photos than first having to copy those all to a temporary directory just for running lazygal once.

@niol
Copy link
Owner

niol commented Feb 28, 2022

lazygal follows symlinks which seems to address your usecase and many more: it makes it possible to put any directory whenever you want in the produced album. Does that work for you?

@ritzmann
Copy link
Author

Sure that works, could actually make that explicit in the documentation? I think it still is not the most convenient way to do it because you need to manually create and afterwards delete these symlinks.

@niol
Copy link
Owner

niol commented Feb 28, 2022

My opinion on this is that this will make the code even more complex for something less usefull than symlinks support. I actually leave the source directory with symlinks in my homedir as it does not take disk space and allows me to update the album. If you can come up with a simple patch that handle this, I'll integrate it. Meanwhile, I'll improve the documentation.

@niol niol closed this as completed in 8d62ddf Feb 28, 2022
@ritzmann
Copy link
Author

Thank you for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants