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 June 24, 2024 20:47
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
@stisa
stisa / index.html
Created March 18, 2017 20:43
Nim js backend: input element
<html>
<body>
<input id="input" type="text" name="fname">
<script src="nimcache/t.js"></script>
</body>
</html>