[PR #1337] [MERGED] feat(server) Add filetype variable to storage template #9002

Closed
opened 2026-02-05 13:56:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1337
Author: @alextran1502
Created: 1/16/2023
Status: Merged
Merged: 1/17/2023
Merged by: @alextran1502

Base: mainHead: feat/add-filetype-to-storage-template


📝 Commits (3)

  • 2d6450e feat(server) Add filetype variable to storage template
  • 1bf8321 Remove console.log
  • ccea66a Added additional variable for full file type

📊 Changes

3 files changed (+22 additions, -5 deletions)

View changed files

📝 server/libs/storage/src/storage.service.ts (+10 -3)
📝 web/src/lib/components/admin-page/settings/storate-template/storage-template-settings.svelte (+4 -2)
📝 web/src/lib/components/admin-page/settings/storate-template/supported-variables-panel.svelte (+8 -0)

📄 Description

Resolves #1314


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/1337 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/add-filetype-to-storage-template` --- ### 📝 Commits (3) - [`2d6450e`](https://github.com/immich-app/immich/commit/2d6450e613affada98759ef6f379a06d8ba7a92a) feat(server) Add filetype variable to storage template - [`1bf8321`](https://github.com/immich-app/immich/commit/1bf8321b9d6c142cd879cf9c8d6cdce85a2b8397) Remove console.log - [`ccea66a`](https://github.com/immich-app/immich/commit/ccea66a0bb0a7b3c614095f64a24f520b09de335) Added additional variable for full file type ### 📊 Changes **3 files changed** (+22 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/libs/storage/src/storage.service.ts` (+10 -3) 📝 `web/src/lib/components/admin-page/settings/storate-template/storage-template-settings.svelte` (+4 -2) 📝 `web/src/lib/components/admin-page/settings/storate-template/supported-variables-panel.svelte` (+8 -0) </details> ### 📄 Description Resolves #1314 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:56:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9002