Skip to content

[FEAT] Allow creation of relevant albums during iteration #1315

@MrDwarf7

Description

@MrDwarf7

Summary

I was initially searching for a way to pull down photos and into their respective albums, but due to how this is coded it's not easily done.

Currently, we either have to pick a specific album to pull, or 'no' album (This is ambiguous - are all photos in base? If I ran one that had --album my_album and then ran it again without the album flag, would I end up with duplicates? (Ignore name conflict handling etc.).

Context

This is (should be) a CORE feature, very surprised it wasn't already a part of the project. The tools feels kinda... Out of place for what it does if you an specify albums, AND you can specify dates, but you cannot say:
"I want you to download everything, and organize by albums as you go".

Implementation

Surely we can query against the set the user provided (and if --with-albums is used, we consider them as well), and simply put them in a Set (Against the 'root'/'base' files when running without any form of --album flags) and call it good to go.

Means you would effectively be able to pull everything down, then into their relevant albums.
Anything that is NOT part of an album simply goes in the root folder given.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions