mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
docs: Add conditional album storage template information (#12218)
This commit is contained in:
parent
b0af9be513
commit
649897f737
3 changed files with 8 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ export const supportedPresetTokens = [
|
|||
'{{y}}/{{MM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{MMMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{MM}}/{{filename}}',
|
||||
'{{y}}/{{#if album}}{{album}}{{else}}Other/{{MM}}{{/if}}/{{filename}}',
|
||||
'{{y}}/{{MMM}}/{{filename}}',
|
||||
'{{y}}/{{MMMM}}/{{filename}}',
|
||||
'{{y}}/{{MM}}/{{dd}}/{{filename}}',
|
||||
|
|
|
|||
|
|
@ -336,6 +336,7 @@ describe(SystemConfigService.name, () => {
|
|||
'{{y}}/{{MM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{MMMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{MM}}/{{filename}}',
|
||||
'{{y}}/{{#if album}}{{album}}{{else}}Other/{{MM}}{{/if}}/{{filename}}',
|
||||
'{{y}}/{{MMM}}/{{filename}}',
|
||||
'{{y}}/{{MMMM}}/{{filename}}',
|
||||
'{{y}}/{{MM}}/{{dd}}/{{filename}}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue