Closed jdierkse closed 7 months ago
Trivial fix; Addition of the following code to line 192 of src/sync_photos.py seems to solve the problem:
elif filters["albums"]:
for album in iter(filters["albums"]):
sync_album(
album=photos.libraries[library].albums[album],
destination_path=os.path.join(destination_path, album),
file_sizes=filters["file_sizes"],
extensions=filters["extensions"],
files=files,
folder_format=folder_format,
)
Please feel free to submit a PR.
Describe the bug I want to download only a specific album from the Shared album, but if I don't provide "PrimarySync" as library, all photo's are synced.
To Reproduce
Expected behavior Only the photos from the supplied albums are synced
Screenshots
Configuration Described above
Additional context