Salvoxia / immich-folder-album-creator

Automatically create and populate albums in Immich from a folder structure in external libraries
https://hub.docker.com/r/salvoxia/immich-folder-album-creator
159 stars 9 forks source link

Naming the albums #51

Closed GekoCH closed 3 days ago

GekoCH commented 3 days ago

Hy

What a great tool for creating albums, I really like it, thx a lot!!!

Just a small question if this is possible. Its not a big deal, but for me it would be great. My folder structure looks like this:

/usr/src/app/external
├── 2024/
│   ├── Event 1/
│   │   └── Video/
│   ├── Event 2/
├── 2023/
│   ├── Event 3/
│   └── Event 4/
│   │   └── Video/

Since Immich can sort albums by year I would like to have my Albums named like:

Event 1
Event 2
Event 3
Event 4

Its probably already doable but I can't figure it out... currently it gets named like:

2024 Event 1
2024 Event 2
2023 Event 3
2023 Event 4

Thx for the help Andy

Salvoxia commented 3 days ago

Hi,

take a look at Album Level Ranges. I think the example with --album-levels="2,2" is exactly what you're looking for.

Best Regards, Salvoxia

GekoCH commented 3 days ago

wow thx a lot thats exactly what I was looking for Thx a again for the great tool

Andy