Update Readme to include %extension when customizing file name #367 (#368)

This commit is contained in:
Adam Candy 2020-11-12 07:05:06 +01:00 committed by GitHub
parent df7ceeec87
commit 4186d4309a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -282,11 +282,11 @@ By default the resulting filename is all lowercased. To change this behavior to
```
[File]
date=%Y-%m-%b-%H-%M-%S
name=%date-%original_name-%title.jpg
name=%date-%original_name-%title.%extension
# -> 2012-05-mar-12-59-30-dsc_1234-my-title.jpg
date=%Y-%m-%b-%H-%M-%S
name=%date-%original_name-%album.jpg
name=%date-%original_name-%album.%extension
capitalization=upper
# -> 2012-05-MAR-12-59-30-DSC_1234-MY-ALBUM.JPG
```