Add Memory mode for On This Day scheduled assets
Add new "Memory (On This Day)" option to scheduled assets Order By selector. When selected, fetches photos taken on today's date in previous years using the on_this_day parameter from get_assets service. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -199,12 +199,19 @@ Sends scheduled notifications with existing assets from tracked albums. Uses the
|
||||
| `limit` | Maximum number of assets to fetch (1-100) |
|
||||
| `favorite_only` | Only fetch favorite assets |
|
||||
| `asset_type` | Filter by type (all, photo, video) |
|
||||
| `order_by` | Sort by (random, date, rating, name) |
|
||||
| `order_by` | Sort by (random, date, rating, name, memory) |
|
||||
| `order` | Sort direction (ascending, descending) |
|
||||
| `filter_min_rating` | Minimum rating filter (1-5, 0 = no filter) |
|
||||
| `min_date` | Assets created on or after this date (YYYY-MM-DD) |
|
||||
| `max_date` | Assets created on or before this date (YYYY-MM-DD) |
|
||||
|
||||
#### Memory Mode ("On This Day")
|
||||
|
||||
When `order_by` is set to `memory`, the blueprint fetches photos taken on today's date in previous years - similar to "On This Day" memories in photo apps. This mode automatically:
|
||||
|
||||
- Uses the `on_this_day` parameter with the current date
|
||||
- Sorts by date in ascending order (oldest first)
|
||||
|
||||
### Scheduled Assets Message Template Variables
|
||||
|
||||
| Variable | Description |
|
||||
|
||||
Reference in New Issue
Block a user