Skip to content

Instantly share code, notes, and snippets.

View REDVM's full-sized avatar

Victor REDVM

View GitHub Profile
@REDVM
REDVM / immich_auto_album.py
Last active April 17, 2024 09:57
Create and populate albums on Immich based on folder name
import requests
import os
from collections import defaultdict
# I have photos in subfolders like :
# /mnt/media/Photos/2023-08 Holidays
# /mnt/media/Photos/2023-06 Birthday
# /mnt/media/Photos/2022-12 Christmas
# This script will create 3 albums
# 2023-08 Holidays, 2023-06 Birthday, 2022-12 Christmas