-
|
Hi, my workflow is that some folders are just left to default name, e.g. "2024-06-07" and for these I don't need albums. For those that have the event appended to the folder name, e.g. "2024-06-07 - Graduation" I would like an album created with name "2024-06-07 - Graduation". Is this possible? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If you always use the same delimiter, .i.e. " - " between the default name and the event name, you can use the following GLOB pattern: Check the README's Filter Section for more info. |
Beta Was this translation helpful? Give feedback.
If you always use the same delimiter, .i.e. " - " between the default name and the event name, you can use the following GLOB pattern:
Docker:
PATH_FILTER="**/* - */**"CLI:
--path-filter="**/* - */**"Check the README's Filter Section for more info.