Update data file date handling
This commit is contained in:
parent
630c7a0f74
commit
57aa88854b
2 changed files with 31 additions and 10 deletions
14
README.md
14
README.md
|
|
@ -82,15 +82,21 @@ Simplest format:
|
|||
|
||||
```text
|
||||
Paris Trip
|
||||
May 2024
|
||||
Paris, France
|
||||
May 2024
|
||||
```
|
||||
|
||||
Those three lines mean:
|
||||
|
||||
1. title
|
||||
2. date
|
||||
3. place
|
||||
2. location
|
||||
3. date
|
||||
|
||||
If the date line is omitted, movmaker uses the date from the first picture/video and displays it like:
|
||||
|
||||
```text
|
||||
May 14th 2026
|
||||
```
|
||||
|
||||
Key/value format also works:
|
||||
|
||||
|
|
@ -100,7 +106,7 @@ date: May 2024
|
|||
place: Paris, France
|
||||
```
|
||||
|
||||
Optional per-file captions may be supported, but they are not required:
|
||||
Optional per-file captions are supported:
|
||||
|
||||
```text
|
||||
IMG_001.jpg: Eiffel Tower
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue