---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
- `{added_month_name}`: added month name
- `{added_month_name_short}`: added month short name
- `{added_day}`: added day
+- `{added_time}`: added time in HH:MM format
+- `{original_filename}`: original file name without extension
## Custom Fields {#custom-fields}
added_month_name_short=local_added.strftime("%b"),
added_day=local_added.strftime("%d"),
owner_username=owner_username,
+ original_filename=Path(self.filename).stem,
+ added_time=local_added.strftime("%H:%M"),
).strip()
def _store(